1
0
mirror of https://github.com/golang/go synced 2024-11-17 05:35:00 -07:00
go/src/cmd
Bryan C. Mills a15b5d3092 cmd/go: allow arguments to 'go test' and 'go vet' to duplicate or override flags from GOFLAGS
This is a minimal fix for Go 1.14, but this parsing logic is much too
complex and seems like it will cause more trouble going forward.

I intend to mail a followup change to refactor this logic for 1.15.

Updates #32471

Change-Id: I00ed07dcf3a23c9cd4ffa8cf764921fb5c18bcd6
Reviewed-on: https://go-review.googlesource.com/c/go/+/210940
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
2019-12-11 22:01:13 +00:00
..
addr2line
api
asm
buildid
cgo cmd/cgo: better handling for '.' in pkgpath for gccgo 2019-11-19 19:38:07 +00:00
compile cmd/compile/internal/logopt: gofmt 2019-12-10 21:31:00 +00:00
cover
dist misc: log 'ok' from 'go run' tests on success 2019-11-25 16:43:27 +00:00
doc
fix
go cmd/go: allow arguments to 'go test' and 'go vet' to duplicate or override flags from GOFLAGS 2019-12-11 22:01:13 +00:00
gofmt
internal cmd/internal/obj: mark split-stack prologue nonpreemptible 2019-11-27 01:30:19 +00:00
link all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
nm all: base64-encode binaries that will cause Apple notarization to fail 2019-11-21 14:55:12 +00:00
objdump cmd/objdump: reference tracking bug in TestDisasmCode skip message 2019-12-04 14:53:20 +00:00
pack
pprof all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
test2json
trace
vendor cmd: update golang.org/x/mod and vendor 2019-11-26 19:05:22 +00:00
vet
go.mod cmd: update golang.org/x/mod and vendor 2019-11-26 19:05:22 +00:00
go.sum cmd: update golang.org/x/mod and vendor 2019-11-26 19:05:22 +00:00
README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.