[netcore] Fix stack size for new threads
authorFilip Navara <navara@emclient.com>
Wed, 27 Mar 2019 09:09:01 +0000 (10:09 +0100)
committerMarek Safar <marek.safar@gmail.com>
Wed, 27 Mar 2019 14:23:59 +0000 (15:23 +0100)
Commit migrated from https://github.com/mono/mono/commit/7a74f15949ea961859fe645bd7f35a7e906d6bf7

src/mono/netcore/Makefile
src/mono/netcore/excludes-System.Threading.Thread.Tests.rsp [deleted file]

index 4764e37..7678de4 100644 (file)
@@ -67,7 +67,6 @@ System.Reflection.Emit.ILGeneration.Tests_PROFILE = netcoreapp-Debug
 System.Reflection.Emit.Lightweight.Tests_PROFILE = netcoreapp-Debug
 System.Threading.Tests_PROFILE = netcoreapp-Debug
 System.Threading.Thread.Tests_PROFILE = netcoreapp-Debug
-System.Threading.Thread.Tests_XUNIT_ARGS = @../excludes-System.Threading.Thread.Tests.rsp
 
 build-%: check-env
        cd gen-xunit-runner && dotnet run ../tests $(COREFX_ROOT) $(COREFX_BINDIR)/$*/$($*_PROFILE)/$*.dll -notrait category=nonosxtests -notrait category=failing -notrait category=Outerloop -notrait category=nonnetcoreapptests $($*_XUNIT_ARGS) $(XUNIT_ARGS)
diff --git a/src/mono/netcore/excludes-System.Threading.Thread.Tests.rsp b/src/mono/netcore/excludes-System.Threading.Thread.Tests.rsp
deleted file mode 100644 (file)
index 79f333e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Stack size setting causes stack overflow
--nomethod System.Threading.Threads.Tests.ThreadTests.ConstructorTest