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