aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/load/test.go
AgeCommit message (Expand)Author
2021-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-04-12cmd/go/internal/work: remove '_test' from import paths in stacktraces when -t...Hajime Hoshi
2021-03-31cmd/go/internal/load/test: parse overlay files for test functionsKevin Herro
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-03-23cmd/go: make -coverpkg=all skip test-only packagesDaniel Martí
2021-01-20cmd/go: have go mod vendor copy embedded files in subdirsMichael Matloob
2021-01-14cmd/go/internal/load: report positions for embed errorsJay Conrod
2020-10-29cmd/go: add //go:embed supportRuss Cox
2020-08-24cmd/go: populate the Module field for test packagesBryan C. Mills
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: add tracing instrumentation to load.TestPackagesForMichael Matloob
2020-05-06cmd/go: add positions for load errors in call to loadMichael Matloob
2020-04-21cmd/go/internal/load: load imports for all package data errorsJay Conrod
2020-04-06cmd/go: report scan error position in 'go list -e'tlsJay Conrod
2020-03-27cmd/go: avoid needing to manipulate ImportStack when constructing errorMichael Matloob
2020-03-17testing: do not require os.Exit in TestMainChangkun Ou
2019-10-09cmd/go: eliminate redundancy in import error messagesJay Conrod
2019-09-16cmd/go: don't split internal test main packages twiceJay Conrod
2019-09-13cmd/go: fix link error for -coverpkg in GOPATH modeJay Conrod
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-05-16cmd/go: rename renamed testing importRuss Cox
2019-05-16cmd/go: run full 'go vet' during 'go test' for packages in GOROOTRuss Cox
2019-05-10cmd/go: add generated code comment to _testmain.go templateJay Conrod
2019-05-10cmd/go: move automatic testing.Init call into generated test codeCaleb Spare
2019-05-10cmd/go: force -coverpkg main packages to be built as librariesJay Conrod
2019-04-05cmd/go: parallelize package loadingJay Conrod
2019-03-19cmd/go: avoid link error when -coverpkg covers main packages (more)Jay Conrod
2019-03-08cmd/go: make go list error behavior consistent in testsJay Conrod
2019-03-08cmd/go: avoid link errors when -coverpkg covers main packagesJay Conrod
2019-02-28cmd/go: delay parsing the testmain templateDaniel Martí
2019-01-03cmd/go: respect gcflags, ldflags in 'go test'Alessandro Arzilli
2018-08-10cmd/go: make 'go list -test' report the correct import pathSuzy Mueller
2018-07-10cmd/go: add ImportMap to go list package structRuss 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-04-26cmd/go: add go list -test to describe test binariesRuss Cox
2018-04-25cmd/go/internal/load: split test logic out of pkg.go into test.goRuss Cox