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>
1 file changed
tree: 158be5dd844c8b8e04a05baa65eb9b5d333f55b0
  1. vendor/
  2. AUTHORS
  3. codereview.cfg
  4. CONTRIBUTING.md
  5. CONTRIBUTORS
  6. LICENSE
  7. main.go
  8. PATENTS
  9. README.md
README.md

Versioned Go Prototype (vgo)

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.

Download/Install

Use go get -u golang.org/x/vgo.

You can also manually git clone the repository to $GOPATH/src/golang.org/x/vgo.

Report Issues / Send Patches

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.