OSDN Git Service

[libFuzzer] make a test more robust
authorKostya Serebryany <kcc@google.com>
Fri, 4 Aug 2017 20:09:15 +0000 (20:09 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 4 Aug 2017 20:09:15 +0000 (20:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310113 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/test/strncmp.test

index 9e73767..49693c8 100644 (file)
@@ -1,4 +1,4 @@
 RUN: %cpp_compiler %S/StrncmpTest.cpp -o %t-StrncmpTest
-RUN: not %t-StrncmpTest              -seed=2 -runs=2000000   2>&1 | FileCheck %s
+RUN: not %t-StrncmpTest              -seed=2 -runs=10000000   2>&1 | FileCheck %s
 CHECK: BINGO