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
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-05-12
testing: fix vet warning
Aliaksandr Valialkin
2016-05-06
Revert "testing/quick: generate more map and slice states"
Russ Cox
2016-04-21
testing: add matching of subtest
Marcel van Lohuizen
2016-04-14
testing: removed flakey test
Marcel van Lohuizen
2016-04-06
testing: fix flakey test on plan9
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-04-04
testing: unflake TestBRun
Marcel van Lohuizen
2016-03-26
cmd/go: fix proc-count accumulation in benchmark name
Alberto Donizetti
2016-03-25
testing: probe with N=1
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: disable tests that cause a hang on some platforms
Marcel van Lohuizen
2016-03-18
testing: always ignore RunParallel in probe phase
Marcel van Lohuizen
2016-03-18
testing: finish implementation of subtests
Marcel van Lohuizen
2016-03-18
testing: implementation of subbenchmarks
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
2016-03-09
testing: implement 'Unordered Output' in Examples.
Brady Catherman
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-28
testing: make failure in benchmark cause non-zero exit status
Caio Marcelo de Oliveira Filho
2016-02-26
testing/quick: generate more map and slice states
Matt T. Proud
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-08-29
testing/quick: terminate for arbitrary recursive types
Håvard Haugen
2015-07-22
runtime/trace: add new package
Dmitry Vyukov
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-26
testing/quick: improve function signature error.
Matt T. Proud
2015-06-15
testing: don't print CPU count for tests, only benchmarks
Rob Pike
2015-06-08
testing/quick: probabilistically generate nil pointers
Håvard Haugen
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-04-26
testing/quick: align tests with reflect.Kind.
Matt T. Proud
2015-03-27
testing/quick: fix comment
Dmitry Vyukov
2015-03-20
testing: document that flag.Parse is not called when TestMain runs
Shenghou Ma
2015-02-07
testing: pad benchmark names to align results
Håvard Haugen
2015-02-04
testing/quick: support generation of array types in Value
Chris Kastorff
2015-01-28
testing: add tracing support
Dmitry Vyukov
[prev]
[next]