Kostya Serebryany | bf65644 | 2015-12-19 03:35:30 +0000 | [diff] [blame] | 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 | |
Kostya Serebryany | 54a6363 | 2016-01-29 23:30:07 +0000 | [diff] [blame] | 14 | RUN: LLVMFuzzer-TimeoutTest -timeout=1 -timeout_exitcode=0 |