[PATCH] D49277: [fuzzer] [tests] Increase the number of iterations for three-bytes.test

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 18:26:51 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL336966: [fuzzer] [tests] Increase the number of iterations for three-bytes.test (authored by george.karpenkov, committed by ).
Herald added subscribers: llvm-commits, delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D49277?vs=155308&id=155309#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49277

Files:
  compiler-rt/trunk/test/fuzzer/three-bytes.test


Index: compiler-rt/trunk/test/fuzzer/three-bytes.test
===================================================================
--- compiler-rt/trunk/test/fuzzer/three-bytes.test
+++ compiler-rt/trunk/test/fuzzer/three-bytes.test
@@ -3,6 +3,6 @@
 
 RUN:     %run %t -seed=1 -runs=100000
 RUN:     %run %t -seed=1 -runs=100000 -use_value_profile=1
-RUN: not %run %t -seed=1 -runs=100000 -use_value_profile=2 2>&1 | FileCheck %s
+RUN: not %run %t -seed=1 -runs=1000000 -use_value_profile=2 2>&1 | FileCheck %s
 
 CHECK: Test unit written


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49277.155309.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/4ad46672/attachment.bin>


More information about the llvm-commits mailing list