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: testsuite failures when run without -test.short #11806

Closed
ianlancetaylor opened this issue Jul 21, 2015 · 2 comments
Closed

cmd/go: testsuite failures when run without -test.short #11806

ianlancetaylor opened this issue Jul 21, 2015 · 2 comments
Milestone

Comments

@ianlancetaylor
Copy link
Contributor

When I run "go test cmd/go" without -test.short, I get this. It would be nice to have the testsuite fully working for the release.

--- FAIL: TestGoGetWorksWithVanityWildcards (9.09s)
go_test.go:242: running testgo [get -u rsc.io/pdf/...]
go_test.go:261: standard error:
go_test.go:262: package rsc.io/pdf/...: cannot find package "rsc.io/pdf/..." in any of:
/home/iant/go/src/rsc.io/pdf/... (from $GOROOT)
/tmp/gotest362294481/src/rsc.io/pdf/... (from $GOPATH)
package rsc.io/pdf/...: cannot find package "rsc.io/pdf/..." in any of:
/home/iant/go/src/rsc.io/pdf/... (from $GOROOT)
/tmp/gotest362294481/src/rsc.io/pdf/... (from $GOPATH)

go_test.go:271: go [get -u rsc.io/pdf/...] failed unexpectedly: exit status 1

--- FAIL: TestMoveGit (5.74s)
go_test.go:242: running testgo [get -d rsc.io/pdf]
go_test.go:242: running testgo [get -d -u rsc.io/pdf]
go_test.go:242: running testgo [build -o sink sink]
go_test.go:242: running testgo [get -d -u rsc.io/pdf]
go_test.go:261: standard error:
go_test.go:262: # cd /tmp/gotest450184286/src/rsc.io/pdf; git pull --ff-only
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/rsc/pdfXXX/'
package rsc.io/pdf: exit status 1

go_test.go:281: testgo failed as expected: exit status 1
go_test.go:347: go get -d -u rsc.io/pdf failed for wrong reason
go_test.go:348: pattern is a custom import path for not found in standard error

FAIL
FAIL cmd/go 110.128s

@gopherbot
Copy link

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

@gopherbot
Copy link

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

rsc added a commit that referenced this issue Jul 27, 2015
Fixes TestGoGetWorksWithVanityWildcards,
but that test uses the network and is not run
on the builders.

For #11806.

Change-Id: I35c6677deaf84e2fa9bdb98b62d80d388b5248ae
Reviewed-on: https://go-review.googlesource.com/12557
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@rsc rsc closed this as completed in 00cf88e Jul 27, 2015
@mikioh mikioh modified the milestones: Go1.5, Go1.5Maybe Jul 28, 2015
@golang golang locked and limited conversation to collaborators Aug 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants