]> Cypherpunks repositories - gostls13.git/commit
runtime: no longer skip stack growth test in short mode
authorDavid du Colombier <0intro@gmail.com>
Thu, 10 Apr 2014 04:37:30 +0000 (06:37 +0200)
committerDavid du Colombier <0intro@gmail.com>
Thu, 10 Apr 2014 04:37:30 +0000 (06:37 +0200)
commitd7ac73c869cce4f8fe5978345d74de94c319b1c0
treec50ce24f2fe1ecbcef83cb8a663709c722536b6b
parent5a513061709dc7513a54635bd6bc04c483ceffea
runtime: no longer skip stack growth test in short mode

We originally decided to skip this test in short mode
to prevent the parallel runtime test to timeout on the
Plan 9 builder. This should no longer be required since
the issue was fixed in CL 86210043.

LGTM=dave, bradfitz
R=dvyukov, dave, bradfitz
CC=golang-codereviews, rsc
https://golang.org/cl/84790044
src/pkg/runtime/stack_test.go