Skip to content

Commit 9317773

Browse files
authored
[tests] Disable threads-init.exe, it runs out of system threads. (mono#6803)
1 parent 63652bf commit 9317773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mono/tests/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@ LLVM = $(filter --llvm, $(MONO_ENV_OPTIONS))
989989
# abort-try-holes.exe is flaky due to unwinding failure to the finally block when aborting
990990
# appdomain-marshalbyref-assemblyload.exe: https://bugzilla.xamarin.com/show_bug.cgi?id=49308
991991
# dim-*: https://github.com/mono/mono/pull/6252
992+
# threads-init.exe: runs out of system threads
992993
KNOWN_FAILING_TESTS = \
993994
delegate-async-exception.exe \
994995
bug-348522.2.exe \
@@ -997,6 +998,7 @@ KNOWN_FAILING_TESTS = \
997998
bug-Xamarin-5278.exe \
998999
appdomain-marshalbyref-assemblyload.exe \
9991000
abort-try-holes.exe \
1001+
threads-init.exe \
10001002
dim-constrainedcall.exe \
10011003
dim-diamondshape.exe
10021004

0 commit comments

Comments
 (0)