[llvm] r299145 - [libFuzzer] try to fix value-profile-strncmp on the Mac bot

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 17:52:40 PDT 2017


Author: kcc
Date: Thu Mar 30 19:52:39 2017
New Revision: 299145

URL: http://llvm.org/viewvc/llvm-project?rev=299145&view=rev
Log:
[libFuzzer] try to fix value-profile-strncmp on the Mac bot

Modified:
    llvm/trunk/lib/Fuzzer/test/value-profile-strncmp.test

Modified: llvm/trunk/lib/Fuzzer/test/value-profile-strncmp.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Fuzzer/test/value-profile-strncmp.test?rev=299145&r1=299144&r2=299145&view=diff
==============================================================================
--- llvm/trunk/lib/Fuzzer/test/value-profile-strncmp.test (original)
+++ llvm/trunk/lib/Fuzzer/test/value-profile-strncmp.test Thu Mar 30 19:52:39 2017
@@ -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




More information about the llvm-commits mailing list