From 876c1feb7d5e10a6ff831de9db19b9ff0ea92fa8 Mon Sep 17 00:00:00 2001 From: alex-semenyuk Date: Mon, 20 Apr 2020 20:33:19 +0000 Subject: test/codegen, runtime/pprof, runtime: apply fmt Change-Id: Ife4e065246729319c39e57a4fbd8e6f7b37724e1 GitHub-Last-Rev: e71803eaeb366c00f6c156de0b0b2c50927a0e82 GitHub-Pull-Request: golang/go#38527 Reviewed-on: https://go-review.googlesource.com/c/go/+/228901 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Tobias Klauser --- src/runtime/runtime-gdb_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/runtime-gdb_test.go') diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go index 58f410cc59..2dfa473514 100644 --- a/src/runtime/runtime-gdb_test.go +++ b/src/runtime/runtime-gdb_test.go @@ -635,6 +635,7 @@ func main() { time.Sleep(time.Second * 1) } ` + // TestGdbInfCallstack tests that gdb can unwind the callstack of cgo programs // on arm64 platforms without endless frames of function 'crossfunc1'. // https://golang.org/issue/37238 -- cgit v1.3