func TestTracebackInlined(t *testing.T) { … }
type ttiResult …
func ttiLeaf() *ttiResult { … }
func ttiSimple1() *ttiResult { … }
func ttiSimple2() *ttiResult { … }
func ttiSimple3() *ttiResult { … }
func ttiSigpanic1() (res *ttiResult) { … }
func ttiSigpanic2() { … }
func ttiSigpanic3() { … }
var alwaysTrue …
func ttiWrapper1() *ttiResult { … }
type ttiWrapper …
func (w ttiWrapper) m1() *ttiResult { … }
func ttiExcluded1() *ttiResult { … }
func ttiExcluded2() *ttiResult { … }
func ttiExcluded3() *ttiResult { … }
var testTracebackArgsBuf …
func TestTracebackElision(t *testing.T) { … }
func tteStack(n int, stack chan<- string) { … }
func tte0(n int) string { … }
func tte1(n int) string { … }
func tte2(n int) string { … }
func tte3(n int) string { … }
func tte4(n int) string { … }
func TestTracebackArgs(t *testing.T) { … }
func testTracebackArgs1(a, b, c, d, e int) int { … }
func testTracebackArgs2(a bool, b struct { … }
func testTracebackArgs3(x [3]byte, a, b, c int, y [3]byte) int { … }
func testTracebackArgs4(a bool, x [1][1][1][1][1][1][1][1][1][1]int) int { … }
func testTracebackArgs5(a bool, x struct { … }
func testTracebackArgs6a(a, b, c, d, e, f, g, h, i, j int) int { … }
func testTracebackArgs6b(a, b, c, d, e, f, g, h, i, j, k int) int { … }
func testTracebackArgs7a(a [10]int) int { … }
func testTracebackArgs7b(a [11]int) int { … }
func testTracebackArgs7c(a [10]int, b int) int { … }
func testTracebackArgs7d(a [11]int, b int) int { … }
type testArgsType8a …
type testArgsType8b …
type testArgsType8c …
type testArgsType8d …
func testTracebackArgs8a(a testArgsType8a) int { … }
func testTracebackArgs8b(a testArgsType8b) int { … }
func testTracebackArgs8c(a testArgsType8c) int { … }
func testTracebackArgs8d(a testArgsType8d) int { … }
func testTracebackArgs9(a int64, b int32, c int16, d int8, x [2]int, y int) int { … }
func testTracebackArgs10(a, b, c, d, e int32) int { … }
func testTracebackArgs11a(a, b, c int32) int { … }
func testTracebackArgs11b(a, b, c, d int32) int { … }
func testTracebackArgsSlice(a []int) int { … }
var testTracebackArgsSliceBackingStore …
func poisonStack() [20]int { … }
func TestTracebackParentChildGoroutines(t *testing.T) { … }
type traceback …
type tbFrame …
func parseTraceback(t *testing.T, tb string) []*traceback { … }
func parseTraceback1(t *testing.T, tb string) *traceback { … }
func testTracebackGenericFn[T any](buf []byte) int { … }
func testTracebackGenericFnInlined[T any](buf []byte) int { … }
type testTracebackGenericTyp …
func (t testTracebackGenericTyp[P]) M(buf []byte) int { … }
func (t testTracebackGenericTyp[P]) Inlined(buf []byte) int { … }
func TestTracebackGeneric(t *testing.T) { … }