]> Cypherpunks repositories - gostls13.git/commit
runtime: reset GOMAXPROCS during tests
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 31 May 2011 14:38:51 +0000 (10:38 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 31 May 2011 14:38:51 +0000 (10:38 -0400)
commit91cc1e6b778880e7a8f85d057a51fbb0cd23d7c8
tree343bae6c176833736695b00446c6687d2cdaab5d
parentf18a4e9609aac3aa83d40920c12b9b45f9376aea
runtime: reset GOMAXPROCS during tests

Fix the fact that the test leaves GOMAXPROCS=3
and a running goroutine behind.

R=golang-dev, rsc
CC=dvyukov, golang-dev
https://golang.org/cl/4517121
src/pkg/runtime/proc_test.go