]> Cypherpunks repositories - gostls13.git/commit
runtime: update skips for TestGdbBacktrace
authorlimeidan <limeidan@loongson.cn>
Fri, 13 Jun 2025 03:48:44 +0000 (11:48 +0800)
committerGopher Robot <gobot@golang.org>
Mon, 30 Jun 2025 16:00:54 +0000 (09:00 -0700)
commit03ad694dcbe8d981d644c9878326bd086d056af0
tree54406924d849f3149265b50c574ff6e2e842df59
parent9d1cd0b8816654ac36f2122b52dd8335aae86b26
runtime: update skips for TestGdbBacktrace

We encountered a new type of "no such process" error on loong64, it's like this
"Couldn't get NT_PRSTATUS registers: No such process.", I checked the source code
of gdb, NT_PRSTATUS is not fixed, it may be another name, so I use regular
expression here to match possible cases.

Updates #50838
Fixes #74389

Change-Id: I3e3f7455b2dc6b8aa10c084f24f6a2a114790855
Reviewed-on: https://go-review.googlesource.com/c/go/+/684195
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/runtime/runtime-gdb_test.go