aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test/testflag.go
AgeCommit message (Expand)Author
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-17cmd/go/internal/test: add an all sentinel to -vetColin Arnott
2021-07-26[dev.cmdgo] cmd/go: add the workspace modeMichael Matloob
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2020-09-24cmd/go: error when -c or -i are used with unknown flagsDaniel Martí
2020-08-17cmd/go/internal/test: keep looking for go command flags after ambiguous test ...Bryan C. Mills
2020-07-06cmd/go: display test binary output if invoked with -helpIan Lance Taylor
2020-02-25cmd/go/internal/{test,vet}: use a standard flag.FlagSet to parse flagsBryan C. Mills
2019-12-11cmd/go: allow arguments to 'go test' and 'go vet' to duplicate or override fl...Bryan C. Mills
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-05-16cmd/go: run full 'go vet' during 'go test' for packages in GOROOTRuss Cox
2018-11-06cmd/go: make 'go test -h' print two linesDaniel Martí
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2018-01-04cmd/go: fix caching of test -json outputsRuss Cox
2017-12-01cmd/go: fix -outputdir -coverprofile interactionRuss Cox
2017-11-29testing: add -failfast to go testInanc Gumus
2017-11-10cmd/go: allow -coverprofile with multiple packages being testedRuss Cox
2017-11-10cmd/go: add go test -json flagRuss Cox
2017-11-03cmd/go: run vet automatically during go testRuss Cox
2017-05-22cmd/go: warn on -race with -covermode=set.Dhananjay Nakrani
2017-04-26testing: add argument to list tests, benchmarks, and examplesBrandon Bennett
2017-04-10cmd/go: allow full flag processing in go vetRob Pike
2017-03-17cmd/go: fix race libraries rebuilding by `go test -i`Alexander Menzhinsky
2017-02-03cmd/go: split out cmd/go/internal/testRuss Cox