Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: test cache should recognize changes in GODEBUG #66213

Closed
rsc opened this issue Mar 9, 2024 · 1 comment
Closed

cmd/go: test cache should recognize changes in GODEBUG #66213

rsc opened this issue Mar 9, 2024 · 1 comment
Assignees
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Mar 9, 2024

This is wrong:

% go test strings
ok strings 0.641s
% GODEBUG=asdf=1 go test strings
ok strings (cached)
%

@rsc rsc added the NeedsFix The path to resolution is known, but the work has not been done. label Mar 9, 2024
@rsc rsc added this to the Go1.23 milestone Mar 9, 2024
@rsc rsc self-assigned this Mar 9, 2024
@gopherbot
Copy link

Change https://go.dev/cl/570259 mentions this issue: cmd/go: respect GODEBUG in test cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants