Searched refs:PruneCorpus (Results 1 – 4 of 4) sorted by relevance
1 RUN: rm -rf %t/PruneCorpus2 RUN: mkdir -p %t/PruneCorpus3 RUN: echo a > %t/PruneCorpus/a4 RUN: echo b > %t/PruneCorpus/b5 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
237 bool PruneCorpus = true; member
339 Options.PruneCorpus = Flags.prune_corpus; in FuzzerDriver()
385 if (!Options.PruneCorpus || NewCoverage) { in ShuffleAndMinimize()