summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-03-31 00:52:39 +0000
committerKostya Serebryany <kcc@google.com>2017-03-31 00:52:39 +0000
commit3033065df90039aaf4c3258a2a7c5eac4be3d321 (patch)
treeace9bcb313868498053269d760b7b8eeddf9fe37 /llvm/lib
parentc5d4ad6bd643cc7c34779b1c863b64dc01e1dd30 (diff)
downloadbcm5719-llvm-3033065df90039aaf4c3258a2a7c5eac4be3d321.tar.gz
bcm5719-llvm-3033065df90039aaf4c3258a2a7c5eac4be3d321.zip
[libFuzzer] try to fix value-profile-strncmp on the Mac bot
llvm-svn: 299145
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Fuzzer/test/value-profile-strncmp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/value-profile-strncmp.test b/llvm/lib/Fuzzer/test/value-profile-strncmp.test
index d6b375df87e..84a74c4f0ad 100644
--- a/llvm/lib/Fuzzer/test/value-profile-strncmp.test
+++ b/llvm/lib/Fuzzer/test/value-profile-strncmp.test
@@ -1,2 +1,2 @@
CHECK: BINGO
-RUN: not LLVMFuzzer-SingleStrncmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s
+RUN: not LLVMFuzzer-SingleStrncmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud