summaryrefslogtreecommitdiff
path: root/src/testing/testing.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/dist: actually only compile tests with -compile-onlyAustin Clements2023-04-251-1/+0
* testing: add Testing functionIan Lance Taylor2023-03-131-0/+16
* testing: add -fullpath to go testHossein Zolfi2023-02-221-2/+5
* 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-161-1/+1
* testing: reject calls to Run within Cleanup callbacksChangkun Ou2022-11-161-6/+14
* testing: fix error message when a parallel Cleanup calls runtime.GoexitChangkun Ou2022-11-141-2/+4
* testing: add Get method for -test.v optionIan Lance Taylor2022-11-031-0/+7
* 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-261-27/+124
* testing: update description of SetenvNobuki Fujii2022-09-291-2/+4
* testing: fail if T.Setenv is called via T.Run in a parallel testNobuki Fujii2022-09-281-4/+16
* cmd/go: support new hybrid coverage instrumentationThan McIntosh2022-09-281-2/+12
* testing: allow go test -run=^$ testingRuss Cox2022-09-161-1/+2
* cmd/go, testing: add go test -skip flagRuss Cox2022-09-161-2/+15
* testing: increment tempDirSeq non-atomicallycuiweixie2022-08-301-1/+6
* testing: convert common.hasSub to atomic typecuiweixie2022-08-291-3/+3
* testing: explain using a _test packagebyarbrough2022-08-291-4/+32
* testing: convert numFailed to atomic typecuiweixie2022-08-291-3/+3
* Revert "testing: document -race goroutine limits"Keith Randall2022-05-111-3/+0
* all: gofmt main repoRuss Cox2022-04-111-131/+141
* all: consistently use US spelling of present participlesDaniel Martí2022-04-081-1/+1
* testing: include ERROR_SHARING_VIOLATION in Windows cleanup retriesBryan C. Mills2022-03-031-1/+1
* testing: remove TODO and link to fuzz docsKatie Hockman2022-02-041-2/+1
* testing: retry spurious errors from RemoveAll for temp directoriesBryan C. Mills2021-12-141-1/+31
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-25/+25
* testing: mention that TB also covers the new type FBharath Kumar Uppala2021-11-221-1/+1
* all: update terminology for fuzzingKatie Hockman2021-11-111-28/+29
* testing: skip extra -count iterations if there are no testsMichael Pratt2021-10-251-0/+6
* testing: reference benchmark format specAustin Clements2021-10-251-0/+8
* testing: don't allow f.Log/Logf or f.Skipped inside f.FuzzKatie Hockman2021-10-191-2/+26
* testing: don't create unique subtest names while fuzzingJay Conrod2021-10-121-13/+7
* testing: address feedback for dev.fuzz mergeJay Conrod2021-09-241-30/+27
* testing, cmd/go: clarify documentationJay Conrod2021-09-211-16/+56
* [dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman2021-09-201-0/+3
|\
| * testing: skip panics when picking the line number for decorationCaleb Spare2021-09-161-0/+3
* | [dev.fuzz] testing: fix internal error exit condition for fuzz workersJay Conrod2021-09-151-1/+1
* | [dev.fuzz] testing: adjust -fuzz multiple match stdoutKatie Hockman2021-09-151-8/+1
* | [dev.fuzz] testing: F.Setenv plus various fixes and revisionsJay Conrod2021-09-101-21/+30
* | [dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod2021-09-091-1/+8
|\ \ | |/
| * testing: clarify T.Name returns a distinct name of the running testChangkun Ou2021-07-271-1/+5
| * testing: clarify in docs that TestMain is advancedMatt T. Proud2021-07-151-0/+2
| * testing: add TB.SetenvRuss Cox2021-07-011-0/+1
* | [dev.fuzz] cmd/go: stream output when fuzzingJay Conrod2021-09-011-2/+6
* | [dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman2021-06-281-12/+22
|\ \ | |/
| * testing: drop unusual characters from TempDir directory nameTobias Klauser2021-06-171-12/+22
* | [dev.fuzz] testing: report T.Deadline when running seed valuesJay Conrod2021-06-241-1/+1
* | [dev.fuzz] testing: convert seed corpus values where possibleKatie Hockman2021-06-151-2/+4
* | [dev.fuzz] internal/fuzz,testing: treat panics as recoverableRoland Shoemaker2021-05-271-2/+24