You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user