Imported Upstream version 5.18.0.184

Former-commit-id: 3b181b286f92f05a5d88f9385e652e347981a129
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-30 08:22:41 +00:00
parent b716dc8d12
commit 581ec6ab46
50 changed files with 40 additions and 43 deletions

View File

@ -99,7 +99,6 @@ namespace MonoTests.System.Threading
}
[Test]
[Category ("NotWorkingRuntimeInterpreter")] /* crashes on linux/armv7 */
public void TestCompareExchange_Flt ()
{
flt = flt_1;

View File

@ -309,7 +309,6 @@ namespace MonoTests.System.Threading
[Test]
[Category ("NotDotNet")] // it hangs.
[Category ("NotWorkingRuntimeInterpreter")] /* crashes on linux/arm64 */
public void TestStart()
{
{

View File

@ -1 +1 @@
3ae30ec5879b05386b8c0d570a13a94f4a6667e2
2391dbb65071a4f0a313703b9e3aac16d322de59

View File

@ -56,7 +56,6 @@ namespace MonoTests.System {
}
[Test]
[Category ("NotWorkingRuntimeInterpreter")]
public void ReRegisterForFinalizeTest ()
{
var thread = new Thread (Run_ReRegisterForFinalizeTest);