We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63652bf commit 9317773Copy full SHA for 9317773
mono/tests/Makefile.am
@@ -989,6 +989,7 @@ LLVM = $(filter --llvm, $(MONO_ENV_OPTIONS))
989
# abort-try-holes.exe is flaky due to unwinding failure to the finally block when aborting
990
# appdomain-marshalbyref-assemblyload.exe: https://bugzilla.xamarin.com/show_bug.cgi?id=49308
991
# dim-*: https://github.com/mono/mono/pull/6252
992
+# threads-init.exe: runs out of system threads
993
KNOWN_FAILING_TESTS = \
994
delegate-async-exception.exe \
995
bug-348522.2.exe \
@@ -997,6 +998,7 @@ KNOWN_FAILING_TESTS = \
997
998
bug-Xamarin-5278.exe \
999
appdomain-marshalbyref-assemblyload.exe \
1000
abort-try-holes.exe \
1001
+ threads-init.exe \
1002
dim-constrainedcall.exe \
1003
dim-diamondshape.exe
1004
0 commit comments