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
2020-09-01
[release-branch.go1.15] testing: treat PAUSE lines as changing the active tes...
Bryan C. Mills
2020-08-27
[release-branch.go1.15] testing: fix Cleanup race with Logf and Errorf
Michał Łowicki
2020-07-30
testing: fix quotation marks
Katie Hockman
2020-06-02
testing: capture testname on --- PASS and --- FAIL lines
Jean de Klerk
2020-05-21
testing: reformat test chatty output
Jean de Klerk
2020-05-19
testing: clean up remaining TempDir issues from CL 231958
Bryan C. Mills
2020-05-19
testing: return unique directory inside same base root for TempDir
Roger Peppe
2020-05-08
testing: tests and benchmarks can assume flag.Parsed
Daniel Martí
2020-05-05
testing: fix reported caller name for funcs passed to Cleanup
Michał Łowicki
2020-04-25
testing: give short package variable a longer name
Brad Fitzpatrick
2020-04-25
testing: replace all GOOS-specific path separators in TempDir
Tobias Klauser
2020-04-23
testing: make TempDir work for subtests
Andrei Tudor Călin
2020-04-02
testing: add TB.TempDir
Brad Fitzpatrick
2020-03-19
testing: fix data race between parallel subtests
Changkun Ou
2020-03-17
testing: use "exit code" in documentation consistently
Rodolfo Carvalho
2020-03-17
testing: do not require os.Exit in TestMain
Changkun Ou
2020-02-24
testing: change benchmark example function
Masahiro Furudate
2020-02-21
testing: testing: add (*T).Deadline method for test timeout
Bryan C. Mills
2020-02-15
testing: remove obsolete comment in testing.(*T) docs
Ian Lance Taylor
2020-01-18
testing: clarify that Cleanup is run after subtests complete.
Roger Peppe
2020-01-16
testing: don't run Cleanup functions until parallel subtests complete
Ian Lance Taylor
2019-12-10
testing: use conventional comments for exported internal funcs & structs
vovapi
2019-12-05
testing: fix testing docs
taisa
2019-11-04
testing: implement Cleanup method
Roger Peppe
2019-10-30
testing: provide additional information when test funcs panic
Damien Neil
2019-10-22
testing: stream log output in verbose mode
Jean de Klerk
2019-07-22
Revert "cmd/go: move automatic testing.Init call into generated test code"
Bryan C. Mills
2019-05-17
testing: callerName only needs one PC in the traceback
Keith Randall
2019-05-16
testing: panic on calls to Short/Verbose before Parse
Russ Cox
2019-05-10
cmd/go: move automatic testing.Init call into generated test code
Caleb Spare
2019-04-29
testing: delay flag registration; move to an Init function
Caleb Spare
2019-04-24
testing: fix minor bug with mutex profile error message
Caleb Spare
2019-03-05
all: join a few chained ifs
Daniel Martí
2019-02-26
all: fix typos as reported by 'misspell'
Leon Klingele
2019-01-17
testing: report the failing test in a late log panic
Ian Lance Taylor
2018-11-16
testing: add example to package doc
Leigh McCulloch
2018-10-10
testing: try to Log through parent if test has completed
Wil Selwood
2018-08-20
testing: exit with error if testing.Short is called before flag.Parse
Ian Lance Taylor
2018-05-31
testing: make indentation consistent in sub-tests
Yury Smolsky
2018-05-14
testing: allow marking subtest and subbenchmark functions as Helpers
Diogo Pinela
2018-05-02
testing: fix racey access to t.failed
Anmol Sethi
2018-04-24
runtime/pprof: introduce "allocs" profile
Hana (Hyang-Ah) Kim
2018-04-17
testing: failfast fails fast when Fatal called
fraenkel
2018-03-30
testing: fix testing flags link
ajnirp
2018-03-29
testing: document -race goroutine limits
Eric Lagergren
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2018-03-01
testing: gracefully handle subtest failing parent’s T
Marcel van Lohuizen
2018-01-04
cmd/go, testing: test names don't have to be alphanumeric
Ian Lance Taylor
2017-12-14
testing: do not crash when m.Run is called twice and -test.testlogfile is used
Russ Cox
2017-12-14
testing: emphasize that Fatal/FailNow/etc run deferred calls
Russ Cox
[next]