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
Age
Commit message (
Expand
)
Author
2020-10-20
io/fs: add Glob and GlobFS
Russ Cox
2020-10-20
io/fs: add ReadDir and ReadDirFS
Russ Cox
2020-10-20
io/fs: add Stat and StatFS
Russ Cox
2020-10-20
io/fs: add ReadFile and ReadFileFS
Russ Cox
2020-10-20
testing/fstest: new package for testing file system code
Russ Cox
2020-10-20
testing/iotest: add TestReader to test readers
Russ Cox
2020-09-28
testing: add benchmark for TB.Helper
Emmanuel T Odeke
2020-09-24
testing: send t.signal only if there is no panic
Changkun Ou
2020-09-14
testing: fix panicking tests hang if Cleanup calls FailNow
Changkun Ou
2020-09-05
testing: make TempDir idempotent for both Cleanup and Benchmark
Changkun Ou
2020-09-02
testing: flush test summaries to stdout atomically when streaming output
Bryan C. Mills
2020-09-01
testing: fail Example tests that invoke runtime.Goexit
Changkun Ou
2020-08-28
testing: run a Cleanup registered by a Cleanup
Ian Lance Taylor
2020-08-28
testing: restore os.Exit(0) after every call to (*M).Run
Bryan C. Mills
2020-08-27
cmd/go, testing, os: fail test that calls os.Exit(0)
Ian Lance Taylor
2020-08-25
testing: fix Cleanup race with Logf and Errorf
Michał Łowicki
2020-08-18
testing: treat PAUSE lines as changing the active test name
Bryan C. Mills
2020-08-18
testing/iotest: correct ErrReader signature and remove exported error
Emmanuel T Odeke
2020-08-17
testing/iotest: add ErrReader
Carlos Alexandro Becker
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-02-06
testing: make Cleanup work for benchmarks too.
Roger Peppe
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-23
testing: document that benchmark logs are dumped to stdout
Alberto Donizetti
2019-12-10
testing: use conventional comments for exported internal funcs & structs
vovapi
2019-12-05
testing: fix testing docs
taisa
2019-11-05
testing/iotest: add missing tests
Pantelis Sampaziotis
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-28
testing/internal/testdeps: delete didSetLogger variable
Dmitri Shuralyov
2019-05-22
all: shorten some tests
Russ Cox
2019-05-17
testing: callerName only needs one PC in the traceback
Keith Randall
[prev]
[next]