From 56c82e7029464dbd8b2b7237bf3176f3199f9e71 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Thu, 13 Jun 2024 17:29:37 +0200 Subject: [gdb/testsuite] Fix kfail number in gdb.base/watchpoint-running.exp Test-case gdb.base/watchpoint-running.exp reports the following kfail: ... KFAIL: $exp: all-stop: software: watchpoint hit (timeout) (PRMS: gdb/111111) ... but the referenced gdb PR doesn't exist. Fix this by using an actual PR. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31833 --- gdb/testsuite/gdb.base/watchpoint-running.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.base/watchpoint-running.exp b/gdb/testsuite/gdb.base/watchpoint-running.exp index c3aae30..abba43f 100644 --- a/gdb/testsuite/gdb.base/watchpoint-running.exp +++ b/gdb/testsuite/gdb.base/watchpoint-running.exp @@ -105,7 +105,7 @@ proc test {stop_mode hw} { # GDB should transparently temporarily pause the inferior, # to force it to single step, but it doesn't, so the # thread continues running free. - setup_kfail gdb/111111 *-*-* + setup_kfail gdb/31833 *-*-* # No point waiting too much for output we know isn't # coming. -- cgit v1.1