| commit | 6507cf3faa3e21a2864609fadbe2772b859a4fd7 | [log] [tgz] |
|---|---|---|
| author | Bryan C. Mills <bcmills@google.com> | Thu Jun 14 18:24:53 2018 -0400 |
| committer | Bryan C. Mills <bcmills@google.com> | Fri Jun 15 15:05:55 2018 +0000 |
| tree | 158be5dd844c8b8e04a05baa65eb9b5d333f55b0 | |
| parent | d948b59c0fdb6b6a55ff8a1214f7ef72bb850f86 [diff] |
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.