diff options
author | Kostya Serebryany <kcc@google.com> | 2016-03-01 22:19:21 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-03-01 22:19:21 +0000 |
commit | 228d5b1ce48c1d21268d00d752cd8c07af56a0d1 (patch) | |
tree | 53eb118c185a784859d603124f48d430af013642 /llvm/lib/Fuzzer/test/fuzzer-timeout.test | |
parent | 07daf721fbdc337db3c2cd5dc303b543ecf9a477 (diff) | |
download | bcm5719-llvm-228d5b1ce48c1d21268d00d752cd8c07af56a0d1.tar.gz bcm5719-llvm-228d5b1ce48c1d21268d00d752cd8c07af56a0d1.zip |
[libFuzzer] add generic signal handlers so that libFuzzer can report at least something if ASan is not handlig the signals for us. Remove abort_on_timeout flag.
llvm-svn: 262415
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-timeout.test')
-rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer-timeout.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-timeout.test b/llvm/lib/Fuzzer/test/fuzzer-timeout.test index 2de460d9a03..1c08871ddb8 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-timeout.test +++ b/llvm/lib/Fuzzer/test/fuzzer-timeout.test @@ -11,5 +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- -RUN: ASAN_OPTIONS=handle_abort=0 not --crash LLVMFuzzer-TimeoutTest -timeout=1 -abort_on_timeout=1 RUN: LLVMFuzzer-TimeoutTest -timeout=1 -timeout_exitcode=0 |