[threadpool] Do not swallow exception in RegisterWaitForSingleObject callback (#4408)
[mono.git] / mono / tests / Makefile.am
index 98a48d654278c21915c0ee5f37aed1339660d651..d809141dcf49510d0ef7a20d69575f0992b1f95f 100644 (file)
@@ -478,7 +478,8 @@ BASE_TEST_CS_SRC=           \
        namedmutex-destroy-race.cs      \
        thread6.cs      \
        appdomain-threadpool-unload.cs  \
-       process-unref-race.cs
+       process-unref-race.cs   \
+       bug-46661.cs
 
 TEST_CS_SRC_DIST=      \
        $(BASE_TEST_CS_SRC)     \
@@ -1762,7 +1763,8 @@ UNHANDLED_EXCEPTION_255_TESTS =   \
        unhandled-exception-4.exe       \
        unhandled-exception-5.exe       \
        unhandled-exception-6.exe       \
-       unhandled-exception-7.exe
+       unhandled-exception-7.exe       \
+       unhandled-exception-8.exe
 
 test-unhandled-exception-2: $(UNHANDLED_EXCEPTION_1_TESTS) $(UNHANDLED_EXCEPTION_255_TESTS)
        $(MAKE) test-unhandled-exception-2-1-with-managed-handler