diff options
author | Kostya Serebryany <kcc@google.com> | 2016-01-29 23:19:00 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-01-29 23:19:00 +0000 |
commit | 085ca4131f5095119a4228635a0465672c07751e (patch) | |
tree | a97cb9e0c138b7f911e6f151ffafe518dd9977b6 /llvm/lib/Fuzzer/test/fuzzer-timeout.test | |
parent | f9f5d3cc451c23b6fe76f3cb25fcdcd9c6b999a4 (diff) | |
download | bcm5719-llvm-085ca4131f5095119a4228635a0465672c07751e.tar.gz bcm5719-llvm-085ca4131f5095119a4228635a0465672c07751e.zip |
[libFuzzer] re-enable test for -abort_on_timeout=1, this time protecting from ASAN_OPTIONS set outside
llvm-svn: 259263
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-timeout.test')
-rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer-timeout.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-timeout.test b/llvm/lib/Fuzzer/test/fuzzer-timeout.test index 90381c1ec25..8db5f89489d 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-timeout.test +++ b/llvm/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 |