summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-threaded.test
blob: e2c823cda1a8b6d3a7c667c85b66d18300e4ab78 (plain)
1
2
3
4
5
6
7
8
9
10
CHECK: Done 1000 runs in

# TODO(kcc): re-enable leak detection here.
# Currently laak detection makes run counts imprecise.

RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 -detect_leaks=0 2>&1 | FileCheck %s
RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 -detect_leaks=0 2>&1 | FileCheck %s
RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 -detect_leaks=0 2>&1 | FileCheck %s
RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 -detect_leaks=0 2>&1 | FileCheck %s

OpenPOWER on IntegriCloud