]> Cypherpunks repositories - gostls13.git/commit
runtime: reenable TestStackGrowth on 32-bit systems
authorRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 21:46:25 +0000 (17:46 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 21:46:25 +0000 (17:46 -0400)
commit4bf4d9f86ebeb5711464bd98b6823e3e2cca7bb7
treee00ac729731347f1669fc6501d1abf48e5092073
parent06e4b06893941b75c3d3955fb6ee75b69e9eb1ae
runtime: reenable TestStackGrowth on 32-bit systems

If this needs to be turned back off, it should be done
just before the '// in finalizer' comment, not at the top
of the function.

GC is more precise now than it was (the only imprecise
stuff left is some global variables), so maybe the finalizer
test will work now on 32-bit systems.

LGTM=khr
R=khr
CC=golang-codereviews
https://golang.org/cl/144030043
src/runtime/stack_test.go