index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
/
testing_test.go
Age
Commit message (
Expand
)
Author
2026-03-06
testing: fix construction of the testing artifacts path
Russ Egan
2025-10-07
cmd/go, testing: add TB.ArtifactDir and -artifacts flag
Damien Neil
2025-08-29
testing: allow specify temp dir by GOTMPDIR environment variable
AN Long
2025-05-21
testing: add Attr
Damien Neil
2025-05-12
testing: limit TempDir name length
Sean Liao
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-02-05
testing: use strings.SplitSeq and bytes.SplitSeq
apocelipes
2024-12-02
testing: consider -N suffix after benchmark name optional
Dmitri Shuralyov
2024-11-21
testing: Update testing.B.Loop to save benchmark results.
Junyang Shao
2024-11-20
cmd/compile,testing: implement one-time rampup logic for testing.B.Loop
Junyang Shao
2024-09-03
testing: use testenv.Executable
Kir Kolyshkin
2024-09-03
testing: skip TestChdir/relative when on Windows when GOROOT and TMPDIR are o...
qiulaidongfeng
2024-08-20
testing: use temp dir without symlinks in TestChdir/relative
Dmitri Shuralyov
2024-08-20
testing: add Context
Vladimir Varankin
2024-08-16
testing: add Chdir
Kir Kolyshkin
2024-05-08
runtime: properly frame panic values in tracebacks
Alan Donovan
2024-03-22
Revert "testing: add TB.SetGOMAXPROCS function"
Ian Lance Taylor
2024-03-21
testing: add TB.SetGOMAXPROCS function
sivchari
2023-12-01
testing: add regression tests for reentrant calls to T.Run
Bryan C. Mills
2023-11-30
testing: remove tests from the running log while they are waiting on parallel...
Bryan C. Mills
2023-10-25
testing: use monotonic counts to attribute races in subtests
Bryan C. Mills
2023-05-24
Revert "testing: only report subtest races once"
Bryan Mills
2023-05-24
testing: only report subtest races once
Ian Lance Taylor
2023-03-13
testing: add Testing function
Ian Lance Taylor
2022-09-28
testing: fail if T.Setenv is called via T.Run in a parallel test
Nobuki Fujii
2021-06-17
testing: drop unusual characters from TempDir directory name
Tobias Klauser
2021-03-05
testing: add TB.Setenv
Alexey Vilenski
2020-12-09
all: update to use os.ReadDir where appropriate
Russ Cox
2020-09-05
testing: make TempDir idempotent for both Cleanup and Benchmark
Changkun Ou
2020-05-19
testing: return unique directory inside same base root for TempDir
Roger Peppe
2020-04-25
testing: replace all GOOS-specific path separators in TempDir
Tobias Klauser
2020-04-23
testing: make TempDir work for subtests
Andrei Tudor Călin
2020-04-02
testing: add TB.TempDir
Brad Fitzpatrick
2016-12-09
Revert "testing: add T.Context method"
Joe Tsai
2016-11-03
testing: add T.Context method
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-09-19
cmd/go, testing: add TestMain support
Russ Cox