Skip to content

Commit

Permalink
[netcore] Fix some thread failures.
Browse files Browse the repository at this point in the history
Commit migrated from mono/mono@4bb8637
  • Loading branch information
vargaz authored and marek-safar committed Mar 27, 2019
1 parent 0ebf3f1 commit 4d4c40c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mono/netcore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ System.Reflection.Emit.Tests_PROFILE = netcoreapp-Debug
System.Reflection.Emit.Tests_XUNIT_ARGS = @../excludes-System.Reflection.Emit.Tests.rsp
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)
Expand Down
2 changes: 2 additions & 0 deletions src/mono/netcore/excludes-System.Threading.Thread.Tests.rsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Stack size setting causes stack overflow
-nomethod System.Threading.Threads.Tests.ThreadTests.ConstructorTest

0 comments on commit 4d4c40c

Please sign in to comment.