cmd/go: test -coverprofile option causes test to panic #41442
Labels
GoCommand
cmd/go
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
)?Also test with 1.14.9 and 1.15.2, all fail.
Does this issue reproduce with the latest release?
Yep.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
To get coverfile, i add option for
go test
, then go test failed:Reproduce:
What did you expect to see?
Test pass.
What did you see instead?
Test failed.
If revert this change, test pass.
I check docs while do not get any helpful info :(
The text was updated successfully, but these errors were encountered: