aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
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
2023-09-05testing: add doc to not call Init concurrentlygo101
2023-05-24Revert "testing: only report subtest races once"Bryan Mills
2023-05-24testing: only report subtest races onceIan Lance Taylor
2023-04-25cmd/dist: actually only compile tests with -compile-onlyAustin Clements
2023-03-13testing: add Testing functionIan Lance Taylor
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