diff options
| author | Matt Morehouse <mascasa@google.com> | 2018-03-26 19:36:20 +0000 |
|---|---|---|
| committer | Matt Morehouse <mascasa@google.com> | 2018-03-26 19:36:20 +0000 |
| commit | 93ce24838cd83c728d0cc852c4ae56700bac5b15 (patch) | |
| tree | 8ee6bf4cc0145d440401c337d28e53a3706ac851 | |
| parent | ea82c769f4f36941f7ca4216b8801773fd38a7ae (diff) | |
| download | bcm5719-llvm-93ce24838cd83c728d0cc852c4ae56700bac5b15.tar.gz bcm5719-llvm-93ce24838cd83c728d0cc852c4ae56700bac5b15.zip | |
[libFuzzer] Do not optimize minimize_two_crashes.test.
Speculative fix for build bot breakage on Mac.
llvm-svn: 328576
| -rw-r--r-- | compiler-rt/test/fuzzer/minimize_two_crashes.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/minimize_two_crashes.test b/compiler-rt/test/fuzzer/minimize_two_crashes.test index 60dce8883e8..7ba74e2a642 100644 --- a/compiler-rt/test/fuzzer/minimize_two_crashes.test +++ b/compiler-rt/test/fuzzer/minimize_two_crashes.test @@ -1,7 +1,7 @@ # Test that the minimizer stops when it sees a differe bug. UNSUPPORTED: freebsd -RUN: %cpp_compiler %S/TwoDifferentBugsTest.cpp -o %t-TwoDifferentBugsTest +RUN: %cpp_compiler -O0 %S/TwoDifferentBugsTest.cpp -o %t-TwoDifferentBugsTest RUN: rm -rf %t && mkdir %t RUN: echo H12345678901234667888090 > %t/long_crash |

