forked from OSchip/llvm-project
[libFuzzer] re-enable test for -abort_on_timeout=1, this time protecting from ASAN_OPTIONS set outside
llvm-svn: 259263
This commit is contained in:
parent
f9f5d3cc45
commit
085ca4131f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue