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
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-28
testing: make failure in benchmark cause non-zero exit status
Caio Marcelo de Oliveira Filho
2016-01-06
testing: move comment inside T.Parallel
Russ Cox
2016-01-04
testing: add clear panic for duplicate call to t.Parallel
Russ Cox
2015-12-18
testing: use debug.SetTraceback("all") to show all goroutines at test timeout
Russ Cox
2015-12-01
testing: document that T and B are safe for concurrent calls
Russ Cox
2015-11-24
testing: pause the test timer while waiting in T.Parallel
Caleb Spare
2015-11-12
testing: only call flag.Parse if it has not been called before
Alberto Bertogli
2015-07-22
runtime/trace: add new package
Dmitry Vyukov
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-15
testing: don't print CPU count for tests, only benchmarks
Rob Pike
2015-06-05
testing: add -test.count flag to run tests and benchmarks multiple times
Russ Cox
2015-05-12
testing: fix typo
Shenghou Ma
2015-05-08
testing: make the output of -v more uniform and aligned when using fixed-widt...
Rob Pike
2015-05-06
testing: document that Log and Logf always print in benchmarks
Rob Pike
2015-03-20
testing: document that flag.Parse is not called when TestMain runs
Shenghou Ma
2015-01-28
testing: add tracing support
Dmitry Vyukov
2014-10-16
runtime: fix memory profiler
Dmitriy Vyukov
2014-10-01
testing: clearer comment
Robert Griesemer
2014-09-19
cmd/go, testing: add TestMain support
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]