]> Cypherpunks repositories - gostls13.git/commit
runtime: add tests of printing inlined frames in tracebacks
authorAustin Clements <austin@google.com>
Mon, 6 Feb 2023 19:13:54 +0000 (14:13 -0500)
committerAustin Clements <austin@google.com>
Fri, 10 Mar 2023 17:18:31 +0000 (17:18 +0000)
commit59d0de16e4f003e69403eeee969f0b4a96dd6dcb
tree28227a7daf7ac0ef65e169befff632276e8ed77c
parentd829b626812cfe9ee53cb71ccdd75d3fa0eda265
runtime: add tests of printing inlined frames in tracebacks

We're about to rewrite this code and it has almost no test coverage
right now.

This test is also more complete than the existing
TestTracebackInlineExcluded, so we delete that test.

For #54466.

Change-Id: I144154282dac5eb3798f7d332b806f44c4a0bdf6
Reviewed-on: https://go-review.googlesource.com/c/go/+/466098
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/stack_test.go
src/runtime/traceback_test.go