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.
5 lines
192 B
Plaintext
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
|