c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Add filtering for potential fuzzer bugs #67

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

It would be nice if the analysis would detect situations in which all compilers fail (at least, fail in the same way), and assign them a 'potential fuzzer bug' status.

One unknown here is how to represent this status:

This is a similar issue to what happens when we filter statuses; ideally, we'd carry around the specific pre-filtering status, apply a 'this status is filtered' tag, and then the dashboard would use that while more in-depth analysis readers might specify what it was filtered from.