]> Cypherpunks repositories - gostls13.git/commit
runtime: add more debug info to flaky TestNumGoroutine
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 27 Jan 2016 00:09:50 +0000 (00:09 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 27 Jan 2016 02:51:01 +0000 (02:51 +0000)
commit9202e9e1b81d1c6d07b516eae2d1da28951c7a76
treef69dd03c4ed94ed0be729c11a83c7018d34824a3
parent09940b92a08203aa3d2baa90fc29b80ccfcb32c5
runtime: add more debug info to flaky TestNumGoroutine

This has been flaking on the new OpenBSD 5.8 builders lately:
https://storage.googleapis.com/go-build-log/808270e7/openbsd-amd64-gce58_61ce2663.log
(as one example)

Add more debug info when it fails.

Updates #14107

Change-Id: Ie30bc0c703d2e9ee993d1e232ffc5f2d17e65c97
Reviewed-on: https://go-review.googlesource.com/18938
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/runtime/proc_test.go