Kostya Serebryany | bf65644 | 2015-12-19 03:35:30 +0000 | [diff] [blame] | 1 | CHECK: BINGO |
2 | RUN: rm -rf FourIndependentBranchesTestCORPUS | ||||
3 | RUN: mkdir FourIndependentBranchesTestCORPUS | ||||
4 | RUN: LLVMFuzzer-FourIndependentBranchesTest -seed=1 -runs=100000 FourIndependentBranchesTestCORPUS | ||||
5 | RUN: not LLVMFuzzer-FourIndependentBranchesTest -runs=100000 -drill=1 -jobs=200 FourIndependentBranchesTestCORPUS 2>&1 | FileCheck %s | ||||
6 | RUN: rm -rf FourIndependentBranchesTestCORPUS | ||||
7 | |||||
8 |