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
/
sub_test.go
Age
Commit message (
Expand
)
Author
2026-03-09
testing: annotate output text type
Ethan Reesor
2026-03-06
testing: escapes framing markers
Ethan Reesor
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-05-20
testing: use a pattern to match the elapsed time in TestTRun
Mateusz Poliwczak
2025-05-15
testing: fix panic in t.Log
Jonathan Amsterdam
2025-05-13
testing: add Output
suntala
2025-05-13
Revert "testing: add Output"
Jonathan Amsterdam
2025-05-13
testing: add Output
suntala
2024-08-21
testing: rename testContext to testState
Vladimir Varankin
2024-07-25
os,path/filepath,testing: use slices to clean up tests
apocelipes
2023-12-01
testing: add regression tests for reentrant calls to T.Run
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
2022-11-16
testing: in TestRacyOutput, ensure that the Run calls complete before cleanup
Bryan C. Mills
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
2022-09-16
cmd/go, testing: add go test -skip flag
Russ Cox
2022-09-07
testing: use strings.Builder
cuiweixie
2022-08-16
testing: do not print 'root' benchName during test of package testing
Russ Cox
2022-05-08
all: fix some lint issues
Ryan Leung
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-04-09
[dev.fuzz] testing: support T.Parallel in fuzz functions
Jay Conrod
2021-04-09
[dev.fuzz] testing: let -fuzztime specify a number of executions
Jay Conrod
2021-02-24
testing: print late arriving log line in panic
Josh Bleecher Snyder
2020-09-02
testing: flush test summaries to stdout atomically when streaming output
Bryan C. Mills
2020-08-28
testing: run a Cleanup registered by a Cleanup
Ian Lance Taylor
2020-05-21
testing: reformat test chatty output
Jean de Klerk
2020-02-06
testing: make Cleanup work for benchmarks too.
Roger Peppe
2020-01-16
testing: don't run Cleanup functions until parallel subtests complete
Ian Lance Taylor
2019-11-04
testing: implement Cleanup method
Roger Peppe
2019-10-22
testing: stream log output in verbose mode
Jean de Klerk
2019-05-16
testing: shorten go test -short testing
Russ Cox
2019-04-29
testing: delay flag registration; move to an Init function
Caleb Spare
2019-01-17
testing: report the failing test in a late log panic
Ian Lance Taylor
2018-10-12
testing: implement -benchtime=100x
Russ Cox
2018-10-10
testing: try to Log through parent if test has completed
Wil Selwood
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-05-31
testing: make indentation consistent in sub-tests
Yury Smolsky
2018-03-01
testing: gracefully handle subtest failing parent’s T
Marcel van Lohuizen
2017-06-28
testing: always ReadMemStats before first benchmark run
Meir Fischer
2017-06-20
testing: harmonize handling of prefix-matched benchmarks
Russ Cox
2017-03-01
testing: fix Benchmark() to start at 1 iteration, not 100
Heschi Kreinick
2017-02-15
testing: fix stats bug for sub benchmarks
Marcel van Lohuizen
2017-02-11
testing: only call ReadMemStats if necessary when benchmarking
Josh Bleecher Snyder
2017-02-01
testing: synchronize writes to the root's Writer
Joe Tsai
2017-01-18
testing: make parallel t.Run safe again
Russ Cox
2017-01-07
all: fix misspellings
shawnps
2016-12-09
Revert "testing: add T.Context method"
Joe Tsai
2016-11-03
testing: add T.Context method
Brad Fitzpatrick
2016-05-24
testing: don't be silent if a test's goroutine fails a test after test exits
Marcel van Lohuizen
2016-04-14
testing: removed flakey test
Marcel van Lohuizen
[next]