1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:31:22 -06:00
go/src/pkg/testing
Dmitriy Vyukov cd13a57b0a testing: fix bogus benchmark
Fatal must not be called from secondary goroutines.
Fixes #7401.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/67820047
2014-02-24 21:12:44 +04:00
..
iotest testing/iotest: rephrase DataErrReader's description 2013-04-12 16:08:56 -07:00
quick testing/quick: fix for aliased types, delete duplicate uint8 test, and fix randFloat64() to give random numbers from (-math.MaxFloat64, math.MaxFloat64). 2013-05-14 17:14:59 -07:00
allocs.go testing: quantize AllocsPerRun 2013-05-30 11:28:08 -04:00
benchmark_test.go testing: fix bogus benchmark 2014-02-24 21:12:44 +04:00
benchmark.go testing: improve diagnosis of a potential misuse of RunParallel 2014-02-24 21:08:37 +04:00
cover.go cmd/go, testing: streamline direct use of test binaries 2013-07-12 20:40:30 -04:00
example.go testing: allow examples to pass (fix build) 2013-01-18 12:25:41 +11:00
export_test.go testing: fix rounding error in roundDown10 2013-06-02 09:13:12 +10:00
testing.go testing: improve introduction to package comment 2014-02-21 14:35:54 -08:00