]> Cypherpunks repositories - gostls13.git/commit
runtime: add stack growth tests
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 19 Mar 2014 13:22:56 +0000 (17:22 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 19 Mar 2014 13:22:56 +0000 (17:22 +0400)
commit8a908efd7462b4476d95a92498aef13c531cc8af
tree1a5e51160d4f820d54346f7e9c6a0c11cbbae8b4
parent1895014257138311efc6f79be93a8715f8809586
runtime: add stack growth tests
Also move generated code into a separate file,
because it's difficult to work with the file otherwise.

LGTM=khr
R=golang-codereviews, khr
CC=golang-codereviews
https://golang.org/cl/76080044
src/pkg/runtime/stack_gen_test.go [new file with mode: 0644]
src/pkg/runtime/stack_test.go