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
2017-08-24
testing: parallelize tests over count
Dmitry Vyukov
2017-08-23
all: fix easy-to-miss typos
Agniva De Sarker
2017-08-15
testing: don't fail all tests after racy test failure
Ian Lance Taylor
2017-08-09
testing: explain how SkipNow and FailNow stop execution
Alberto Donizetti
2017-08-02
cmd/go: show examples with empty output in go test -list
Seiji Takahashi
2017-07-13
testing: roll back CL 44352 (show in-progress tests upon SIGINT)
Ian Lance Taylor
2017-06-29
testing: clarify rules for concurrent t.Run calls
Alberto Donizetti
2017-06-20
testing: harmonize handling of prefix-matched benchmarks
Russ Cox
2017-06-15
testing: clarify -timeout flag
Kale Blankenship
2017-06-09
testing: show in-progress tests upon SIGINT
Meir Fischer
2017-05-30
testing: clarify that subtests are run as goroutines
Marcel van Lohuizen
2017-04-26
testing: add argument to list tests, benchmarks, and examples
Brandon Bennett
2017-04-21
testing: use function names to identify helpers
David Lazar
2017-04-14
testing: add TB.Helper to better support test helpers
Caleb Spare
2017-04-10
testing: document example with unordered output
Alexander Döring
2017-04-10
testing: consider a test failed after race errors
Caleb Spare
2017-02-07
testing: clarify T.Parallel() godoc wording
Daniel Martí
2017-02-07
testing: print extra labels on benchmarks
Quentin Smith
2017-02-01
Revert "testing: delete unused stopAlarm()"
Brad Fitzpatrick
2017-02-01
testing: delete unused stopAlarm()
Kyrylo Silin
2017-02-01
testing: synchronize writes to the root's Writer
Joe Tsai
2017-01-31
testing: stop timeout-timer after running tests
Alberto Donizetti
2017-01-18
testing: make parallel t.Run safe again
Russ Cox
2017-01-04
testing: add missing newlines to error messages
Ian Lance Taylor
2016-12-09
Revert "testing: add T.Context method"
Joe Tsai
2016-11-25
testing: comment out flag.Parse from example
Daniel Martí
2016-11-03
testing: add T.Context method
Brad Fitzpatrick
2016-11-03
testing: mark tests and benchmarks failed if a race occurs during execution
Russ Cox
2016-11-02
testing: introduce testing/internal/testdeps for holding testmain dependencies
Russ Cox
2016-11-01
testing: add a method testing.CoverMode
Rob Pike
2016-11-01
testing: don't warn if -bench was passed
Daniel Martí
2016-10-28
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-19
cmd/go, testing: indicate when no tests are run
Caio Marcelo de Oliveira Filho
2016-10-19
testing: wrap long comment line
Russ Cox
2016-10-18
testing: document that Skip cannot undo Error
Russ Cox
2016-10-18
testing: fix flag usage messages
Russ Cox
2016-10-16
testing: mention in docs for Logf that a final newline is added if needed
Rob Pike
2016-09-28
testing: add Name method to *T and *B
Andrew Gerrand
2016-09-12
testing: improve the documentation for the -run flag
Rob Pike
2016-06-23
testing: document that logs are dumped to standard output
Ian Lance Taylor
2016-05-25
testing: added package doc for sub(tests/benchmarks)
Marcel van Lohuizen
2016-05-24
testing: don't be silent if a test's goroutine fails a test after test exits
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-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: finish implementation of subtests
Marcel van Lohuizen
2016-03-18
testing: hoisted chunks of code to prepare for Run method
Marcel van Lohuizen
2016-03-18
testing: prepare for the introduction of Run methods
Marcel van Lohuizen
[prev]
[next]