Imported Upstream version 4.3.2.467

Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
Xamarin Public Jenkins
2016-02-22 11:00:01 -05:00
parent f302175246
commit f3e3aab35a
4097 changed files with 122406 additions and 82300 deletions

View File

@ -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");