1
0
mirror of https://github.com/golang/go synced 2024-10-06 23:11:21 -06:00
go/src/pkg/reflect
Rob Pike f578726de1 all: protect alloc count tests by -testing.short
Update #5000
Should reduce the flakiness a little. Malloc counting is important
to general testing but not to the build dashboard, which uses -short.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/12866047
2013-08-21 14:00:45 +10:00
..
all_test.go all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
asm_386.s all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
asm_amd64.s all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
asm_arm.s all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
deepequal.go reflect: use visit structure for map key in DeepEqual 2013-05-15 14:50:57 -07:00
example_test.go reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
export_test.go reflect: add ArrayOf, ChanOf, MapOf, SliceOf 2012-11-13 13:06:29 -05:00
makefunc.go reflect: implement method values 2013-03-21 16:59:16 -04:00
set_test.go all: fix a few more printf arg bugs found by go vet 2013-02-28 11:33:08 -08:00
tostring_test.go build: remove dead code 2013-03-22 17:28:22 -04:00
type.go reflect: add garbage collection info in ChanOf, MapOf, PtrTo, SliceOf 2013-03-26 11:50:29 -07:00
value.go reflect: avoid allocation when interface's contents are not addressable 2013-08-09 10:49:01 +10:00