x/tools/go/packages: TestCgoOption
broken on Windows as of CL 487196
#59876
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Testing
An issue that has been verified to require only test changes, not just a test failure.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
https://build.golang.org/log/0fe24153d95b32025a7a17173fb145e2b460fbd4:
The underlying problem is that the test is making assumptions about the internal implementation details of the
net
package, and those implementation details changed in CL 487196.The test should be fixed to not rely on the implementation details of a package outside of its own module.
(attn @matloob @adonovan)
The text was updated successfully, but these errors were encountered: