aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test/test.go
AgeCommit message (Expand)Author
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: 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í
2018-04-04cmd/go: rebuild as needed when vetting test packagesNikhil Benesch
2018-03-27cmd/go: if -race, don't run coverage on runtime packagesIan Lance Taylor
2018-03-09cmd/go: briefly document test caching in go test -h outputJean de Klerk
2018-02-13cmd/go/internal/test: remove redundant if statementAndrew Bonventre
2018-02-06cmd/go: rebuild as needed for tests of packages that add methodsRuss Cox
2018-02-05cmd/go: ignore coverpkg match on sync/atomic in atomic coverage modeIan Lance Taylor
2018-01-24cmd/go: fix -coverpkg=all with dot importsRuss Cox
2018-01-23doc, cmd/go: final release notes editsRuss Cox
2018-01-23cmd/go: apply "go vet" to test filesIan Lance Taylor
2018-01-22cmd/go: add go help cacheRuss Cox
2018-01-15cmd/go: clarify and simplify (a little) the description of go test's cachingRob Pike
2018-01-10cmd/go: limit test input file change detection to local GOROOT/GOPATH treeRuss Cox
2018-01-10cmd/go: run the real test binary if the test link was cachedIan Lance Taylor
2018-01-04cmd/go: fix caching of test -json outputsRuss Cox
2018-01-04cmd/go: fix coverage rebuild corner caseRuss Cox
2018-01-04cmd/go, testing: test names don't have to be alphanumericIan Lance Taylor
2017-12-14cmd/go: do not let test vet failures stop reporting of later test resultsRuss Cox
2017-12-14cmd/go: apply same per-package flags to compile and link of testRuss Cox
2017-12-13cmd/go: don't use a testlog if there is an exec commandIan Lance Taylor
2017-12-11cmd/go: don't pass -test.testlogfile on NaClIan Lance Taylor
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-12-04cmd/go: fix -covermode=atomic use of sync/atomic in -coverpkg matchesRuss Cox
2017-12-01cmd/go: honor -timeout=0 to mean no timeoutRuss Cox
2017-12-01cmd/go: fix missing conversions in -json outputRuss Cox
2017-12-01cmd/go: fix reuse of cached objects during coverRuss Cox
2017-12-01cmd/go: apply same per-package flags to test and xtest buildsRuss Cox