aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
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
2024-11-21testing: Update testing.B.Loop to save benchmark results.Junyang Shao
2024-11-20cmd/compile,testing: implement one-time rampup logic for testing.B.LoopJunyang Shao
2024-11-20testing/synctest: add experimental synctest packageDamien Neil
2024-11-13testing/slogtest: reuse results obtained from previous callSean Liao
2024-11-13testing: replace CRLF by LF on windows before comparing to the expected outputConstantin Konstantinidis
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-09-20testing: enable better loop time measurement for benchmarking.sunnymilk
2024-09-20testing: implement testing.B.Loopsunnymilk
2024-09-03testing: use testenv.ExecutableKir Kolyshkin
2024-09-03testing: skip TestChdir/relative when on Windows when GOROOT and TMPDIR are o...qiulaidongfeng
2024-08-21testing: rename testContext to testStateVladimir Varankin
2024-08-20testing: use temp dir without symlinks in TestChdir/relativeDmitri Shuralyov
2024-08-20testing: add ContextVladimir Varankin
2024-08-16testing: add ChdirKir Kolyshkin
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2024-07-08testing: remove call to os.Exit in documentation for TestMainJulian Dax
2024-06-14cmd/go: fix problems with coverage percentage reporting w/ -coverpkgThan McIntosh
2024-05-23cmd/go,testdeps: move import of internal/coverage/cfile to testmainThan McIntosh
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-22internal/coverage/cfile: remove //go:linkname into testingRuss Cox
2024-05-21runtime/coverage: remove uses of //go:linknameRuss Cox
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-08runtime: properly frame panic values in tracebacksAlan Donovan
2024-05-02testing: improve the documentation around b.NJorropo
2024-04-27testing: use time.Since in highPrecisionTimeEgon Elbre
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-04-05testing/fstest: return structured errors in TestFSOlivier Mengué