* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / Test / System.Threading / MutexTest.cs
index bf7d2fb58c1393fd3b628c6f88b12adab9f78c79..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
@@ -124,6 +124,9 @@ namespace MonoTests.System.Threading
                }\r
 \r
 */\r
+               \r
+               // Hangs #72534\r
+               [Category("NotWorking")]\r
                public void TestWaitAndSignal1()\r
                {\r
                        Mutex Sem = new Mutex(false);\r
@@ -138,7 +141,10 @@ namespace MonoTests.System.Threading
                                thread1.Abort ();\r
                        }\r
                }\r
-
+\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
@@ -175,4 +181,4 @@ namespace MonoTests.System.Threading
                        }\r
                }\r
        }\r
-}
+}\r