forked from OSchip/llvm-project
[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 llvm-svn: 336966
This commit is contained in:
parent
70043b7e9a
commit
01c762b9fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue