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.
15 lines
631 B
15 lines
631 B
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 %S/hi.txt 2>&1 | FileCheck %s --check-prefix=SingleInputTimeoutTest
|
|
SingleInputTimeoutTest: ALARM: working on the last Unit for {{[1-3]}} seconds
|
|
SingleInputTimeoutTest-NOT: Test unit written to ./timeout-
|
|
|
|
RUN: LLVMFuzzer-TimeoutTest -timeout=1 -timeout_exitcode=0
|