Просмотр исходного кода

2006-01-18 Atsushi Enomoto <[email protected]>

	* MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under
	  .NET 2.0 it breaks nunit-console (breaks its own AppDomain).


svn path=/trunk/mcs/; revision=55706
Atsushi Eno 20 лет назад
Родитель
Сommit
c2488b2118

+ 5 - 0
mcs/class/corlib/Test/System.Threading/ChangeLog

@@ -1,3 +1,8 @@
+2006-01-18  Atsushi Enomoto  <[email protected]>
+
+	* MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under
+	  .NET 2.0 it breaks nunit-console (breaks its own AppDomain).
+
 2005-10-06  Sebastien Pouliot  <[email protected]>
 
 	* ThreadTest.cs: Added regression test for #76332 when an IPrincipal

+ 1 - 0
mcs/class/corlib/Test/System.Threading/MutexTest.cs

@@ -144,6 +144,7 @@ namespace MonoTests.System.Threading
 
 		// Hangs
 		[Category("NotWorking")]
+		[Ignore ("It hangs and breaks the domain which runs nunit-console itself")]
 		public void TestWaitAndFoget1()
 		{
 			Mutex Sem = new Mutex(false);