2015-05-07 08:11:33 +08:00
|
|
|
CHECK: BINGO
|
|
|
|
|
|
|
|
RUN: ./LLVMFuzzer-SimpleTest 2>&1 | FileCheck %s
|
2015-01-30 00:58:29 +08:00
|
|
|
|
|
|
|
RUN: not ./LLVMFuzzer-InfiniteTest -timeout=2 2>&1 | FileCheck %s --check-prefix=InfiniteTest
|
|
|
|
InfiniteTest: ALARM: working on the last Unit for
|
2015-05-20 06:12:57 +08:00
|
|
|
InfiniteTest: CRASHED; file written to timeout
|
2015-01-30 00:58:29 +08:00
|
|
|
|
|
|
|
RUN: not ./LLVMFuzzer-TimeoutTest -timeout=5 2>&1 | FileCheck %s --check-prefix=TimeoutTest
|
|
|
|
TimeoutTest: ALARM: working on the last Unit for
|
|
|
|
TimeoutTest: CRASHED; file written to timeout
|
|
|
|
|
|
|
|
RUN: not ./LLVMFuzzer-NullDerefTest 2>&1 | FileCheck %s --check-prefix=NullDerefTest
|
|
|
|
NullDerefTest: CRASHED; file written to crash-
|
2015-01-30 07:01:07 +08:00
|
|
|
|
2015-05-07 08:11:33 +08:00
|
|
|
RUN: not ./LLVMFuzzer-FullCoverageSetTest -timeout=15 -seed=1 -mutate_depth=2 -use_full_coverage_set=1 2>&1 | FileCheck %s
|
|
|
|
|
2015-05-23 06:47:03 +08:00
|
|
|
RUN: not ./LLVMFuzzer-FourIndependentBranchesTest -timeout=15 -seed=1 -use_full_coverage_set=1 2>&1 | FileCheck %s
|
2015-05-07 08:11:33 +08:00
|
|
|
|
|
|
|
RUN: not ./LLVMFuzzer-CounterTest -use_counters=1 -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s
|
2015-02-20 11:02:37 +08:00
|
|
|
|
2015-07-22 06:51:49 +08:00
|
|
|
RUN: not ./LLVMFuzzer-SimpleCmpTest -use_traces=1 -seed=1 -runs=1000000 -timeout=5 2>&1 | FileCheck %s
|
2015-03-31 06:09:51 +08:00
|
|
|
|
2015-05-07 08:11:33 +08:00
|
|
|
RUN: not ./LLVMFuzzer-CxxTokensTest -seed=1 -timeout=15 -tokens=%S/../cxx_fuzzer_tokens.txt 2>&1 | FileCheck %s
|
2015-04-01 04:13:20 +08:00
|
|
|
|
2015-05-23 06:35:31 +08:00
|
|
|
RUN: not ./LLVMFuzzer-UserSuppliedFuzzerTest -seed=1 -timeout=15 2>&1 | FileCheck %s
|
|
|
|
|