[dev.fuzz] cmd/go: fuzzing can sometimes print both "PASS" and "FAIL" #46969
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.
release-blocker
Milestone
I was playing around with the fuzz target in #46632, and noticed a bug.
Note that the go command says that FuzzCleanup passed, but the last line says FAIL. I'm guessing there's a race or something going on, since this only happens occasionally, and I haven't figured out how to reproduce this consistently.
This was the target I used (from #46632):
/cc @golang/fuzzing
The text was updated successfully, but these errors were encountered: