blob: b233acb0c72a4fa86f94ee66e5743f48882264d2 [file] [log] [blame]
Kostya Serebryanya407dde2015-05-07 00:11:33 +00001CHECK: BINGO
2
Alexey Samsonov4800c2d2015-07-21 22:51:55 +00003RUN: LLVMFuzzer-SimpleTest 2>&1 | FileCheck %s
Aaron Ballmanef116982015-01-29 16:58:29 +00004
Alexey Samsonov4800c2d2015-07-21 22:51:55 +00005RUN: not LLVMFuzzer-InfiniteTest -timeout=2 2>&1 | FileCheck %s --check-prefix=InfiniteTest
Aaron Ballmanef116982015-01-29 16:58:29 +00006InfiniteTest: ALARM: working on the last Unit for
Kostya Serebryany490bbd62015-05-19 22:12:57 +00007InfiniteTest: CRASHED; file written to timeout
Aaron Ballmanef116982015-01-29 16:58:29 +00008
Alexey Samsonov4800c2d2015-07-21 22:51:55 +00009RUN: not LLVMFuzzer-TimeoutTest -timeout=5 2>&1 | FileCheck %s --check-prefix=TimeoutTest
Aaron Ballmanef116982015-01-29 16:58:29 +000010TimeoutTest: ALARM: working on the last Unit for
11TimeoutTest: CRASHED; file written to timeout
12
Alexey Samsonov4800c2d2015-07-21 22:51:55 +000013RUN: not LLVMFuzzer-NullDerefTest 2>&1 | FileCheck %s --check-prefix=NullDerefTest
Aaron Ballmanef116982015-01-29 16:58:29 +000014NullDerefTest: CRASHED; file written to crash-
Kostya Serebryany2c1b33b2015-01-29 23:01:07 +000015
Alexey Samsonov4800c2d2015-07-21 22:51:55 +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
Alexey Samsonov4800c2d2015-07-21 22:51:55 +000018RUN: not LLVMFuzzer-FourIndependentBranchesTest -timeout=15 -seed=1 -use_full_coverage_set=1 2>&1 | FileCheck %s
Kostya Serebryanybe5e0ed2015-03-03 23:27:02 +000019
Alexey Samsonov4800c2d2015-07-21 22:51:55 +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
Alexey Samsonov4800c2d2015-07-21 22:51:55 +000022RUN: not LLVMFuzzer-SimpleCmpTest -use_traces=1 -seed=1 -runs=1000000 -timeout=5 2>&1 | FileCheck %s
Kostya Serebryanya407dde2015-05-07 00:11:33 +000023
Alexey Samsonov4800c2d2015-07-21 22:51:55 +000024RUN: not LLVMFuzzer-CxxTokensTest -seed=1 -timeout=15 -tokens=%S/../cxx_fuzzer_tokens.txt 2>&1 | FileCheck %s
Kostya Serebryanya407dde2015-05-07 00:11:33 +000025
Alexey Samsonov4800c2d2015-07-21 22:51:55 +000026RUN: not LLVMFuzzer-UserSuppliedFuzzerTest -seed=1 -timeout=15 2>&1 | FileCheck %s
Kostya Serebryanyf3424592015-05-22 22:35:31 +000027