cmd/go: TestLocalImportsEasy flake #24740
Labels
FrozenDueToAge
help wanted
OS-Windows
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
https://build.golang.org/log/cadb4ff3677483c2818a2ec0fa8a3d6a08f73f6a
Looks like something like this happened before: #11217
The fix there was to make sure that executable filenames are distinct. From a quick glance, it appears to me that
testLocalEasy
is called from two locations in cmd/go/go_test.go, and it appears superficially that both locations would end up usingeasy.exe
. Similarly so fortestLocalEasySub
,testLocalHard
, and maybe others. Maybe the same fix is called for here?cc @alexbrainman @ianlancetaylor
The text was updated successfully, but these errors were encountered: