fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

Make Fuzzbench able to identify crashes

Open jonathanmetzman opened this issue 5 years ago • 1 comments

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.

jonathanmetzman avatar Oct 13 '20 15:10 jonathanmetzman

CC @Vaush @inferno-chromium Related #165

jonathanmetzman avatar Oct 13 '20 15:10 jonathanmetzman

This is complete.

jonathanmetzman avatar Sep 08 '23 04:09 jonathanmetzman