go/types, types2: TestStdlib is accidentally skipped #46027
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
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.
Milestone
I noticed that testing go/types had recently gone from 8s->1.5s, which bisected to https://golang.org/cl/276272.
That CL has a change to go/types'
TestStdlib
, which purports to skip submodules, but actually skips everything (src
has ago.mod
).I'm not sure how that change relates to go/types, so I'm not sure if I can back out this modification.
CC @griesemer @FiloSottile @katiehockman
The text was updated successfully, but these errors were encountered: