cmd/go: gotoolchain_net script test sensitive to GOEXPERIMENT #62016
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
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Happens on the 1.21 release branch as well.
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
Ran this test:
What did you expect to see?
Pass
What did you see instead?
Failure with "unknown experiment". Example:
This does not seem to be specific to GOEXPERIMENT=newinliner; also happens with GOEXPERIMENT=cacheprog or GOEXPERIMENT=loopvar (e.g. some experiment that is relatively new).
I will send a CL to skip this test for GOEXPERIMENT=newinliner, but if there is some better way to handle this (other than one-off skips) please let me know. Thanks.
@rsc @bcmills
The text was updated successfully, but these errors were encountered: