blob: 5f013109f62325743e9d7d27752b97da4e430f66 [file] [log] [blame]
Aaron Ballmanef116982015-01-29 16:58:29 +00001RUN: ./LLVMFuzzer-SimpleTest 2>&1 | FileCheck %s --check-prefix=SimpleTest
2SimpleTest: Found the target, exiting
3
4RUN: not ./LLVMFuzzer-InfiniteTest -timeout=2 2>&1 | FileCheck %s --check-prefix=InfiniteTest
5InfiniteTest: ALARM: working on the last Unit for
6InfiniteTest-NOT: CRASHED; file written to timeout
7
8RUN: not ./LLVMFuzzer-TimeoutTest -timeout=5 2>&1 | FileCheck %s --check-prefix=TimeoutTest
9TimeoutTest: ALARM: working on the last Unit for
10TimeoutTest: CRASHED; file written to timeout
11
12RUN: not ./LLVMFuzzer-NullDerefTest 2>&1 | FileCheck %s --check-prefix=NullDerefTest
13NullDerefTest: CRASHED; file written to crash-