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
2019-05-16
testing: shorten go test -short testing
Russ Cox
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-04-18
testing/quick: simplify explanation of -quickchecks flag
Rob Pike
2019-04-18
testing/quick: clarify that Config.MaxCount is from a flag
Andrew Z Allen
2019-03-25
testing: correct two spelling/grammar issues
Caleb Spare
2019-03-22
testing: fix fractional ns/op printing
Austin Clements
2019-03-20
testing: stop rounding b.N
Josh Bleecher Snyder
2019-03-19
testing: add B.ReportMetric for custom benchmark metrics
Austin Clements
2019-03-13
testing/cover: improve message when a package has no statements
Agniva De Sarker
2019-03-11
testing: enable examples on js/wasm with non os.Pipe runExample
Emmanuel T Odeke
2019-03-05
all: join a few chained ifs
Daniel Martí
2019-03-04
testing: fix missing verb in StartTimer doc
Emmanuel T Odeke
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-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-16
testing: add example to package doc
Leigh McCulloch
2018-10-12
testing: implement -benchtime=100x
Russ Cox
2018-10-10
testing: try to Log through parent if test has completed
Wil Selwood
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-08-20
testing: exit with error if testing.Short is called before flag.Parse
Ian Lance Taylor
2018-07-01
testing/cover: improve comments on CoverBlock
Rob Pike
2018-06-29
src/testing/cover: document the CoverBlock struct fields
Stephen L
2018-05-31
Revert "testing: only compute b.N once when passed -count > 1"
Alberto Donizetti
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-14
testing: only compute b.N once when passed -count > 1
Alberto Donizetti
2018-05-02
testing: fix racey access to t.failed
Anmol Sethi
2018-04-27
testing: fix typo mistake
Zhou Peng
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
2017-12-14
testing: define Run result a little more clearly
Russ Cox
2017-12-11
cmd/go: invalidate cached test results if env vars or files change
Russ Cox
2017-12-01
cmd/go: honor -timeout=0 to mean no timeout
Russ Cox
2017-12-01
testing: remove claim that b.Run is safe for concurrent use
Russ Cox
2017-11-29
testing: add -failfast to go test
Inanc Gumus
2017-10-19
testing/iotest: fix NewReadLogger documentation typo
Artyom Pervukhin
2017-10-10
testing: add PAUSE, CONT output lines to explain Parallel execution
Russ Cox
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-06
testing: use time.Since instead of time.Now().Sub
Daniel Martí
[prev]
[next]