aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
17 hourstesting: print the counter if its greater than 1Shulhan
5 daystesting: document T.Parallel pause-and-resume behaviorMateusz Poliwczak
2026-03-11testing: recognize helper functions that use range-over-functionIan Lance Taylor
2026-03-09testing: annotate output text typeEthan Reesor
2026-03-06testing: escapes framing markersEthan Reesor
2026-03-06testing: fix construction of the testing artifacts pathRuss Egan
2026-02-02testing/synctest: add SleepDamien Neil
2026-01-29cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t...thepudds
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26testing: fix bloop docJunyang Shao
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-10-21all: gofmt -wJes Cok
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-10all: omit unnecessary reassignmentcuishuang
2025-10-07cmd/go, testing: add TB.ArtifactDir and -artifacts flagDamien Neil
2025-10-06testing/synctest: remove RunSean Liao
2025-10-01testing/synctest: fix inverted test failure message in TestContextAfterFuncFrédéric G. MARAND
2025-09-19testing: fix example for unexported identifierSean Liao
2025-09-17testing: use reflect.TypeAssert and reflect.TypeForapocelipes
2025-09-11testing: exit B.Loop early upon saturationDavid Finkel
2025-08-29testing: allow specify temp dir by GOTMPDIR environment variableAN Long
2025-08-29testing/synctest: call out common issues with testsSean Liao
2025-07-10synctest: fix comments for time.Now() in synctestsChristian Hoeppner
2025-07-02testing/synctest: explicitly state Run will be removed in Go 1.26Deleplace
2025-06-20testing, testing/synctest: handle T.Helper in synctest bubblesDamien Neil
2025-06-10testing/synctest, runtime: avoid panic when using linker-alloc WG from bubbleDamien Neil
2025-06-02testing: add Output method to TBMateusz Poliwczak
2025-05-30testing, testing/synctest: report correct duration after panicsDamien Neil
2025-05-29runtime, testing/synctest: breaking bubble isolation with Cond is fatalDamien Neil
2025-05-29testing, testing/synctest: write bubble errors to parent test logDamien Neil
2025-05-29runtime, internal/synctest, sync: associate WaitGroups with bubblesDamien Neil
2025-05-27runtime, testing/synctest: verify cleanups/finalizers run outside bubblesDamien Neil
2025-05-24testing/synctest: correct duration in doc exampleSean Liao
2025-05-21testing: add AttrDamien Neil
2025-05-20testing/synctest: add TestDamien Neil
2025-05-20testing: use a pattern to match the elapsed time in TestTRunMateusz Poliwczak
2025-05-15testing: fix panic in t.LogJonathan Amsterdam
2025-05-13testing: add Outputsuntala
2025-05-13Revert "testing: add Output"Jonathan Amsterdam
2025-05-13testing: add Outputsuntala
2025-05-12testing: limit TempDir name lengthSean Liao
2025-05-07runtime, testing/synctest: stop advancing time when main goroutine exitsDamien Neil
2025-04-30testing: use more doc linksSean Liao
2025-04-03testing: clarify how B.Loop avoids optimizing away all the useful workthepudds
2025-03-25testing/slogtest: test nested groups in empty recordjunya koyama
2025-03-25testing: document exit codesSean Liao
2025-03-24testing: streamline logic in loopSlowPathAustin Clements
2025-03-24testing: detect a stopped timer in B.LoopAustin Clements
2025-03-24testing: detect early return from B.LoopAustin Clements