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
2020-07-16
[release-branch.go1.14] 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
2016-04-06
testing: fix flakey test on plan9
Marcel van Lohuizen
2016-04-06
testing: fixed bug introduced by CL 21504
Marcel van Lohuizen
2016-04-05
testing: improve output
Marcel van Lohuizen
2016-04-04
testing: unflake TestBRun
Marcel van Lohuizen
2016-03-25
testing: probe with N=1
Marcel van Lohuizen
2016-03-22
testing: expose subtest and subbenchmark functionality
Marcel van Lohuizen
2016-03-22
testing: added name matcher and sanitizer
Marcel van Lohuizen
2016-03-21
testing: add test for not exceeding maximum parallism
Marcel van Lohuizen
2016-03-18
testing: disable tests that cause a hang on some platforms
Marcel van Lohuizen
2016-03-18
testing: finish implementation of subtests
Marcel van Lohuizen
2016-03-18
testing: implementation of subbenchmarks
Marcel van Lohuizen
2016-03-18
testing: prepare for the introduction of Run methods
Marcel van Lohuizen