aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
2023-02-22testing: add -fullpath to go testHossein Zolfi
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-03testing: add Get method for -test.v optionIan Lance Taylor
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-09-29testing: update description of SetenvNobuki Fujii
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-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-05-11Revert "testing: document -race goroutine limits"Keith Randall
2022-04-11all: gofmt main repoRuss Cox
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-03-03testing: include ERROR_SHARING_VIOLATION in Windows cleanup retriesBryan C. Mills
2022-02-04testing: remove TODO and link to fuzz docsKatie Hockman
2021-12-14testing: retry spurious errors from RemoveAll for temp directoriesBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-22testing: mention that TB also covers the new type FBharath Kumar Uppala
2021-11-11all: update terminology for fuzzingKatie Hockman
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-12testing: don't create unique subtest names while fuzzingJay Conrod
2021-09-24testing: address feedback for dev.fuzz mergeJay Conrod
2021-09-21testing, cmd/go: clarify documentationJay Conrod
2021-09-20[dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman
2021-09-16testing: skip panics when picking the line number for decorationCaleb Spare
2021-09-15[dev.fuzz] testing: fix internal error exit condition for fuzz workersJay Conrod
2021-09-15[dev.fuzz] testing: adjust -fuzz multiple match stdoutKatie Hockman
2021-09-10[dev.fuzz] testing: F.Setenv plus various fixes and revisionsJay Conrod
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-01[dev.fuzz] cmd/go: stream output when fuzzingJay Conrod
2021-07-27testing: clarify T.Name returns a distinct name of the running testChangkun Ou
2021-07-15testing: clarify in docs that TestMain is advancedMatt T. Proud
2021-07-01testing: add TB.SetenvRuss Cox
2021-06-28[dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman
2021-06-24[dev.fuzz] testing: report T.Deadline when running seed valuesJay Conrod
2021-06-17testing: drop unusual characters from TempDir directory nameTobias Klauser
2021-06-15[dev.fuzz] testing: convert seed corpus values where possibleKatie Hockman
2021-05-27[dev.fuzz] internal/fuzz,testing: treat panics as recoverableRoland Shoemaker
2021-05-19[dev.fuzz] internal/fuzz: make minimization tests more reliableJay Conrod
2021-05-19[dev.fuzz] cmd/go/internal/test,testing: add documentation about fuzzingKatie Hockman