aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
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
2025-03-24testing: remove redundant variable capture from subtest exampleJake Bailey
2025-03-21testing: separate b.Loop counter from b.NAustin Clements
2025-03-20testing: allow manual timer control in testing.B.LoopJunyang Shao
2025-03-10testing: warn against calling Log after a test completesSean Liao
2025-03-05testing: modify got,want equal comparison for unordered example outputJes Cok
2025-03-03testing: fix testing.B.Loop doc on loop conditionJunyang Shao
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-14testing: panic in AllocsPerRun if parallel tests are runningRuss Cox
2025-02-07testing/synctest: add an example of testing networked codeDamien Neil
2025-02-05testing: use strings.SplitSeq and bytes.SplitSeqapocelipes
2025-02-03all: remove coverageredesign experimentIan Lance Taylor
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2025-01-21testing: fix reference to B.N in docstringKir Kolyshkin
2025-01-14testing/fstest: fix function name and commentcuishuang
2025-01-07testing/synctest: add some examplesDamien Neil
2024-12-18testing: support B.Context and F.ContextIan Lance Taylor
2024-12-15testing: don't measure cleanup time after B.LoopAustin Clements
2024-12-15testing: improve B.Loop testAustin Clements
2024-12-15testing: improve b.Loop exampleAustin Clements
2024-12-15testing: improve B.Loop docs, use B.Loop in examplesAustin Clements
2024-12-06testing: fix divide by zero when benchmark is faster than OS's clock resolutionJorropo
2024-12-05testing: improve documentation, examples, release notes forJunyang Shao
2024-12-02testing: consider -N suffix after benchmark name optionalDmitri Shuralyov