commit | a40f2a2e936c1a5f0953c25e314b8d46a0e11aeb | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Wed Jun 06 11:02:43 2018 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Tue Jun 12 23:45:35 2018 +0000 |
tree | 6f020b13eb6ad67928611eabee3706dc5560e12b | |
parent | 55a222312d3aadf3efe2e3c9a4d3c75c3ab54f60 [diff] |
vendor/cmd/go: skip TestExecutableGOROOT This test appears to have been broken by https://golang.org/cl/104975. Updates golang/go#24694. Updates golang/go#25501. Before: ~/src/golang.org/x/vgo/vendor/cmd/go$ go test -run=TestExecutableGOROOT . --- FAIL: TestExecutableGOROOT (0.15s) --- FAIL: TestExecutableGOROOT/RuntimeGoroot (0.00s) go_test.go:4598: /tmp/gotest104327550/new/bin/go run testdata/print_goroot.go: exit status 1, vgo requires Go 1.10 but VGOROOT=/tmp/gotest104327550/new is not a Go 1.10 source tree FAIL FAIL golang.org/x/vgo/vendor/cmd/go 1.730s After: ~/src/golang.org/x/vgo/vendor/cmd/go$ go test -run=TestExecutableGOROOT . ok golang.org/x/vgo/vendor/cmd/go 2.870s Change-Id: I155a1344ec704c53d3678390cafc1ad33d1a338b Reviewed-on: https://go-review.googlesource.com/116615 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.