mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[libFuzzer] make a test more robust
llvm-svn: 310113
This commit is contained in:
parent
2159f7f15d
commit
196da07da0
@ -1,4 +1,4 @@
|
||||
RUN: %cpp_compiler %S/StrncmpTest.cpp -o %t-StrncmpTest
|
||||
RUN: not %t-StrncmpTest -seed=2 -runs=2000000 2>&1 | FileCheck %s
|
||||
RUN: not %t-StrncmpTest -seed=2 -runs=10000000 2>&1 | FileCheck %s
|
||||
CHECK: BINGO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user