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
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
2023-11-21
testing: simplify concurrency and cleanup logic
Bryan C. Mills
2023-11-21
testing: use subprocesses in TestTBHelper and TestTBHelperParallel
Bryan C. Mills
2023-11-17
all: make more use of the new atomic integer types
Daniel Martí
2023-11-08
testing: add available godoc link
cui fliter
2023-11-06
testing: correct comments on runCleanup
Evan Jones
2023-10-25
testing: use monotonic counts to attribute races in subtests
Bryan C. Mills
2023-10-24
testing/slogtest: test no source key with empty PC in record
Nakul Bajaj
2023-10-11
testing/fstest: add godoc links
Olivier Mengué
2023-10-11
testing/fstest: MapFS: set perm 0555 on synthetized dirs
Olivier Mengué
2023-10-10
testing: remove unnecessary TempDir implementation detail from its doc
Ville Skyttä
2023-09-13
testing: use strings.LastIndexAny in (*common).decorate
Tobias Klauser
2023-09-08
testing/slogtest: add Run to run cases as subtests
Jonathan Amsterdam
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-09-05
testing: add doc to not call Init concurrently
go101
2023-08-29
testing/slogtest: clarify that passed handler must be enabled at info
Jonathan Amsterdam
[prev]
[next]