aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2018-03-26 19:36:20 +0000
committerMatt Morehouse <mascasa@google.com>2018-03-26 19:36:20 +0000
commitd7962b9d3455e69f0fd558d6226d9c70d711740e (patch)
treecb317133010a42145f884022de8246ecd725fd0b /test
parent1e64638ed164f0981d2c8987c104590339fbff3d (diff)
[libFuzzer] Do not optimize minimize_two_crashes.test.
Speculative fix for build bot breakage on Mac. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@328576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/fuzzer/minimize_two_crashes.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/minimize_two_crashes.test b/test/fuzzer/minimize_two_crashes.test
index 60dce8883..7ba74e2a6 100644
--- a/test/fuzzer/minimize_two_crashes.test
+++ b/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