-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
FrozenDueToAgeWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.
Description
What version of Go are you using (go version)?
$ go version go version go1.16.2 linux/amd64
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
Ubuntu 5.4.0-6ubuntu1~16.04.12)
What did you do?
Use testing.M to test a case that may return os.Exit(0).
There are two cases to call os.Exit(0).
What did you expect to see?
In the file, all cases are executed, and the execution results of all cases are correctly expressed.
What did you see instead?
Execute to the first os.Exit(0), ut exits.
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.