| Age | Commit message (Expand) | Author |
| 2025-07-10 | synctest: fix comments for time.Now() in synctests | Christian Hoeppner |
| 2025-07-02 | testing/synctest: explicitly state Run will be removed in Go 1.26 | Deleplace |
| 2025-06-20 | testing, testing/synctest: handle T.Helper in synctest bubbles | Damien Neil |
| 2025-06-10 | testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble | Damien Neil |
| 2025-06-02 | testing: add Output method to TB | Mateusz Poliwczak |
| 2025-05-30 | testing, testing/synctest: report correct duration after panics | Damien Neil |
| 2025-05-29 | runtime, testing/synctest: breaking bubble isolation with Cond is fatal | Damien Neil |
| 2025-05-29 | testing, testing/synctest: write bubble errors to parent test log | Damien Neil |
| 2025-05-29 | runtime, internal/synctest, sync: associate WaitGroups with bubbles | Damien Neil |
| 2025-05-27 | runtime, testing/synctest: verify cleanups/finalizers run outside bubbles | Damien Neil |
| 2025-05-24 | testing/synctest: correct duration in doc example | Sean Liao |
| 2025-05-21 | testing: add Attr | Damien Neil |
| 2025-05-20 | testing/synctest: add Test | Damien Neil |
| 2025-05-20 | testing: use a pattern to match the elapsed time in TestTRun | Mateusz Poliwczak |
| 2025-05-15 | testing: fix panic in t.Log | Jonathan Amsterdam |
| 2025-05-13 | testing: add Output | suntala |
| 2025-05-13 | Revert "testing: add Output" | Jonathan Amsterdam |
| 2025-05-13 | testing: add Output | suntala |
| 2025-05-12 | testing: limit TempDir name length | Sean Liao |
| 2025-05-07 | runtime, testing/synctest: stop advancing time when main goroutine exits | Damien Neil |
| 2025-04-30 | testing: use more doc links | Sean Liao |
| 2025-04-03 | testing: clarify how B.Loop avoids optimizing away all the useful work | thepudds |
| 2025-03-25 | testing/slogtest: test nested groups in empty record | junya koyama |
| 2025-03-25 | testing: document exit codes | Sean Liao |
| 2025-03-24 | testing: streamline logic in loopSlowPath | Austin Clements |
| 2025-03-24 | testing: detect a stopped timer in B.Loop | Austin Clements |
| 2025-03-24 | testing: detect early return from B.Loop | Austin Clements |
| 2025-03-24 | testing: remove redundant variable capture from subtest example | Jake Bailey |
| 2025-03-21 | testing: separate b.Loop counter from b.N | Austin Clements |
| 2025-03-20 | testing: allow manual timer control in testing.B.Loop | Junyang Shao |
| 2025-03-10 | testing: warn against calling Log after a test completes | Sean Liao |
| 2025-03-05 | testing: modify got,want equal comparison for unordered example output | Jes Cok |
| 2025-03-03 | testing: fix testing.B.Loop doc on loop condition | Junyang Shao |
| 2025-02-24 | all: use testenv.Executable instead of os.Executable and os.Args[0] | qmuntal |
| 2025-02-14 | testing: panic in AllocsPerRun if parallel tests are running | Russ Cox |
| 2025-02-07 | testing/synctest: add an example of testing networked code | Damien Neil |
| 2025-02-05 | testing: use strings.SplitSeq and bytes.SplitSeq | apocelipes |
| 2025-02-03 | all: remove coverageredesign experiment | Ian Lance Taylor |
| 2025-02-03 | io/fs: add ReadLinkFS interface | Roxy Light |
| 2025-01-21 | testing: fix reference to B.N in docstring | Kir Kolyshkin |
| 2025-01-14 | testing/fstest: fix function name and comment | cuishuang |
| 2025-01-07 | testing/synctest: add some examples | Damien Neil |
| 2024-12-18 | testing: support B.Context and F.Context | Ian Lance Taylor |
| 2024-12-15 | testing: don't measure cleanup time after B.Loop | Austin Clements |
| 2024-12-15 | testing: improve B.Loop test | Austin Clements |
| 2024-12-15 | testing: improve b.Loop example | Austin Clements |
| 2024-12-15 | testing: improve B.Loop docs, use B.Loop in examples | Austin Clements |
| 2024-12-06 | testing: fix divide by zero when benchmark is faster than OS's clock resolution | Jorropo |
| 2024-12-05 | testing: improve documentation, examples, release notes for | Junyang Shao |
| 2024-12-02 | testing: consider -N suffix after benchmark name optional | Dmitri Shuralyov |