From: Austin Clements Date: Thu, 26 May 2016 15:05:01 +0000 (-0400) Subject: runtime: record Python stack on TestGdbPython failure X-Git-Tag: go1.7beta1~56 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=966baedfea6b09fa203b0cf0e6388830cc9f9fa7;p=gostls13.git runtime: record Python stack on TestGdbPython failure For #15599. Change-Id: Icc2e58a3f314b7a098d78fe164ba36f5b2897de6 Reviewed-on: https://go-review.googlesource.com/23481 Run-TryBot: Austin Clements TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go index 0ad8856514..e109fa4528 100644 --- a/src/runtime/runtime-gdb_test.go +++ b/src/runtime/runtime-gdb_test.go @@ -100,6 +100,7 @@ func TestGdbPython(t *testing.T) { fmt.Sprintf("add-auto-load-safe-path %s/src/runtime", runtime.GOROOT()), "-ex", "set startup-with-shell off", "-ex", "info auto-load python-scripts", + "-ex", "set python print-stack full", "-ex", "br main.go:10", "-ex", "run", "-ex", "echo BEGIN info goroutines\n",