Imported Upstream version 6.4.0.137

Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-07-26 19:53:28 +00:00
parent e9207cf623
commit ef583813eb
2712 changed files with 74169 additions and 40587 deletions

View File

@ -22,6 +22,7 @@ using NUnit.Framework;
namespace MonoTests.System.Threading
{
#if !DISABLE_SECURITY
// These tests seem to hang the 2.0 framework. So they are disabled for now
// Don't reenable them until you can run a few thousand times on an SMP box.
[Category ("NotWorking")]
@ -84,6 +85,7 @@ namespace MonoTests.System.Threading
Assert.AreEqual ("good", Thread.CurrentPrincipal.Identity.Name, "#2");
}
}
#endif
[TestFixture]
[Category("MobileNotWorking")] // Abort #10240
@ -700,6 +702,7 @@ namespace MonoTests.System.Threading
"#103 Wrong Thread State: " + TestThread.ThreadState.ToString ());
}
#if !DISABLE_SECURITY
[Test]
[Ignore ("see comment below.")]
public void CurrentPrincipal_PrincipalPolicy_NoPrincipal ()
@ -773,6 +776,7 @@ namespace MonoTests.System.Threading
#endif
}
}
#endif
int counter = 0;