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
2017-08-28
all: remove some unused result params
Daniel Martí
2017-08-25
testing: error if -parallel is given N<1
Daniel Martí
2017-08-25
testing: ensure profiles are written upon -timeout panic
Meir Fischer
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-30
testing: revert CL 36791's conditional ReadMemStats
Brad Fitzpatrick
2017-06-29
testing: clarify rules for concurrent t.Run calls
Alberto Donizetti
2017-06-28
testing: always ReadMemStats before first benchmark run
Meir Fischer
2017-06-27
doc: mention testing/quick RNG seeding change in Go 1.9 notes
Brad Fitzpatrick
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-04-05
testing/quick: use Uint64 instead of Int63
Russ Cox
2017-04-03
testing/quick: generate all possible int64, uint64 values
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: fix copy/paste in docs
Josh Bleecher Snyder
2017-02-11
testing: only call ReadMemStats if necessary when benchmarking
Josh Bleecher Snyder
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-07
all: fix misspellings
shawnps
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-26
all: freeze net/rpc and reword the 'frozen' message in other frozen packages
Rob Pike
2016-10-24
testing/quick, text/tabwriter: freeze packages
Brad Fitzpatrick
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
[prev]
[next]