Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-11-08 19:28:20 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-08 19:28:20 +0300
commitb78e9b5e98b6b44dbef3745c824e2cda32b68777 (patch)
tree754139ba6b503b6a85ca84501e7b0fc41e8d76d8 /mcs
parentea060b586dfbe16748a8e7b2da2d5990426d61fb (diff)
[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.
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/Test/System.Threading/ThreadTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/corlib/Test/System.Threading/ThreadTest.cs b/mcs/class/corlib/Test/System.Threading/ThreadTest.cs
index 24727eb1a81..854cea5d7d8 100644
--- a/mcs/class/corlib/Test/System.Threading/ThreadTest.cs
+++ b/mcs/class/corlib/Test/System.Threading/ThreadTest.cs
@@ -450,6 +450,7 @@ namespace MonoTests.System.Threading
}
[Test]
+ [Category ("InterpreterNotWorking")]
public void TestUndivisibleByPageSizeMaxStackSize ()
{
const int undivisible_stacksize = 1048573;