[PATCH] D29538: [libFuzzer] More time for swap-cmp test.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 23:03:05 PST 2017


mpividori created this revision.

On Windows, this tests needs more iterations to succeed. If you do not want to modify it for posix, I can create a separate test for windows.


https://reviews.llvm.org/D29538

Files:
  lib/Fuzzer/test/swap-cmp.test


Index: lib/Fuzzer/test/swap-cmp.test
===================================================================
--- lib/Fuzzer/test/swap-cmp.test
+++ lib/Fuzzer/test/swap-cmp.test
@@ -1,2 +1,2 @@
 CHECK: BINGO
-RUN: not LLVMFuzzer-SwapCmpTest -seed=1 -runs=10000000 2>&1 | FileCheck %s
+RUN: not LLVMFuzzer-SwapCmpTest -seed=1 -runs=20000000 2>&1 | FileCheck %s


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29538.87085.patch
Type: text/x-patch
Size: 355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170204/04ca9cfd/attachment.bin>


More information about the llvm-commits mailing list