Lines Matching +full:fuzz +full:- +full:seconds
11 to fuzz a larger, more complex set of Chromium code, we usually need an entire
12 browser process environment around us. The browser process takes seconds to
15 We now have an experimental 'in process fuzz test' framework which attempts to:
17 * Execute lots of fuzz cases in that pre-existing browser.
18 This _may_ amortize the start up cost sufficiently to make such coverage-guided
22 # Writing an in process fuzz case
26 must override the `Fuzz` method. You'll find that your base class inherits
32 # Running such an in process fuzz case
41 `my_fuzzer /tmp/corpus -rss_limit_mb=81920`
45 out-of-process co-ordinator.
52 …ipede --binary=out/ASAN/html_in_process_fuzz_tests --workdir=wd --shmem_size_mb 4096 --rss_limit_m…