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
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
2023-08-17
internal/sysinfo: print cpu type from cpuinfo when internal cpu name is empty...
Guoqi Chen
2023-08-07
testing: use the builtin max/min function
Muhammad Falak R Wani
2023-08-07
testing: improve the usage message of -benchtime
montag451
2023-08-07
testing/slogtest: reword a confusing explanation
Jonathan Amsterdam
2023-07-27
all: use built-in clear to clear maps
Jes Cok
2023-07-21
testing: enforce -skip in example tests
Mauri de Souza Meneguzzo
2023-07-11
testing/slogtest: check for no group with empty record
Jonathan Amsterdam
2023-06-16
testing/fstest: fix the Glob test when dir entries are out of order
Achille Roussel
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-05-23
cmd/go,testing: re-implement testing.Coverage
Than McIntosh
2023-05-04
log/slog: built-in handler constructors take options as a second arg
Jonathan Amsterdam
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-04-25
cmd/dist: actually only compile tests with -compile-only
Austin Clements
2023-04-24
testing/slogtest: tests for slog handlers
Jonathan Amsterdam
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-04
database/sql,testing/quick: use reflect.Value.SetZero
Daniel Martí
2023-03-23
testing: quote -test.v=test2json output when logging it
Bryan C. Mills
2023-03-13
testing: add Testing function
Ian Lance Taylor
2023-02-22
testing: add -fullpath to go test
Hossein Zolfi
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2022-12-23
testing: rephrase the sentence about naming test files
Andrey Bozhko
2022-11-16
testing: in TestRacyOutput, ensure that the Run calls complete before cleanup
Bryan C. Mills
2022-11-16
testing: reject calls to Run within Cleanup callbacks
Changkun Ou
2022-11-14
testing: fix error message when a parallel Cleanup calls runtime.Goexit
Changkun Ou
2022-11-07
testing: Document RunParallel ns/op behavior
Felix Geisendörfer
2022-11-03
testing: add Get method for -test.v option
Ian Lance Taylor
2022-11-02
testing: implement -cpu and -count for fuzz tests
Russ Cox
2022-11-01
testing: print names of running tests on test timeout
Russ Cox
2022-10-28
testing: change Error to Errorf in comment
Ian Lance Taylor
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
[prev]
[next]