]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestGdbBacktrace flakes matching a known GDB internal error
authorBryan C. Mills <bcmills@google.com>
Tue, 8 Feb 2022 20:07:21 +0000 (15:07 -0500)
committerBryan Mills <bcmills@google.com>
Tue, 8 Feb 2022 21:57:24 +0000 (21:57 +0000)
commit275aedccd4f2beae82dbf96c94a6c1c9b365a647
tree05d8c5dbd6a051137542b49997e7ba0e5d9ebf9e
parent1fe8f47cc39aec39fca3e6f367a7c1c7b254014f
runtime: skip TestGdbBacktrace flakes matching a known GDB internal error

TestGdbBacktrace occasionally fails due to a GDB internal error.
We have observed the error on various linux builders since at least
October 2020, and it has been reported upstream at least twice.¹²

Since the bug is external to the Go project and does not appear to be
fixed upstream, this failure mode can only add noise.

¹https://sourceware.org/bugzilla/show_bug.cgi?id=24628
²https://sourceware.org/bugzilla/show_bug.cgi?id=28551

Fixes #43068

Change-Id: I6c92006a5d730f1c4df54b0307f080b3d643cc6b
Reviewed-on: https://go-review.googlesource.com/c/go/+/384234
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/runtime-gdb_test.go