-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.FrozenDueToAgeGoCommandcmd/gocmd/goNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.help wanted
Milestone
Description
Using go1.12
The documentation for failfast
says "Do not start new tests after the first test failure."
When running go test ./... -failfast
and one of the packages has a failure, it continues to run the tests for other packages. My interpretation of the documentation above is that go test
would stop after any failure, even if in a different package.
mvdan, ericlagergren, zenovich, harmangakhal, nordicdyno and 31 more
Metadata
Metadata
Assignees
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.FrozenDueToAgeGoCommandcmd/gocmd/goNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.help wanted