testing: prevent (*testing.F) methods from being called inside (*testing.F).Fuzz fn #48988
Labels
FrozenDueToAge
fuzz
Issues related to native fuzzing support
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
From #48884
@mvdan:
Let's disallow calls like
f.Logf
inside thef.Fuzz
function, and encouraget.Logf
and the like instead./cc @golang/fuzzing
The text was updated successfully, but these errors were encountered: