You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@ -98,7 +98,6 @@ namespace MonoTests.System.Threading
|
||||
Assert.IsTrue (sum == 0, "#2");
|
||||
}
|
||||
|
||||
#if NET_4_0
|
||||
event WaitCallback e;
|
||||
|
||||
[Test]
|
||||
@ -117,7 +116,6 @@ namespace MonoTests.System.Threading
|
||||
ThreadPool.UnsafeQueueUserWorkItem (e, null);
|
||||
Assert.IsTrue (ev.Wait (3000));
|
||||
}
|
||||
#endif
|
||||
|
||||
[Test]
|
||||
public void SetAndGetMinThreads ()
|
||||
@ -173,6 +171,8 @@ namespace MonoTests.System.Threading
|
||||
if (workerThreads == 0)
|
||||
break;
|
||||
|
||||
Console.WriteLine ("workerThreads = {0}, completionPortThreads = {1}", workerThreads, completionPortThreads);
|
||||
|
||||
if ((DateTime.Now - start).TotalSeconds >= 10)
|
||||
Assert.Fail ("did not reach 0 available threads");
|
||||
|
||||
|
Reference in New Issue
Block a user