Files
clang-p2996/compiler-rt/test/fuzzer/strncmp.test
NAKAMURA Takumi 851817b494 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.
2024-10-14 18:34:36 +09:00

5 lines
192 B
Plaintext

UNSUPPORTED: target={{.*freebsd.*}}
RUN: %cpp_compiler %S/StrncmpTest.cpp -o %t-StrncmpTest
RUN: not %run %t-StrncmpTest -seed=2 -runs=20000000 2>&1 | FileCheck %s
CHECK: BINGO