Home
last modified time | relevance | path

Searched refs:PruneCorpus (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Fuzzer/test/
Dfuzzer-prunecorpus.test1 RUN: rm -rf %t/PruneCorpus
2 RUN: mkdir -p %t/PruneCorpus
3 RUN: echo a > %t/PruneCorpus/a
4 RUN: echo b > %t/PruneCorpus/b
5 RUN: LLVMFuzzer-EmptyTest %t/PruneCorpus -prune_corpus=1 -runs=0 2>&1 | FileCheck %s --check-prefix…
6 RUN: LLVMFuzzer-EmptyTest %t/PruneCorpus -prune_corpus=0 -runs=0 2>&1 | FileCheck %s --check-prefix…
7 RUN: rm -rf %t/PruneCorpus
/external/llvm/lib/Fuzzer/
DFuzzerInternal.h237 bool PruneCorpus = true; member
DFuzzerDriver.cpp339 Options.PruneCorpus = Flags.prune_corpus; in FuzzerDriver()
DFuzzerLoop.cpp385 if (!Options.PruneCorpus || NewCoverage) { in ShuffleAndMinimize()