]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] don't depend on time in a test
authorKostya Serebryany <kcc@google.com>
Sun, 11 Dec 2016 06:28:09 +0000 (06:28 +0000)
committerKostya Serebryany <kcc@google.com>
Sun, 11 Dec 2016 06:28:09 +0000 (06:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289368 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/test/caller-callee.test

index cbe631c01aa0edbee55e0f429a152d36bbd9d85b..76a951c5e0ea531ee63d35483391508a2572db2f 100644 (file)
@@ -1,2 +1,2 @@
 CHECK: BINGO
-RUN: not LLVMFuzzer-CallerCalleeTest          -use_value_profile=1 -cross_over=0 -max_len=6 -seed=1 -max_total_time=15 2>&1 | FileCheck %s
+RUN: not LLVMFuzzer-CallerCalleeTest          -use_value_profile=1 -cross_over=0 -max_len=6 -seed=1 -runs=10000000 2>&1 | FileCheck %s