]> Cypherpunks repositories - gostls13.git/commit
runtime: fixes to traceback_system_test.go
authorRuss Cox <rsc@golang.org>
Thu, 14 Mar 2024 20:40:34 +0000 (16:40 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 15 Mar 2024 17:12:03 +0000 (17:12 +0000)
commit6f1216234003a549e71103ab9794c4630f52aafd
tree24ad13bb545c2af5d9550de6991290b902681a4c
parent22f5e33031042ca2ac8521e4e7dc0783e8c0cdca
runtime: fixes to traceback_system_test.go

Minor cleanups to CL 561635's test for better debuggability
when it crashes. In a separate CL so that it's clear this CL is
not changing the code under test.

Change-Id: I12b72ae538f8454b5c382127eafd766c22c69b67
Reviewed-on: https://go-review.googlesource.com/c/go/+/571799
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/traceback_system_test.go