* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / Test / System.Threading / MutexTest.cs
index f8c806411fb3d9b6721dfaaa9c1447b85ab5eae2..2fa5a2b3082a979756299d10639cdfcab80b9188 100644 (file)
@@ -1,6 +1,6 @@
 // MutexTest.cs - NUnit Test Cases for System.Threading.Mutex\r
 //\r
-// Eduardo Garcia Cebollero <kiwnix@yahoo.es>
+// Eduardo Garcia Cebollero <kiwnix@yahoo.es>\r
 //\r
 // (C) Eduardo Garcia Cebollero\r
 // \r
@@ -123,9 +123,9 @@ namespace MonoTests.System.Threading
                        AssertEquals("#04 The default value of The mutex wrong set:",class1.id,class1.marker);\r
                }\r
 \r
-*/
-               
-               // Hangs #72534
+*/\r
+               \r
+               // Hangs #72534\r
                [Category("NotWorking")]\r
                public void TestWaitAndSignal1()\r
                {\r
@@ -141,9 +141,10 @@ namespace MonoTests.System.Threading
                                thread1.Abort ();\r
                        }\r
                }\r
-
-               // Hangs
-               [Category("NotWorking")]
+\r
+               // Hangs\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
@@ -180,4 +181,4 @@ namespace MonoTests.System.Threading
                        }\r
                }\r
        }\r
-}
+}\r