2015-12-19 04:35:30 +01:00
|
|
|
RUN: not LLVMFuzzer-TimeoutTest -timeout=1 2>&1 | FileCheck %s --check-prefix=TimeoutTest
|
|
|
|
TimeoutTest: ALARM: working on the last Unit for
|
|
|
|
TimeoutTest: Test unit written to ./timeout-
|
|
|
|
TimeoutTest: == ERROR: libFuzzer: timeout after
|
|
|
|
TimeoutTest: #0
|
|
|
|
TimeoutTest: #1
|
|
|
|
TimeoutTest: #2
|
|
|
|
TimeoutTest: SUMMARY: libFuzzer: timeout
|
|
|
|
|
|
|
|
RUN: not LLVMFuzzer-TimeoutTest -timeout=1 -test_single_input=%S/hi.txt 2>&1 | FileCheck %s --check-prefix=SingleInputTimeoutTest
|
|
|
|
SingleInputTimeoutTest: ALARM: working on the last Unit for
|
|
|
|
SingleInputTimeoutTest-NOT: Test unit written to ./timeout-
|
|
|
|
|
2016-01-25 20:05:45 +01:00
|
|
|
DISABLE: not --crash LLVMFuzzer-TimeoutTest -timeout=1 -abort_on_timeout=1
|