diff options
author | Ivan Krasin <krasin@chromium.org> | 2016-01-25 19:05:45 +0000 |
---|---|---|
committer | Ivan Krasin <krasin@chromium.org> | 2016-01-25 19:05:45 +0000 |
commit | d7785e75f370d005cb63c8fcdb33b033b5742117 (patch) | |
tree | 84d0b74022b6a470779923fc4cebc24a97af9496 /llvm/lib | |
parent | 370666c662dadea1c9a996fd7c951345ea1aa15a (diff) | |
download | bcm5719-llvm-d7785e75f370d005cb63c8fcdb33b033b5742117.tar.gz bcm5719-llvm-d7785e75f370d005cb63c8fcdb33b033b5742117.zip |
Temporary disable broken fuzzer/timeout tests.
Reviewers: kcc
Differential Revision: http://reviews.llvm.org/D16543
llvm-svn: 258702
Diffstat (limited to 'llvm/lib')
-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 51d48e98e5c..90381c1ec25 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- -RUN: not --crash LLVMFuzzer-TimeoutTest -timeout=1 -abort_on_timeout=1 +DISABLE: not --crash LLVMFuzzer-TimeoutTest -timeout=1 -abort_on_timeout=1 |