summaryrefslogtreecommitdiff
path: root/src/testing
Commit message (Expand)AuthorAgeFilesLines
* log/slog: built-in handler constructors take options as a second argJonathan Amsterdam2023-05-041-1/+1
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-041-0/+4
* cmd/dist: actually only compile tests with -compile-onlyAustin Clements2023-04-251-1/+0
* testing/slogtest: tests for slog handlersJonathan Amsterdam2023-04-242-0/+352
* std: fix various nilness findingsAlan Donovan2023-04-201-2/+1
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-112-2/+2
* database/sql,testing/quick: use reflect.Value.SetZeroDaniel Martí2023-04-041-1/+1
* testing: quote -test.v=test2json output when logging itBryan C. Mills2023-03-231-1/+4
* testing: add Testing functionIan Lance Taylor2023-03-132-0/+77
* testing: add -fullpath to go testHossein Zolfi2023-02-221-2/+5
* all: fix typos in go file commentsMarcel Meyer2023-01-091-1/+1
* testing: rephrase the sentence about naming test filesAndrey Bozhko2022-12-231-2/+3
* testing: in TestRacyOutput, ensure that the Run calls complete before cleanupBryan C. Mills2022-11-163-4/+4
* testing: reject calls to Run within Cleanup callbacksChangkun Ou2022-11-162-6/+31
* testing: fix error message when a parallel Cleanup calls runtime.GoexitChangkun Ou2022-11-142-2/+44
* testing: Document RunParallel ns/op behaviorFelix Geisendörfer2022-11-071-0/+3
* testing: add Get method for -test.v optionIan Lance Taylor2022-11-032-0/+93
* testing: implement -cpu and -count for fuzz testsRuss Cox2022-11-021-42/+60
* testing: print names of running tests on test timeoutRuss Cox2022-11-011-4/+34
* testing: change Error to Errorf in commentIan Lance Taylor2022-10-281-1/+1
* testing: fix many test2json inaccuraciesRuss Cox2022-10-267-44/+189
* testing: add an example showcasing B.RunParallel with B.ReportMetricEddie Lopez2022-10-071-0/+30
* testing: update description of SetenvNobuki Fujii2022-09-291-2/+4
* runtime/coverage: improve unit testsThan McIntosh2022-09-291-0/+7
* testing: fail if T.Setenv is called via T.Run in a parallel testNobuki Fujii2022-09-282-4/+48
* cmd/go: support new hybrid coverage instrumentationThan McIntosh2022-09-283-2/+58
* testing: allow go test -run=^$ testingRuss Cox2022-09-161-1/+2
* cmd/go, testing: add go test -skip flagRuss Cox2022-09-167-59/+123
* testing: use strings.Buildercuiweixie2022-09-076-17/+17
* testing: increment tempDirSeq non-atomicallycuiweixie2022-08-301-1/+6
* testing: convert common.hasSub to atomic typecuiweixie2022-08-292-6/+6
* testing: explain using a _test packagebyarbrough2022-08-291-4/+32
* testing: convert numFailed to atomic typecuiweixie2022-08-292-5/+4
* testing: add Elapsed method to testing.Bhopehook2022-08-252-0/+14
* testing: do not print 'root' benchName during test of package testingRuss Cox2022-08-162-1/+12
* all: use io.Seek* instead of deprecated os.SEEK_*Tobias Klauser2022-08-081-1/+1
* cmd/compile: mark closures made for generic function expressions as wrappersKeith Randall2022-05-262-10/+22
* Revert "testing: document -race goroutine limits"Keith Randall2022-05-111-3/+0
* all: fix some lint issuesRyan Leung2022-05-081-1/+1
* all: gofmt main repoRuss Cox2022-04-113-141/+151
* all: consistently use US spelling of present participlesDaniel Martí2022-04-081-1/+1
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* testing: include ERROR_SHARING_VIOLATION in Windows cleanup retriesBryan C. Mills2022-03-033-8/+22
* testing: panic in Fuzz if the function returns a valueBryan C. Mills2022-02-161-0/+3
* testing: remove TODO and link to fuzz docsKatie Hockman2022-02-041-2/+1
* testing: only snapshot coverage during fuzzingRoland Shoemaker2022-01-101-2/+4
* testing: fix deadlock with t.Parallel in testing seed corpusKatie Hockman2022-01-061-4/+5
* all: fix spelling errors found by misspellDan Kortschak2021-12-201-1/+1
* all: fix typo in commentichxxx2021-12-151-1/+1
* testing: retry spurious errors from RemoveAll for temp directoriesBryan C. Mills2021-12-143-1/+62