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: TestIssue11457 fails #17701

Closed
josharian opened this issue Oct 31, 2016 · 1 comment
Closed

cmd/go: TestIssue11457 fails #17701

josharian opened this issue Oct 31, 2016 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@josharian
Copy link
Contributor

Broken out from #17472.

$ go test -run=TestIssue11457 cmd/go
--- FAIL: TestIssue11457 (3.51s)
	go_test.go:251: running testgo [get -d -u github.com/rsc/go-get-issue-11457]
	go_test.go:251: running testgo [get -d -u github.com/rsc/go-get-issue-11457]
	go_test.go:288: testgo succeeded unexpectedly
FAIL
FAIL	cmd/go	5.497s

Fixing this should probably wait until #17700 is fixed, since this fails in different ways depending on whether other insecure 'go get' tests have also been run.

@josharian josharian added the NeedsFix The path to resolution is known, but the work has not been done. label Oct 31, 2016
@josharian josharian added this to the Go1.8 milestone Oct 31, 2016
@gopherbot
Copy link

CL https://golang.org/cl/32641 mentions this issue.

@golang golang locked and limited conversation to collaborators Nov 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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