aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
2023-08-17internal/sysinfo: print cpu type from cpuinfo when internal cpu name is empty...Guoqi Chen
2023-08-07testing: use the builtin max/min functionMuhammad Falak R Wani
2023-08-07testing: improve the usage message of -benchtimemontag451
2023-08-07testing/slogtest: reword a confusing explanationJonathan Amsterdam
2023-07-27all: use built-in clear to clear mapsJes Cok
2023-07-21testing: enforce -skip in example testsMauri de Souza Meneguzzo
2023-07-11testing/slogtest: check for no group with empty recordJonathan Amsterdam
2023-06-16testing/fstest: fix the Glob test when dir entries are out of orderAchille Roussel
2023-05-24Revert "testing: only report subtest races once"Bryan Mills
2023-05-24testing: only report subtest races onceIan Lance Taylor
2023-05-23cmd/go,testing: re-implement testing.CoverageThan McIntosh
2023-05-04log/slog: built-in handler constructors take options as a second argJonathan Amsterdam
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-04-25cmd/dist: actually only compile tests with -compile-onlyAustin Clements
2023-04-24testing/slogtest: tests for slog handlersJonathan Amsterdam
2023-04-20std: fix various nilness findingsAlan Donovan
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-04database/sql,testing/quick: use reflect.Value.SetZeroDaniel Martí
2023-03-23testing: quote -test.v=test2json output when logging itBryan C. Mills
2023-03-13testing: add Testing functionIan Lance Taylor
2023-02-22testing: add -fullpath to go testHossein Zolfi
2023-01-09all: fix typos in go file commentsMarcel Meyer
2022-12-23testing: rephrase the sentence about naming test filesAndrey Bozhko
2022-11-16testing: in TestRacyOutput, ensure that the Run calls complete before cleanupBryan C. Mills
2022-11-16testing: reject calls to Run within Cleanup callbacksChangkun Ou
2022-11-14testing: fix error message when a parallel Cleanup calls runtime.GoexitChangkun Ou
2022-11-07testing: Document RunParallel ns/op behaviorFelix Geisendörfer
2022-11-03testing: add Get method for -test.v optionIan Lance Taylor
2022-11-02testing: implement -cpu and -count for fuzz testsRuss Cox
2022-11-01testing: print names of running tests on test timeoutRuss Cox
2022-10-28testing: change Error to Errorf in commentIan Lance Taylor
2022-10-26testing: fix many test2json inaccuraciesRuss Cox
2022-10-07testing: add an example showcasing B.RunParallel with B.ReportMetricEddie Lopez
2022-09-29testing: update description of SetenvNobuki Fujii
2022-09-29runtime/coverage: improve unit testsThan McIntosh
2022-09-28testing: fail if T.Setenv is called via T.Run in a parallel testNobuki Fujii
2022-09-28cmd/go: support new hybrid coverage instrumentationThan McIntosh
2022-09-16testing: allow go test -run=^$ testingRuss Cox
2022-09-16cmd/go, testing: add go test -skip flagRuss Cox
2022-09-07testing: use strings.Buildercuiweixie
2022-08-30testing: increment tempDirSeq non-atomicallycuiweixie
2022-08-29testing: convert common.hasSub to atomic typecuiweixie
2022-08-29testing: explain using a _test packagebyarbrough
2022-08-29testing: convert numFailed to atomic typecuiweixie
2022-08-25testing: add Elapsed method to testing.Bhopehook
2022-08-16testing: do not print 'root' benchName during test of package testingRuss Cox
2022-08-08all: use io.Seek* instead of deprecated os.SEEK_*Tobias Klauser
2022-05-26cmd/compile: mark closures made for generic function expressions as wrappersKeith Randall
2022-05-11Revert "testing: document -race goroutine limits"Keith Randall
2022-05-08all: fix some lint issuesRyan Leung