[w32handle] Only own first handle if doing WaitHandle.WaitAny (#5625)
[mono.git] / mono / tests / Makefile.am
index 49e221628844a5486c061e4830cd4b740eedcc95..77f06635dde8017a61e1b2cdf018e915e63a44d7 100755 (executable)
@@ -469,6 +469,7 @@ TESTS_CS_SRC=               \
        appdomain-unload-callback.cs    \
        appdomain-unload-doesnot-raise-pending-events.cs        \
        appdomain-unload-asmload.cs     \
+       appdomain-unload-exception.cs   \
        unload-appdomain-on-shutdown.cs \
        bug-47295.cs    \
        loader.cs       \
@@ -518,7 +519,8 @@ TESTS_CS_SRC=               \
        imt_big_iface_test.cs \
        bug-58782-plain-throw.cs \
        bug-58782-capture-and-throw.cs \
-       recursive-struct-arrays.cs
+       recursive-struct-arrays.cs \
+       bug-59281.cs
 
 if AMD64
 TESTS_CS_SRC += async-exc-compilation.cs finally_guard.cs finally_block_ending_in_dead_bb.cs
@@ -1907,7 +1909,8 @@ test-process-exit:
 
 # tests that expect a 1 exit code
 TESTS_UNHANDLED_EXCEPTION_1_SRC =      \
-       unhandled-exception-1.cs
+       unhandled-exception-1.cs        \
+       unhandled-exception-9.cs
 
 # tests that expect a 255 exit code
 TESTS_UNHANDLED_EXCEPTION_255_SRC =    \