]> Cypherpunks repositories - gostls13.git/commit
all: set GOMAXPROCS to 1 when counting mallocs
authorShenghou Ma <minux.ma@gmail.com>
Fri, 30 Nov 2012 16:38:01 +0000 (00:38 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 30 Nov 2012 16:38:01 +0000 (00:38 +0800)
commit9e30b708a1123a6c1c7ee52992b976795c786235
tree438bbeae71b4ec71935946a38f56a4dbac6ebf3e
parent5b425cc3ab2c9ce4752a5baa9a52ab86bda96036
all: set GOMAXPROCS to 1 when counting mallocs
also fix an annoying test that relies on $GOROOT be set.
Fixes #3690.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6844086
src/pkg/encoding/gob/timing_test.go
src/pkg/fmt/fmt_test.go
src/pkg/math/big/nat_test.go
src/pkg/net/http/header_test.go
src/pkg/net/rpc/server_test.go
src/pkg/path/filepath/path_test.go
src/pkg/path/path_test.go
src/pkg/reflect/all_test.go
src/pkg/runtime/gc_test.go
src/pkg/runtime/mallocrep1.go
src/pkg/strconv/strconv_test.go