]> Cypherpunks repositories - gostls13.git/commit
testing: check that tests and benchmarks do not affect GOMAXPROCS
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 3 Jun 2011 17:50:44 +0000 (13:50 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 3 Jun 2011 17:50:44 +0000 (13:50 -0400)
commit79b397b27ee618ed0f058bf466b49deb4abea728
tree9dae525782ebf35cfd5bad3987f50174f6262ebd
parent9baaa6f74243754f5df4d4e79a00dd2790307780
testing: check that tests and benchmarks do not affect GOMAXPROCS

Plus fix spoiling of GOMAXPROCS in 2 existing rwmutex tests.
Plus fix benchmark output to stdout (now it outputs to stderr like all other output).

R=rsc
CC=golang-dev
https://golang.org/cl/4529111
src/pkg/sync/rwmutex_test.go
src/pkg/testing/benchmark.go
src/pkg/testing/testing.go