]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite] Fix kfail number in gdb.base/watchpoint-running.exp
authorTom de Vries <tdevries@suse.de>
Thu, 13 Jun 2024 15:29:37 +0000 (17:29 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 13 Jun 2024 15:29:37 +0000 (17:29 +0200)
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

index c3aae30ffba02af03caef932f71ed448f1e6b66c..abba43f413032197a0caeb5f464bc41917fc1e5d 100644 (file)
@@ -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.