x/tools/go/packages: make TestLoadImportsGraph more robust #30448
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
@stamblerre
TestLoadImportsGraph makes assumptions on the import graph of the standard library, which is not something that's guaranteed to be stable across Go versions. We've already made two "band-aid" fixes to the test to get it to build, but a better option would be to have the test on a more stable foundation.
The text was updated successfully, but these errors were encountered: