]> Cypherpunks repositories - gostls13.git/commit
all: protect alloc count tests by -testing.short
authorRob Pike <r@golang.org>
Wed, 21 Aug 2013 04:00:45 +0000 (14:00 +1000)
committerRob Pike <r@golang.org>
Wed, 21 Aug 2013 04:00:45 +0000 (14:00 +1000)
commitf578726de1d75b5816904972b0a29c1a5fdbda24
tree04e43ce4ce565cb1535669fd5b7db111bf86757c
parenta83b17c0b741263e7f3ad5ebb2e3aba27751c770
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
src/pkg/encoding/gob/timing_test.go
src/pkg/fmt/fmt_test.go
src/pkg/net/http/header_test.go
src/pkg/net/rpc/server_test.go
src/pkg/net/tcp_test.go
src/pkg/path/filepath/path_test.go
src/pkg/path/path_test.go
src/pkg/reflect/all_test.go
src/pkg/sort/search_test.go
src/pkg/strconv/strconv_test.go
src/pkg/time/time_test.go