aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test/test.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-08-17cmd/go: go test flag -failfast should be cacheablekezhao
2021-08-16cmd/go: add document -json in testflag180909
2021-08-13cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-30[dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod
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-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-03-25cmd/go: add -benchtime to cacheable test flagsJohan Jansson
2021-03-23cmd/go: make -coverpkg=all skip test-only packagesDaniel Martí
2021-02-23cmd/go: resolve TODO by replacing InDir() functionAndy Pan
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
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-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/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-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-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