2008-06-13 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Fri, 13 Jun 2008 20:56:11 +0000 (20:56 -0000)
committerZoltan Varga <vargaz@gmail.com>
Fri, 13 Jun 2008 20:56:11 +0000 (20:56 -0000)
* MutexTest.cs: Reenable some mutex tests which seem to work now.

svn path=/trunk/mcs/; revision=105800

mcs/class/corlib/Test/System.Threading/ChangeLog
mcs/class/corlib/Test/System.Threading/MutexTest.cs

index bfb64dd92c3358271c1c506b5b0f54cd5ff99c21..b5165e5b2bdc01a1df7f19fa0a62ca3322cef819 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * MutexTest.cs: Reenable some mutex tests which seem to work now.
+
 2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * TimerTest.cs: Removed NotWorking category from TestDisposeOnCallback
index 7777eb5e10f924fc8540b40310dbc429b0776213..0e6f1ffe4c1d7e647ca41d3fbef60907ade543eb 100644 (file)
@@ -117,9 +117,7 @@ namespace MonoTests.System.Threading
                }\r
 */\r
 \r
-               // Hangs #72534\r
                [Test]\r
-               [Category("NotWorking")]\r
                public void TestWaitAndSignal1()\r
                {\r
                        Mutex Sem = new Mutex (false);\r
@@ -134,10 +132,7 @@ namespace MonoTests.System.Threading
                        }\r
                }\r
 \r
-               // Hangs\r
                [Test]\r
-               [Category("NotWorking")]\r
-               [Ignore ("It hangs and breaks the domain which runs nunit-console itself")]\r
                public void TestWaitAndFoget1()\r
                {\r
                        Mutex Sem = new Mutex(false);\r