From: Vlad Brezae Date: Wed, 2 Aug 2017 23:22:52 +0000 (+0300) Subject: [tests] Disable test on llvm X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=23fa02853e622b502092c91cb1d8e7125ef26293 [tests] Disable test on llvm On llvm aborts can happen during finally blocks. This test was not failing before because the method in question had llvm disabled, which has recently changed. --- diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index ffdd45cb6b5..e93fb7de81f 100755 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -894,6 +894,7 @@ CI_PR_DISABLED_TESTS = \ # appdomain-threadpool-unload.exe creates 100 appdomains, takes too long with llvm LLVM_DISABLED_TESTS = \ + finally_block_ending_in_dead_bb.exe \ appdomain-threadpool-unload.exe LLVM = $(filter --llvm, $(MONO_ENV_OPTIONS))