x/exp/ebnflint: TestSpec persistently failing on Android builders #38182
Labels
Builders
x/build issues (builders, bots, dashboards)
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.
Milestone
CL 220017 re-enabled
x/exp/ebnflint.TestSpec
on all builders for #37290.Unfortunately, that test does not pass on the Android builders: it examines
GOROOT/doc/go_spec.html
, but the Android builders do not copy the fullGOROOT
over to the builder for every test.The test should probably be updated to skip if the file does not exist.
CC @griesemer @ianlancetaylor @fzipp
The text was updated successfully, but these errors were encountered: