]> Cypherpunks repositories - gostls13.git/commit
all: make tests able to run multiple times.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 26 Jan 2013 23:24:09 +0000 (00:24 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 26 Jan 2013 23:24:09 +0000 (00:24 +0100)
commit75104237c82f943bffc41334acd179cf28f30ea2
treef0729cc4e295f7994932262ea84abe06c7cb01df
parentc48f7d6b8af8b1a8ced44453a9970801faeeb9f5
all: make tests able to run multiple times.

It is now possible to run "go test -cpu=1,2,4 std"
successfully.

Fixes #3185.

R=golang-dev, dave, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/7196052
src/pkg/debug/gosym/pclntab_test.go
src/pkg/exp/locale/collate/build/builder_test.go
src/pkg/expvar/expvar_test.go
src/pkg/flag/flag_test.go
src/pkg/go/parser/error_test.go
src/pkg/go/types/check_test.go
src/pkg/net/http/responsewrite_test.go
src/pkg/net/http/serve_test.go
src/pkg/os/exec/exec_test.go