testing: respect -count when running fuzz corpus tests #52464
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
5 instances of
FuzzA: ran
.What did you see instead?
Only one instance of
FuzzA: ran
.Specifying
-count XX
togo test
is for repeating test runs XX times; I'd expect the same behaviour for tests implied by a fuzz target corpus.The text was updated successfully, but these errors were encountered: