[PATCH] D50484: [libFuzzer] Increase the iteration limit in shrink.test

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 17:42:14 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL339303: [libFuzzer] Increase the iteration limit in shrink.test (authored by george.karpenkov, committed by ).
Herald added subscribers: llvm-commits, delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D50484?vs=159836&id=159837#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50484

Files:
  compiler-rt/trunk/test/fuzzer/shrink.test


Index: compiler-rt/trunk/test/fuzzer/shrink.test
===================================================================
--- compiler-rt/trunk/test/fuzzer/shrink.test
+++ compiler-rt/trunk/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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50484.159837.patch
Type: text/x-patch
Size: 1202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180809/ed8cddae/attachment.bin>


More information about the llvm-commits mailing list