[tests] Disable test on llvm
authorVlad Brezae <brezaevlad@gmail.com>
Wed, 2 Aug 2017 23:22:52 +0000 (02:22 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Wed, 2 Aug 2017 23:22:52 +0000 (02:22 +0300)
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.

mono/tests/Makefile.am

index ffdd45cb6b5e50a1872c266a24683ad37cca081f..e93fb7de81fe72e9473bece369a46c8fbe661770 100755 (executable)
@@ -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))