]> Cypherpunks repositories - gostls13.git/commit
runtime: deflake TestStackMem
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 12 Mar 2013 11:19:06 +0000 (15:19 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 12 Mar 2013 11:19:06 +0000 (15:19 +0400)
commit7f070af515b40fd1e7f1576b2327779df56fb782
tree20d7c216c835831292992b5c622474f8fe6b815a
parente0fd6d08b2b9251d409442ab871c6a4b1d7c82f3
runtime: deflake TestStackMem
The problem is that there are lots of dead G's from previous tests,
each dead G consumes 1 stack segment.
Fixes #5034.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7749043
src/pkg/runtime/stack_test.go