]> Cypherpunks repositories - gostls13.git/commit
runtime: only check whether the runtime is stale once during tests
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 5 Jan 2015 21:14:08 +0000 (13:14 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 5 Jan 2015 21:33:27 +0000 (21:33 +0000)
commitb70ddc0b51bb49ed223858a8aabb028a065b4596
treedd43dcb111d237db7a50b85e9d84b082e6e9ac71
parentae266aaa9de102faae0fca044350593d84c4bce6
runtime: only check whether the runtime is stale once during tests

Noticed while investigating the speed of the runtime tests, as part
of debugging while Plan 9's runtime tests are timing out on GCE.

Change-Id: I95f5a3d967a0b45ec1ebf10067e193f51db84e26
Reviewed-on: https://go-review.googlesource.com/2283
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/crash_test.go