aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
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é
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
2024-02-28testing: fix typo in commentguoguangwu
2024-02-20testing/fstest: return base name from mapfs FileInfo.NameShang Ding
2023-12-01testing: add regression tests for reentrant calls to T.RunBryan C. Mills
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-21testing: use subprocesses in TestTBHelper and TestTBHelperParallelBryan C. Mills
2023-11-17all: make more use of the new atomic integer typesDaniel Martí
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-24testing/slogtest: test no source key with empty PC in recordNakul Bajaj
2023-10-11testing/fstest: add godoc linksOlivier Mengué
2023-10-11testing/fstest: MapFS: set perm 0555 on synthetized dirsOlivier Mengué
2023-10-10testing: remove unnecessary TempDir implementation detail from its docVille Skyttä
2023-09-13testing: use strings.LastIndexAny in (*common).decorateTobias Klauser
2023-09-08testing/slogtest: add Run to run cases as subtestsJonathan Amsterdam
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-05testing: add doc to not call Init concurrentlygo101
2023-08-29testing/slogtest: clarify that passed handler must be enabled at infoJonathan Amsterdam