aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_test.go
AgeCommit message (Expand)Author
2026-03-06testing: fix construction of the testing artifacts pathRuss Egan
2025-10-07cmd/go, testing: add TB.ArtifactDir and -artifacts flagDamien Neil
2025-08-29testing: allow specify temp dir by GOTMPDIR environment variableAN Long
2025-05-21testing: add AttrDamien Neil
2025-05-12testing: limit TempDir name lengthSean Liao
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-05testing: use strings.SplitSeq and bytes.SplitSeqapocelipes
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-09-03testing: use testenv.ExecutableKir Kolyshkin
2024-09-03testing: skip TestChdir/relative when on Windows when GOROOT and TMPDIR are o...qiulaidongfeng
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-05-08runtime: properly frame panic values in tracebacksAlan Donovan
2024-03-22Revert "testing: add TB.SetGOMAXPROCS function"Ian Lance Taylor
2024-03-21testing: add TB.SetGOMAXPROCS functionsivchari
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-10-25testing: use monotonic counts to attribute races in subtestsBryan C. Mills
2023-05-24Revert "testing: only report subtest races once"Bryan Mills
2023-05-24testing: only report subtest races onceIan Lance Taylor
2023-03-13testing: add Testing functionIan Lance Taylor
2022-09-28testing: fail if T.Setenv is called via T.Run in a parallel testNobuki Fujii
2021-06-17testing: drop unusual characters from TempDir directory nameTobias Klauser
2021-03-05testing: add TB.SetenvAlexey Vilenski
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-09-05testing: make TempDir idempotent for both Cleanup and BenchmarkChangkun Ou
2020-05-19testing: return unique directory inside same base root for TempDirRoger Peppe
2020-04-25testing: replace all GOOS-specific path separators in TempDirTobias Klauser
2020-04-23testing: make TempDir work for subtestsAndrei Tudor Călin
2020-04-02testing: add TB.TempDirBrad Fitzpatrick
2016-12-09Revert "testing: add T.Context method"Joe Tsai
2016-11-03testing: add T.Context methodBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-19cmd/go, testing: add TestMain supportRuss Cox