Lines Matching full:fuzzing
32 ### Code Review Fuzzing
34 TODO(metzman): Work on a generic name for CIFuzz/PR fuzzing.
36 One of the core ways for ClusterFuzzLite to be used is for fuzzing code that is
40 To use Code Review Fuzzing, set the configuration option `clusterfuzzlite-task`
44 Code Review Fuzzing.
46 If [Batch Fuzzing] is enabled, Code Review Fuzzing will report only newly
47 introduced bugs and use the corpus developed during batch fuzzing.
48 If [Code Coverage Reporting] is enabled, Code Review Fuzzing will try to only
51 ### Batch Fuzzing
53 ClusterFuzzLite can also run in a batch fuzzing mode where all fuzzers are run
54 for a long amount of time. Unlike Code Review Fuzzing, this task is not meant to
56 fuzzing in ClusterFuzz than Code Review Fuzzing. Batch Fuzzing allows
58 will be used in Code Coverage Reporting as well as Code Review Fuzzing.
62 If multiple Batch Fuzzing tasks are run concurrently then we strongly recommend
65 which can happen if multiple Batch Fuzzing jobs are done concurrently.
70 run your fuzzers on the corpus developed during Batch Fuzzing and will generate
72 fuzzing.
85 `fuzz-time`: Determines how long ClusterFuzzLite spends fuzzing your project in