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
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
2021-10-19
testing: don't allow f.Log/Logf or f.Skipped inside f.Fuzz
Katie Hockman
2021-10-12
testing: don't create unique subtest names while fuzzing
Jay Conrod
2021-09-24
testing: address feedback for dev.fuzz merge
Jay Conrod
2021-09-21
testing, cmd/go: clarify documentation
Jay Conrod
2021-09-20
[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
Katie Hockman
2021-09-16
testing: skip panics when picking the line number for decoration
Caleb Spare
2021-09-15
[dev.fuzz] testing: fix internal error exit condition for fuzz workers
Jay Conrod
2021-09-15
[dev.fuzz] testing: adjust -fuzz multiple match stdout
Katie Hockman
2021-09-10
[dev.fuzz] testing: F.Setenv plus various fixes and revisions
Jay Conrod
2021-09-09
[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
Jay Conrod
2021-09-01
[dev.fuzz] cmd/go: stream output when fuzzing
Jay Conrod
2021-07-27
testing: clarify T.Name returns a distinct name of the running test
Changkun Ou
2021-07-15
testing: clarify in docs that TestMain is advanced
Matt T. Proud
2021-07-01
testing: add TB.Setenv
Russ Cox
2021-06-28
[dev.fuzz] all: merge master (c95464f) into dev.fuzz
Katie Hockman
2021-06-24
[dev.fuzz] testing: report T.Deadline when running seed values
Jay Conrod
[prev]
[next]