Skip to content

Commit 851817b

Browse files
committed
fuzzer/strncmp.test: Increase iteration to 20M.
I saw cases that this finised before finding `BINGO`, possibly insufficient number of iteration. In my case, 11,067,133 satisfied. So, increase the number for now. This change may increase the duration of this in failing (`BINGO` not found) case.
1 parent bec839d commit 851817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/strncmp.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
UNSUPPORTED: target={{.*freebsd.*}}
22
RUN: %cpp_compiler %S/StrncmpTest.cpp -o %t-StrncmpTest
3-
RUN: not %run %t-StrncmpTest -seed=2 -runs=10000000 2>&1 | FileCheck %s
3+
RUN: not %run %t-StrncmpTest -seed=2 -runs=20000000 2>&1 | FileCheck %s
44
CHECK: BINGO

0 commit comments

Comments
 (0)