summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-07-13 01:21:50 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-07-13 01:21:50 +0000
commitce37cc940dd3c634978038ae81f748289863dd32 (patch)
treebd352e1ed355dadf60d51649938a0891746f8a2c /test
parent2f2ebb2f33703b5651bc87fb7f95afecc599ea8d (diff)
[fuzzer] [tests] Increase the number of iterations for three-bytes.test
The test is flaky otherwise on some of our macOS machines in the test fleet. Differential Revision: https://reviews.llvm.org/D49277 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@336966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/fuzzer/three-bytes.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/three-bytes.test b/test/fuzzer/three-bytes.test
index 8026bc675..242be49e4 100644
--- a/test/fuzzer/three-bytes.test
+++ b/test/fuzzer/three-bytes.test
@@ -3,6 +3,6 @@ RUN: %cpp_compiler %S/ThreeBytes.cpp -o %t
RUN: %run %t -seed=1 -runs=100000
RUN: %run %t -seed=1 -runs=100000 -use_value_profile=1
-RUN: not %run %t -seed=1 -runs=100000 -use_value_profile=2 2>&1 | FileCheck %s
+RUN: not %run %t -seed=1 -runs=1000000 -use_value_profile=2 2>&1 | FileCheck %s
CHECK: Test unit written