aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test
AgeCommit message (Expand)Author
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2020-09-02[release-branch.go1.15] cmd/test2json: do not emit a final Action if the resu...Bryan C. Mills
2020-09-02[release-branch.go1.15] cmd/go/internal/test: keep looking for go command fla...Bryan C. Mills
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
2018-08-03cmd/go: revert "cmd/go: no longer eval symlinks in inDir"Ian Lance Taylor
2018-08-02cmd/go: no longer eval symlinks in inDirIssac Trotts
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-20cm/go/internal/test: make vet run when using go test -cLE Manh Cuong
2018-07-17cmd/go: search test imports when matching -coverpkgIan Lance Taylor
2018-07-17cmd/go: add new test script facilityRuss Cox
2018-07-10cmd/cover: invoke go command to find packagesRuss Cox
2018-07-09cmd/go: revert "output coverage report even if there are no test files"Ian Lance Taylor
2018-06-06cmd/go: output coverage report even if there are no test filesDennis Kuhnert
2018-05-30cmd/go: add minimal module-awareness for legacy operationRuss Cox
2018-05-09go/build, cmd/go: don't expect gccgo to have GOROOT packagesIan Lance Taylor
2018-04-26cmd/go: add go list -test to describe test binariesRuss Cox
2018-04-24runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim
2018-04-20cmd/go: document which vet tests are enabled during go testAlberto Donizetti
2018-04-11cmd/go: fix typo in test inputs descriptorYann Hodique
2018-04-06cmd: some semi-automated cleanupsDaniel Martí