-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
ProposalToolProposalIssues describing a requested change to a Go tool or command-line program.Issues describing a requested change to a Go tool or command-line program.
Milestone
Description
This is a proposal to add a flag to go test that keeps fuzzing even if a crash is found. This was originally planned as part of the work to add the -fuzz functionality, but didn't make it in at the time.
There's interest in such a flag, based on the response to #48127. The use-cases for such a flag are to:
- Accumulate many crashes in a single long-running session.
- Ignore fuzzing crashes for crashes that cannot be fixed. (@jakebailey has such a use-case.)
I propose adding the flag as -fuzzcontinue to keep the flags grouped by prefix. (This is @rsc's suggestion in #48127 (comment).)
This was requested at least two other times: #56430 and #54641.
CC @golang/command-line
jakebailey, mateusz834, mvdan, bradleyjkemp, AlekSi and 3 more
Metadata
Metadata
Assignees
Labels
ProposalToolProposalIssues describing a requested change to a Go tool or command-line program.Issues describing a requested change to a Go tool or command-line program.