cmd/go: internal testsuite errors when -testwork used with 'go test cmd/go' #55874
Labels
FrozenDueToAge
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
)?linux/amd64
Problem description
When running the cmd/go package test, the "-testwork" flag seems to result in unexpected errors (in addition to preserving the top level temp dir). Example:
Note the
internal testsuite error: path(".") with no tempdir
message. What's happening here is that for the specific testgo instantiation in this test, it never creates a tempdir subdirectory, and this triggers the error here.The text was updated successfully, but these errors were encountered: