brintos

brintos / llvm-project-archived public Read only

0
0
Text · 995 B · a924cde Raw
22 lines · plain
1RUN: %cpp_compiler %S/TimeoutTest.cpp -o %t-TimeoutTest2RUN: %cpp_compiler %S/TimeoutEmptyTest.cpp -o %t-TimeoutEmptyTest3RUN: not %run %t-TimeoutTest -timeout=1 2>&1 | FileCheck %s --check-prefix=TimeoutTest4TimeoutTest: ALARM: working on the last Unit for5TimeoutTest: Test unit written to ./timeout-6TimeoutTest: == ERROR: libFuzzer: timeout after7TimeoutTest: #08TimeoutTest: #19TimeoutTest: #210TimeoutTest: SUMMARY: libFuzzer: timeout11 12RUN: not %run %t-TimeoutTest -timeout=1 %S/hi.txt 2>&1 | FileCheck %s --check-prefix=SingleInputTimeoutTest13SingleInputTimeoutTest: ALARM: working on the last Unit for {{[1-3]}} seconds14SingleInputTimeoutTest-NOT: Test unit written to ./timeout-15 16RUN: %run %t-TimeoutTest -timeout=1 -timeout_exitcode=017 18RUN: not %run %t-TimeoutEmptyTest -timeout=1 2>&1 | FileCheck %s --check-prefix=TimeoutEmptyTest19TimeoutEmptyTest: ALARM: working on the last Unit for20TimeoutEmptyTest: == ERROR: libFuzzer: timeout after21TimeoutEmptyTest: SUMMARY: libFuzzer: timeout22