summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-01-29 23:30:07 +0000
committerKostya Serebryany <kcc@google.com>2016-01-29 23:30:07 +0000
commit54a6363a8f154430342ea6fa4a9d81b686587ba0 (patch)
tree58b6a2de02c58d61d05a06c01ba11c4411da5126 /llvm/lib/Fuzzer/test
parent6038d3e5c650a9044390d6f861a73528877cfd32 (diff)
downloadbcm5719-llvm-54a6363a8f154430342ea6fa4a9d81b686587ba0.tar.gz
bcm5719-llvm-54a6363a8f154430342ea6fa4a9d81b686587ba0.zip
[libFuzzer] add -timeout_exitcode option
llvm-svn: 259265
Diffstat (limited to 'llvm/lib/Fuzzer/test')
-rw-r--r--llvm/lib/Fuzzer/test/fuzzer-timeout.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-timeout.test b/llvm/lib/Fuzzer/test/fuzzer-timeout.test
index 8db5f89489d..2de460d9a03 100644
--- a/llvm/lib/Fuzzer/test/fuzzer-timeout.test
+++ b/llvm/lib/Fuzzer/test/fuzzer-timeout.test
@@ -12,3 +12,4 @@ 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
OpenPOWER on IntegriCloud