aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test
AgeCommit message (Expand)Author
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2020-12-14cmd/go: refactor error reporting in internal/loadJay Conrod
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-09cmd/go: print deprecation messages for -iJay Conrod
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-24cmd/go: error when -c or -i are used with unknown flagsDaniel Martí
2020-09-22cmd/go/internal/modget: consolidate Load entrypointsBryan C. Mills
2020-08-27cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-17cmd/go/internal/test: keep looking for go command flags after ambiguous test ...Bryan C. Mills
2020-08-17cmd/test2json: do not emit a final Action if the result is not knownBryan C. Mills
2020-08-17cmd/go: process -debug-trace flag for cmd/test and cmd/vetMichael Matloob
2020-08-17cmd/go: add tracing instrumentation to load.TestPackagesForMichael Matloob
2020-08-17cmd/go: propagate context into Action.Func callsMichael Matloob
2020-08-12cmd/go: propagate context into PackagesForBuild and Do for tracingMichael Matloob
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2020-07-06cmd/go: display test binary output if invoked with -helpIan Lance Taylor
2020-05-13cmd/go: enable stringintconv and ifaceassert vet checks by defaultsmasher164
2020-03-26cmd/go/internal/base: rename EnvForDir to AppendPWDBryan C. Mills
2020-03-26cmd/go: do not append to the global cfg.OrigEnv sliceBryan C. Mills
2020-03-06cmd/go: make go test -json report failures for panicking/exiting testsJay Conrod
2020-03-04cmd/go: invalidate cached test results when the -timeout flag changesBryan C. Mills
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-09Revert "cmd/go: fail if a test binary exits with no output"Bryan C. Mills
2019-10-09cmd/go: fail if a test binary exits with no outputDaniel Martí
2019-10-04cmd/go: set expected filename when building a local package with -o is pointi...Jordi Martin
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-09-04cmd/go/internal/test: prepend -test.timeout rather than appendingBryan C. Mills
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-07-18cmd/go: in module mode, populate PackagePublic.Root with the module rootBryan C. Mills
2019-06-12cmd/go: include -errorsas in go test vet checksJonathan Amsterdam
2019-05-16cmd/go: run full 'go vet' during 'go test' for packages in GOROOTRuss Cox
2019-05-13cmd/go: print finally FAIL if a test has failed in package list modeLuka Zitnik
2019-05-10cmd/go: move automatic testing.Init call into generated test codeCaleb Spare
2019-04-13cmd/go/internal/test: pass default timeout to test programs if not given from...OkamotoYuki
2019-04-01cmd/go: refactor load.LoadPackage into other functionsJay Conrod
2019-03-22cmd/go: fix the default build output name for versioned binariesDmitri Shuralyov
2019-03-22Revert "cmd/go: fix the default build output name for versioned binaries"Dmitri Shuralyov
2019-03-13cmd/go: fix the default build output name for versioned binariesHana Kim
2019-03-01cmd/go: refer to testflag help in go test -help outputVladimir Varankin
2018-11-29cmd/go/internal/{clean,test}: lock testexpire.txtBryan C. Mills
2018-11-06cmd/go: make 'go test -h' print two linesDaniel Martí
2018-11-02cmd/go: don't let "go test -c -o /dev/null" overwrite /dev/nullIan Lance Taylor
2018-10-12testing: implement -benchtime=100xRuss Cox
2018-08-10cmd/go: fix module loader and test-only dependenciesRuss Cox