From fb614ec4d4d442535eb9cd314551c57a9c492d97 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 29 Jan 2016 23:19:00 +0000 Subject: [PATCH] [libFuzzer] re-enable test for -abort_on_timeout=1, this time protecting from ASAN_OPTIONS set outside git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259263 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Fuzzer/test/fuzzer-timeout.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Fuzzer/test/fuzzer-timeout.test b/lib/Fuzzer/test/fuzzer-timeout.test index 90381c1ec25..8db5f89489d 100644 --- a/lib/Fuzzer/test/fuzzer-timeout.test +++ b/lib/Fuzzer/test/fuzzer-timeout.test @@ -11,4 +11,4 @@ RUN: not LLVMFuzzer-TimeoutTest -timeout=1 -test_single_input=%S/hi.txt 2>&1 | F SingleInputTimeoutTest: ALARM: working on the last Unit for SingleInputTimeoutTest-NOT: Test unit written to ./timeout- -DISABLE: not --crash LLVMFuzzer-TimeoutTest -timeout=1 -abort_on_timeout=1 +RUN: ASAN_OPTIONS=handle_abort=0 not --crash LLVMFuzzer-TimeoutTest -timeout=1 -abort_on_timeout=1 -- 2.11.0