aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/load/test.go
AgeCommit message (Expand)Author
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