fuzzbench
fuzzbench copied to clipboard
Make Fuzzbench able to identify crashes
We have a benchmark now, matio, that has many crashes. For crash-based benchmarking we need a way for FuzzBench to identify when a fuzzer has found a crash. I propose doing this when measuring coverage. Fuzzers should put all crashes in the output directory. When measuring coverage, FuzzBench should use ClusterFuzz's techniques for identifying/deduplicating crashes.
CC @Vaush @inferno-chromium Related #165
This is complete.