1
0
mirror of https://github.com/golang/go synced 2024-11-20 03:04:40 -07:00
go/src/testing
Chris Kastorff 3e9ed273a2 testing/quick: support generation of array types in Value
Generating array types like [4]int would fail even though the int type
is generatable. Allow generating values of array types when the inner
type is generatable.

Change-Id: I7d71b3c18edb3737e2fec1ddf5e36c9dc8401971
Reviewed-on: https://go-review.googlesource.com/3865
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2015-02-04 16:17:07 +00:00
..
iotest testing/iotest: fix copy/paste error in comment 2014-12-29 19:05:37 +00:00
quick testing/quick: support generation of array types in Value 2015-02-04 16:17:07 +00:00
allocs_test.go runtime: account for tiny allocs, for testing.AllocsPerRun 2014-09-17 14:49:32 -04:00
allocs.go
benchmark_test.go
benchmark.go
cover.go
example.go testing: style change: omit unnecessary new 2014-12-20 01:40:11 +00:00
export_test.go
testing_test.go cmd/go, testing: add TestMain support 2014-09-19 13:51:06 -04:00
testing.go testing: add tracing support 2015-01-28 16:43:00 +00:00