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.go
Age
Commit message (
Expand
)
Author
2024-07-08
testing: remove call to os.Exit in documentation for TestMain
Julian Dax
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-21
runtime/coverage: remove uses of //go:linkname
Russ Cox
2024-05-02
testing: improve the documentation around b.N
Jorropo
2024-04-26
testing: use QueryPerformanceCounter on Windows
Egon Elbre
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
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-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-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-05
testing: add doc to not call Init concurrently
go101
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-04-25
cmd/dist: actually only compile tests with -compile-only
Austin Clements
2023-03-13
testing: add Testing function
Ian Lance Taylor
2023-02-22
testing: add -fullpath to go test
Hossein Zolfi
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-03
testing: add Get method for -test.v option
Ian Lance Taylor
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
2022-09-29
testing: update description of Setenv
Nobuki Fujii
2022-09-28
testing: fail if T.Setenv is called via T.Run in a parallel test
Nobuki Fujii
2022-09-28
cmd/go: support new hybrid coverage instrumentation
Than McIntosh
2022-09-16
testing: allow go test -run=^$ testing
Russ Cox
2022-09-16
cmd/go, testing: add go test -skip flag
Russ Cox
2022-08-30
testing: increment tempDirSeq non-atomically
cuiweixie
2022-08-29
testing: convert common.hasSub to atomic type
cuiweixie
2022-08-29
testing: explain using a _test package
byarbrough
2022-08-29
testing: convert numFailed to atomic type
cuiweixie
2022-05-11
Revert "testing: document -race goroutine limits"
Keith Randall
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-08
all: consistently use US spelling of present participles
Daniel Martí
2022-03-03
testing: include ERROR_SHARING_VIOLATION in Windows cleanup retries
Bryan C. Mills
2022-02-04
testing: remove TODO and link to fuzz docs
Katie Hockman
2021-12-14
testing: retry spurious errors from RemoveAll for temp directories
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-22
testing: mention that TB also covers the new type F
Bharath Kumar Uppala
2021-11-11
all: update terminology for fuzzing
Katie Hockman
2021-10-25
testing: skip extra -count iterations if there are no tests
Michael Pratt
2021-10-25
testing: reference benchmark format spec
Austin Clements
[next]