diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-10-25 23:24:45 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-10-25 23:24:45 +0000 |
| commit | 3c9e59d0f6be15a04bd7c2379be12da1436cdd47 (patch) | |
| tree | c0d093331e569c03d9da6488364d632194de070c | |
| parent | 5ace35cba5d697b06970bc8338c2656797b747da (diff) | |
| download | bcm5719-llvm-3c9e59d0f6be15a04bd7c2379be12da1436cdd47.tar.gz bcm5719-llvm-3c9e59d0f6be15a04bd7c2379be12da1436cdd47.zip | |
[libFuzzer] trying to make a test more stable on Mac
llvm-svn: 316627
| -rw-r--r-- | compiler-rt/test/fuzzer/fuzzer-customcrossover.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/fuzzer-customcrossover.test b/compiler-rt/test/fuzzer/fuzzer-customcrossover.test index c32079f454f..5a78307c7a3 100644 --- a/compiler-rt/test/fuzzer/fuzzer-customcrossover.test +++ b/compiler-rt/test/fuzzer/fuzzer-customcrossover.test @@ -1,6 +1,6 @@ RUN: %cpp_compiler %S/CustomCrossOverTest.cpp -o %t-CustomCrossOverTest -RUN: not %t-CustomCrossOverTest -seed=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=CHECK_CO +RUN: not %t-CustomCrossOverTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=CHECK_CO Disable cross_over, verify that we can't find the target w/o it. RUN: %t-CustomCrossOverTest -seed=1 -runs=1000000 -cross_over=0 2>&1 | FileCheck %s --check-prefix=CHECK_NO_CO |

