]> Cypherpunks repositories - gostls13.git/commit
runtime: run gdb with a timeout for TestGdbBacktrace
authorAustin Clements <austin@google.com>
Thu, 9 Dec 2021 18:52:18 +0000 (13:52 -0500)
committerAustin Clements <austin@google.com>
Sun, 12 Dec 2021 14:36:21 +0000 (14:36 +0000)
commit8692bacb6a43d1f65e09d0e581ca8b464fd77664
tree4c58287bd092f6923f39adb2a22418b19399de66
parentcc795a01dcec7c97044b31571af88ac98310f2b3
runtime: run gdb with a timeout for TestGdbBacktrace

This sometimes times out and we don't have any useful output for
debugging it. Hopefully this will help.

For #37405.

Change-Id: I79074e6fbb9bd16a864c651109a0acbfc8aa6cef
Reviewed-on: https://go-review.googlesource.com/c/go/+/370703
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/runtime-gdb_test.go