]> Cypherpunks repositories - gostls13.git/commit
runtime: more diagnostics for TestStackGrowth
authorAustin Clements <austin@google.com>
Thu, 8 Jun 2017 17:48:41 +0000 (13:48 -0400)
committerAustin Clements <austin@google.com>
Thu, 8 Jun 2017 18:21:37 +0000 (18:21 +0000)
commit84890c72fc2668074549b4e47b9f21e6fb955cff
tree2b0442c3f1d9947385c784dff16627d7df10862d
parent829adf5047bee5a7cd746e9d6d00d09eb7ac4adb
runtime: more diagnostics for TestStackGrowth

This adds diagnostics so we can tell if the finalizer has started, in
addition to whether or not it has finished.

Updates #19381.

Change-Id: Icb7b1b0380c9ad1128b17074828945511a6cca5d
Reviewed-on: https://go-review.googlesource.com/45138
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/stack_test.go