[libFuzzer] split the tests to run them in parallel, remove one redundant test
[oota-llvm.git] / lib / Fuzzer / test / fuzzer-timeout.test
1 RUN: not LLVMFuzzer-TimeoutTest -timeout=1 2>&1 | FileCheck %s --check-prefix=TimeoutTest
2 TimeoutTest: ALARM: working on the last Unit for
3 TimeoutTest: Test unit written to ./timeout-
4 TimeoutTest: == ERROR: libFuzzer: timeout after
5 TimeoutTest: #0
6 TimeoutTest: #1
7 TimeoutTest: #2
8 TimeoutTest: SUMMARY: libFuzzer: timeout
9
10 RUN: not LLVMFuzzer-TimeoutTest -timeout=1 -test_single_input=%S/hi.txt 2>&1 | FileCheck %s --check-prefix=SingleInputTimeoutTest
11 SingleInputTimeoutTest: ALARM: working on the last Unit for
12 SingleInputTimeoutTest-NOT: Test unit written to ./timeout-
13