cmd/go: add a test for coverage guidance while fuzzing #48654
Labels
FrozenDueToAge
fuzz
Issues related to native fuzzing support
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
There are currently no tests today that can verify any potential regressions in the coverage guidance while fuzzing. For example, https://go-review.googlesource.com/c/go/+/351316 was merged which caused a major regression and removed ~all coverage guidance with
go test -fuzz
, but there weren't any tests that could catch this.One tricky part of writing a test like this will be to avoid flakiness.
/cc @golang/fuzzing
The text was updated successfully, but these errors were encountered: