go/src/pkg/strconv
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
..
testdata mime, strconv: Make testdata more consistent. 2013-01-22 13:44:35 -08:00
atob.go
atob_test.go
atof.go strconv: corrected several bad references to err.Error in doc comments. 2013-06-13 17:04:47 -07:00
atof_test.go strconv: use Quote to escape the input string for failed conversion errors 2013-02-28 10:08:05 -08:00
atoi.go strconv: fix doc comment for IntSize 2013-08-01 11:34:25 -04:00
atoi_test.go strconv: use Quote to escape the input string for failed conversion errors 2013-02-28 10:08:05 -08:00
decimal.go
decimal_test.go
extfloat.go build: remove dead code 2013-03-22 17:28:22 -04:00
fp_test.go strconv: use Scanner in fp_test 2013-02-20 13:38:19 -08:00
ftoa.go all: fix typos 2012-12-19 03:04:09 +08:00
ftoa_test.go
internal_test.go
isprint.go
itoa.go
itoa_test.go
makeisprint.go
quote.go strconv: fix typo in docs 2013-08-10 11:38:42 +10:00
quote_test.go
strconv_test.go all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00