[runtime] Disable a few more tests on windows which hang on winx64.
authorZoltan Varga <vargaz@gmail.com>
Mon, 22 Sep 2014 02:48:42 +0000 (22:48 -0400)
committerZoltan Varga <vargaz@gmail.com>
Mon, 22 Sep 2014 02:48:42 +0000 (22:48 -0400)
mono/tests/Makefile.am

index 7d448d374ad7308e8e7073ac6f7fd181e2f64e58..9675e71b5cb12a50a2d9df9d7b322bd7da298008 100644 (file)
@@ -435,7 +435,8 @@ endif
 if X86
 
 if HOST_WIN32
-PLATFORM_DISABLED_TESTS=async-exc-compilation.exe finally_guard.exe finally_block_ending_in_dead_bb.exe
+PLATFORM_DISABLED_TESTS=async-exc-compilation.exe finally_guard.exe finally_block_ending_in_dead_bb.exe \
+       bug-18026.exe monitor.exe threadpool-exceptions5.exe
 endif
 
 endif