You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
397 B
9 lines
397 B
7 months ago
|
CHECK: BINGO
|
||
|
RUN: rm -rf FourIndependentBranchesTestCORPUS
|
||
|
RUN: mkdir FourIndependentBranchesTestCORPUS
|
||
|
RUN: LLVMFuzzer-FourIndependentBranchesTest -seed=1 -runs=100000 FourIndependentBranchesTestCORPUS
|
||
|
RUN: not LLVMFuzzer-FourIndependentBranchesTest -runs=100000 -drill=1 -jobs=200 FourIndependentBranchesTestCORPUS 2>&1 | FileCheck %s
|
||
|
RUN: rm -rf FourIndependentBranchesTestCORPUS
|
||
|
|
||
|
|