summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-timeout.test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-01-23 19:34:19 +0000
committerKostya Serebryany <kcc@google.com>2016-01-23 19:34:19 +0000
commit9768e7f06bc81f8f033a5d5e9325ee804b6a71e9 (patch)
treefccb3124c7548b5c1960d4d55294e19d50fdb33c /llvm/lib/Fuzzer/test/fuzzer-timeout.test
parent23d02f614970c698654af2bc06a1798260c0f62b (diff)
downloadbcm5719-llvm-9768e7f06bc81f8f033a5d5e9325ee804b6a71e9.tar.gz
bcm5719-llvm-9768e7f06bc81f8f033a5d5e9325ee804b6a71e9.zip
[libFuzzer] add -abort_on_timeout option
llvm-svn: 258631
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-timeout.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 c3a9e8a3a9e..51d48e98e5c 100644
--- a/llvm/lib/Fuzzer/test/fuzzer-timeout.test
+++ b/llvm/lib/Fuzzer/test/fuzzer-timeout.test
@@ -11,3 +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: not --crash LLVMFuzzer-TimeoutTest -timeout=1 -abort_on_timeout=1
OpenPOWER on IntegriCloud