[libFuzzer] re-enable test for -abort_on_timeout=1, this time protecting from ASAN_O...
authorKostya Serebryany <kcc@google.com>
Fri, 29 Jan 2016 23:19:00 +0000 (23:19 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 29 Jan 2016 23:19:00 +0000 (23:19 +0000)
llvm-svn: 259263

llvm/lib/Fuzzer/test/fuzzer-timeout.test

index 90381c1..8db5f89 100644 (file)
@@ -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