blob: 5249110b9a605c40230d42c1965218f1f6b4360e [file] [log] [blame]
Kostya Serebryanya407dde2015-05-07 00:11:33 +00001CHECK: BINGO
2
3RUN: ./LLVMFuzzer-SimpleTest 2>&1 | FileCheck %s
Aaron Ballmanef116982015-01-29 16:58:29 +00004
5RUN: not ./LLVMFuzzer-InfiniteTest -timeout=2 2>&1 | FileCheck %s --check-prefix=InfiniteTest
6InfiniteTest: ALARM: working on the last Unit for
7InfiniteTest-NOT: CRASHED; file written to timeout
8
9RUN: not ./LLVMFuzzer-TimeoutTest -timeout=5 2>&1 | FileCheck %s --check-prefix=TimeoutTest
10TimeoutTest: ALARM: working on the last Unit for
11TimeoutTest: CRASHED; file written to timeout
12
13RUN: not ./LLVMFuzzer-NullDerefTest 2>&1 | FileCheck %s --check-prefix=NullDerefTest
14NullDerefTest: CRASHED; file written to crash-
Kostya Serebryany2c1b33b2015-01-29 23:01:07 +000015
Kostya Serebryanya407dde2015-05-07 00:11:33 +000016RUN: not ./LLVMFuzzer-FullCoverageSetTest -timeout=15 -seed=1 -mutate_depth=2 -use_full_coverage_set=1 2>&1 | FileCheck %s
Kostya Serebryany2e3622b2015-02-20 03:02:37 +000017
Kostya Serebryanya407dde2015-05-07 00:11:33 +000018RUN: not ./LLVMFuzzer-FourIndependentBranchesTest -timeout=15 -seed=1 -use_coverage_pairs=1 2>&1 | FileCheck %s
Kostya Serebryanybe5e0ed2015-03-03 23:27:02 +000019
Kostya Serebryanya407dde2015-05-07 00:11:33 +000020RUN: not ./LLVMFuzzer-CounterTest -use_counters=1 -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s
Kostya Serebryany16d03bd2015-03-30 22:09:51 +000021
Kostya Serebryanya407dde2015-05-07 00:11:33 +000022RUN: not ./LLVMFuzzer-DFSanSimpleCmpTest -seed=1 -timeout=15 2>&1 | FileCheck %s
Kostya Serebryany52a788e2015-03-31 20:13:20 +000023
Kostya Serebryanya407dde2015-05-07 00:11:33 +000024RUN: not ./LLVMFuzzer-DFSanMemcmpTest -seed=1 -timeout=15 2>&1 | FileCheck %s
25
26RUN: not ./LLVMFuzzer-CxxTokensTest -seed=1 -timeout=15 -tokens=%S/../cxx_fuzzer_tokens.txt 2>&1 | FileCheck %s
27