Lines Matching full:fuzzing
1 # Getting started with fuzzing in Chromium
5 It guides you how to use our latest fuzzing technology, called [FuzzTest]. This
26 our latest fuzzing technology, FuzzTest.
29 single binary blob of data - then instead use our older fuzzing technology
50 on our distributed fuzzing infrastructure [ClusterFuzz]. If it finds bugs,
138 Our fuzzing infrastructure will generate all possible strings and prove it works.
139 Obviously, that takes infinite time, so instead our fuzzing infrastructure will
144 Fuzzing should always be alongside traditional unit testing - never rely on it
183 If you want to try actually fuzzing with FuzzTest, modify your gn arguments to
196 [*] Corpus size: 1 | Edges covered: 73 | Fuzzing time: 1.60482ms | Total runs: 1.00…
197 [*] Corpus size: 2 | Edges covered: 103 | Fuzzing time: 1.844ms | Total runs: 2.00…
198 [*] Corpus size: 3 | Edges covered: 111 | Fuzzing time: 2.747931ms | Total runs: 3.00…
199 [*] Corpus size: 4 | Edges covered: 135 | Fuzzing time: 2.92305ms | Total runs: 4.00…
200 [*] Corpus size: 5 | Edges covered: 173 | Fuzzing time: 3.35237ms | Total runs: 5.00…
201 [*] Corpus size: 6 | Edges covered: 178 | Fuzzing time: 4.15666ms | Total runs: 6.00…
233 older fuzzing technology, [libfuzzer]. There are further options beyond
237 with the fuzzing team (email security@chromium.org if you're outside Google).