Remove Assert.Fail() calls in ThreadTest when running on Windows
authorNiklas Therning <niklas@therning.org>
Thu, 8 Sep 2016 13:26:25 +0000 (15:26 +0200)
committerNiklas Therning <niklas@therning.org>
Thu, 8 Sep 2016 13:28:34 +0000 (15:28 +0200)
commit17d5e53ac888d8306fa1abf743a84f007f4c854c
tree8ee3e4a5f9b6e7dafc2ff7f3fdc93cf2f667ecee
parent12d1d63b8a42b3df87d232104fbe55e86f8db20f
Remove Assert.Fail() calls in ThreadTest when running on Windows

The tests that fail like this actually work just fine on Mono on Windows.
Added the NotDotNet category to the CurrentThread_Domains() test since it
fails on .NET.
mcs/class/corlib/Test/System.Threading/ThreadTest.cs