diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-11 16:29:44 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-11 16:29:44 +0000 |
commit | 2a0cb7949b6072f45f5ddfd6fcd0d147ca2c2820 (patch) | |
tree | dfbe08a5ab462cb7b42acdd052215167cecbfcf6 | |
parent | 44ca6042a42585862a14f62e307ed08663888b26 (diff) |
Vendor import of compiler-rt release_70 branch r339355:vendor/compiler-rt/compiler-rt-release_70-r339999vendor/compiler-rt/compiler-rt-release_70-r339355
Notes
Notes:
svn path=/vendor/compiler-rt/dist-release_70/; revision=337635
svn path=/vendor/compiler-rt/compiler-rt-release_70-r339999/; revision=338004; tag=vendor/compiler-rt/compiler-rt-release_70-r339999
-rw-r--r-- | test/fuzzer/shrink.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/shrink.test b/test/fuzzer/shrink.test index 5abbcc90b8c0..78386ffaf092 100644 --- a/test/fuzzer/shrink.test +++ b/test/fuzzer/shrink.test @@ -1,6 +1,6 @@ RUN: %cpp_compiler %S/ShrinkControlFlowTest.cpp -o %t-ShrinkControlFlowTest RUN: %cpp_compiler %S/ShrinkValueProfileTest.cpp -o %t-ShrinkValueProfileTest -RUN: %run %t-ShrinkControlFlowTest -seed=1 -exit_on_item=0eb8e4ed029b774d80f2b66408203801cb982a60 -runs=1000000 -shrink=1 -reduce_inputs=0 2>&1 | FileCheck %s --check-prefix=SHRINK1 +RUN: %run %t-ShrinkControlFlowTest -seed=1 -exit_on_item=0eb8e4ed029b774d80f2b66408203801cb982a60 -runs=2000000 -shrink=1 -reduce_inputs=0 2>&1 | FileCheck %s --check-prefix=SHRINK1 # Limit max_len to run this negative test faster. RUN: %run %t-ShrinkControlFlowTest -seed=1 -exit_on_item=0eb8e4ed029b774d80f2b66408203801cb982a60 -runs=1000000 -shrink=0 -reduce_inputs=0 -max_len=64 2>&1 | FileCheck %s --check-prefix=SHRINK0 RUN: %run %t-ShrinkValueProfileTest -seed=1 -exit_on_item=aea2e3923af219a8956f626558ef32f30a914ebc -runs=100000 -shrink=1 -reduce_inputs=0 -use_value_profile=1 2>&1 | FileCheck %s --check-prefix=SHRINK1_VP |