]> Cypherpunks repositories - gostls13.git/commit
runtime: include stderr when objdump fails
authorMichael Pratt <mpratt@google.com>
Tue, 16 Sep 2025 19:07:08 +0000 (15:07 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 19 Sep 2025 19:34:15 +0000 (12:34 -0700)
commit9693b94be057b58f35bcc4a81c937495b93d588e
treed7bdec6d36ec66ef7048c66a6b2d3ad1e53bd33b
parent8616981ce691248dfa585918a108e5f32c9aacc5
runtime: include stderr when objdump fails

If objdump panics, we want the panic included in the test log.

Change-Id: I6a6a636c13c5ba08acaa1c6c8714541a8e91542b
Reviewed-on: https://go-review.googlesource.com/c/go/+/704338
Reviewed-by: Florian Lehner <lehner.florian86@gmail.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/unsafepoint_test.go