aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
16 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
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-10-07cmd/go, testing: add TB.ArtifactDir and -artifacts flagDamien Neil
2025-09-19testing: fix example for unexported identifierSean Liao
2025-08-29testing: allow specify temp dir by GOTMPDIR environment variableAN Long
2025-06-20testing, testing/synctest: handle T.Helper in synctest bubblesDamien Neil
2025-06-02testing: add Output method to TBMateusz Poliwczak
2025-05-30testing, testing/synctest: report correct duration after panicsDamien Neil
2025-05-29testing, testing/synctest: write bubble errors to parent test logDamien Neil
2025-05-21testing: add AttrDamien Neil
2025-05-20testing/synctest: add TestDamien Neil
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-04-30testing: use more doc linksSean Liao
2025-03-25testing: document exit codesSean Liao
2025-03-24testing: remove redundant variable capture from subtest exampleJake Bailey
2025-03-10testing: warn against calling Log after a test completesSean Liao
2025-02-14testing: panic in AllocsPerRun if parallel tests are runningRuss Cox
2025-02-05testing: use strings.SplitSeq and bytes.SplitSeqapocelipes
2025-02-03all: remove coverageredesign experimentIan Lance Taylor
2025-01-21testing: fix reference to B.N in docstringKir Kolyshkin
2024-12-18testing: support B.Context and F.ContextIan Lance Taylor
2024-12-15testing: improve B.Loop docs, use B.Loop in examplesAustin Clements
2024-08-21testing: rename testContext to testStateVladimir Varankin
2024-08-20testing: add ContextVladimir Varankin
2024-08-16testing: add ChdirKir Kolyshkin
2024-07-08testing: remove call to os.Exit in documentation for TestMainJulian Dax
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-21runtime/coverage: remove uses of //go:linknameRuss Cox
2024-05-02testing: improve the documentation around b.NJorropo
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-03-26all: fix a large number of commentscui fliter
2024-03-22Revert "testing: add TB.SetGOMAXPROCS function"Ian Lance Taylor
2024-03-21testing: add TB.SetGOMAXPROCS functionsivchari
2023-11-30testing: remove tests from the running log while they are waiting on parallel...Bryan C. Mills
2023-11-27Revert "testing: simplify concurrency and cleanup logic"Lasse Folger
2023-11-21testing: simplify concurrency and cleanup logicBryan C. Mills
2023-11-08testing: add available godoc linkcui fliter
2023-11-06testing: correct comments on runCleanupEvan Jones
2023-10-25testing: use monotonic counts to attribute races in subtestsBryan C. Mills
2023-10-10testing: remove unnecessary TempDir implementation detail from its docVille Skyttä
2023-09-13testing: use strings.LastIndexAny in (*common).decorateTobias Klauser