From 23fa02853e622b502092c91cb1d8e7125ef26293 Mon Sep 17 00:00:00 2001 From: Vlad Brezae Date: Thu, 3 Aug 2017 02:22:52 +0300 Subject: [PATCH] [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. --- mono/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.25.1