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
Age
Commit message (
Expand
)
Author
2025-03-26
[release-branch.go1.24] testing: detect a stopped timer in B.Loop
Austin Clements
2025-03-26
[release-branch.go1.24] testing: detect early return from B.Loop
Austin Clements
2025-03-26
[release-branch.go1.24] testing: separate b.Loop counter from b.N
Austin Clements
2025-03-25
[release-branch.go1.24] testing: allow manual timer control in testing.B.Loop
Junyang Shao
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
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-11-20
testing/synctest: add experimental synctest package
Damien Neil
2024-11-13
testing/slogtest: reuse results obtained from previous call
Sean Liao
2024-11-13
testing: replace CRLF by LF on windows before comparing to the expected output
Constantin Konstantinidis
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-09-20
testing: enable better loop time measurement for benchmarking.
sunnymilk
2024-09-20
testing: implement testing.B.Loop
sunnymilk
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-21
testing: rename testContext to testState
Vladimir Varankin
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-07-25
os,path/filepath,testing: use slices to clean up tests
apocelipes
2024-07-08
testing: remove call to os.Exit in documentation for TestMain
Julian Dax
2024-06-14
cmd/go: fix problems with coverage percentage reporting w/ -coverpkg
Than McIntosh
2024-05-23
cmd/go,testdeps: move import of internal/coverage/cfile to testmain
Than McIntosh
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-22
internal/coverage/cfile: remove //go:linkname into testing
Russ Cox
2024-05-21
runtime/coverage: remove uses of //go:linkname
Russ Cox
2024-05-15
cmd/link: disallow pull-only linknames
Cherry Mui
2024-05-08
runtime: properly frame panic values in tracebacks
Alan Donovan
2024-05-02
testing: improve the documentation around b.N
Jorropo
2024-04-27
testing: use time.Since in highPrecisionTime
Egon Elbre
2024-04-26
testing: use QueryPerformanceCounter on Windows
Egon Elbre
2024-04-05
testing/fstest: return structured errors in TestFS
Olivier Mengué
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-22
Revert "testing: add TB.SetGOMAXPROCS function"
Ian Lance Taylor
2024-03-21
testing: add TB.SetGOMAXPROCS function
sivchari
2024-02-28
testing: fix typo in comment
guoguangwu
2024-02-20
testing/fstest: return base name from mapfs FileInfo.Name
Shang Ding
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-11-27
Revert "testing: simplify concurrency and cleanup logic"
Lasse Folger
[next]