go/src/testing
Russ Cox f2694534cf testing: shorten go test -short testing
This cuts the time for 'go test -short testing' from 0.9s to < 0.1s.

Change-Id: Ib8402f80239e1e96ea5221dfd5cd0db08170d85b
Reviewed-on: https://go-review.googlesource.com/c/go/+/177420
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-05-16 03:25:08 +00:00
..
internal/testdeps
iotest
quick testing/quick: simplify explanation of -quickchecks flag 2019-04-18 21:21:21 +00:00
allocs.go
allocs_test.go
benchmark.go testing: delay flag registration; move to an Init function 2019-04-29 19:54:30 +00:00
benchmark_test.go testing: shorten go test -short testing 2019-05-16 03:25:08 +00:00
cover.go testing/cover: improve message when a package has no statements 2019-03-13 04:11:58 +00:00
example.go testing: enable examples on js/wasm with non os.Pipe runExample 2019-03-11 18:59:53 +00:00
export_test.go testing: stop rounding b.N 2019-03-20 21:19:16 +00:00
helper_test.go
helperfuncs_test.go
match.go
match_test.go
run_example.go testing: enable examples on js/wasm with non os.Pipe runExample 2019-03-11 18:59:53 +00:00
run_example_js.go testing: enable examples on js/wasm with non os.Pipe runExample 2019-03-11 18:59:53 +00:00
sub_test.go testing: shorten go test -short testing 2019-05-16 03:25:08 +00:00
testing.go testing: panic on calls to Short/Verbose before Parse 2019-05-16 03:25:07 +00:00
testing_test.go