cmd/go: skip failing TestNewReleaseRebuildsStalePackagesInGOPATH
Updates golang/go#25501.
Current failure mode:
--- FAIL: TestNewReleaseRebuildsStalePackagesInGOPATH (3.38s)
go_test.go:910: running testgo [install -i p1]
go_test.go:911: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:911: standard output:
go_test.go:911: false:
go_test.go:920: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:920: standard output:
go_test.go:920: false:
go_test.go:927: running testgo [list -f {{.Stale}}:{{.StaleReason}} p1]
go_test.go:927: standard output:
go_test.go:927: false:
go_test.go:927: ./testgo list claims p1 is NOT stale, incorrectly, after changing sys.go
Change-Id: I58b78b7e9b3ddf16e0f7949fc33dba89aa3d5b93
Reviewed-on: https://go-review.googlesource.com/119015
Reviewed-by: Russ Cox <rsc@golang.org>
This repository holds a prototype of what the go command might look like with integrated support for package versioning.
See research.swtch.com/vgo for documents about the design.
Use go get -u golang.org/x/vgo.
You can also manually git clone the repository to $GOPATH/src/golang.org/x/vgo.
See CONTRIBUTING.md.
This is still a very early prototype. You are likely to run into bugs. Please file bugs in the main Go issue tracker, golang.org/issue, and put the prefix x/vgo: in the issue title.
Thank you.