[Fuzzer] Clearly separate regular and DFSan tests. NFC.
[oota-llvm.git] / lib / Fuzzer / test / fuzzer-dfsan.test
1 CHECK: BINGO
2
3 RUN: not ./LLVMFuzzer-SimpleCmpTest-DFSan -use_traces=1 -seed=1 -runs=1000000 -timeout=5 2>&1 | FileCheck %s
4
5 RUN: not ./LLVMFuzzer-MemcmpTest-DFSan -use_traces=1 -seed=1 -runs=100 -timeout=5 2>&1 | FileCheck %s
6