aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
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
2022-04-11all: gofmt main repoRuss Cox
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-03testing: include ERROR_SHARING_VIOLATION in Windows cleanup retriesBryan C. Mills
2022-02-16testing: panic in Fuzz if the function returns a valueBryan C. Mills
2022-02-04testing: remove TODO and link to fuzz docsKatie Hockman
2022-01-10testing: only snapshot coverage during fuzzingRoland Shoemaker
2022-01-06testing: fix deadlock with t.Parallel in testing seed corpusKatie Hockman
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-15all: fix typo in commentichxxx
2021-12-14testing: retry spurious errors from RemoveAll for temp directoriesBryan C. Mills
2021-12-13testing: update docs for fuzzcachedirKatie Hockman
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-27testing: simplify fuzzResult.String to avoid unnecessarily using fmt.Sprintfsivchari
2021-11-22testing: mention that TB also covers the new type FBharath Kumar Uppala
2021-11-11all: update terminology for fuzzingKatie Hockman
2021-11-09testing: remove package from fuzz crasher messageKatie Hockman
2021-11-01testing: reduce memory used by subtest namesBryan C. Mills
2021-10-31testing: remove redundant type conversionAlexander Melentyev
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-25testing: skip extra -count iterations if there are no testsMichael Pratt
2021-10-25testing: reference benchmark format specAustin Clements
2021-10-19testing: don't allow f.Log/Logf or f.Skipped inside f.FuzzKatie Hockman
2021-10-19testing: write output to buffer when fuzzingKatie Hockman
2021-10-12testing: don't create unique subtest names while fuzzingJay Conrod
2021-10-12testing: fix -run behavior with fuzz testsKatie Hockman