]> Cypherpunks repositories - gostls13.git/commit
runtime: test trap panic parsing in TestTracebackSystem
authorMichael Pratt <mpratt@google.com>
Fri, 20 Dec 2024 01:58:19 +0000 (20:58 -0500)
committerMichael Pratt <mpratt@google.com>
Fri, 20 Dec 2024 03:19:50 +0000 (19:19 -0800)
commit45f49139f5c0c4921239b7f0865c4041e663b1d0
tree9ab32791c6f1becfae9a61a1f4b941a4e80405d4
parente63eb98e98709a68bf7781a34a3297b72521826e
runtime: test trap panic parsing in TestTracebackSystem

This mirrors https://go.dev/cl/637755, as x/telemetry is now aware of
sigpanic preceding trap frames.

For #70637.

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