소스 검색

[interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966)

It fails _sometimes_ in a weird way, which is probably a bug in the
interpreter when executing `nunit`. Disable it until it is fixed.
Bernhard Urban 8 년 전
부모
커밋
b78e9b5e98
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mcs/class/corlib/Test/System.Threading/ThreadTest.cs

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

@@ -450,6 +450,7 @@ namespace MonoTests.System.Threading
 		}
 		}
 
 
 		[Test]
 		[Test]
+		[Category ("InterpreterNotWorking")]
 		public void TestUndivisibleByPageSizeMaxStackSize ()
 		public void TestUndivisibleByPageSizeMaxStackSize ()
 		{
 		{
 			const int undivisible_stacksize = 1048573;
 			const int undivisible_stacksize = 1048573;