[gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.exp

With test-case gdb.opt/inline-cmds.exp, we have:
...
KFAIL: gdb.opt/inline-cmds.exp: next to second func1 (PRMS: gdb/NNNN)
...

I've filed PR25884 for this failure.

Set the KFAIL PR accordingly.

gdb/testsuite/ChangeLog:

2020-04-28  Tom de Vries  <tdevries@suse.de>

	* gdb.opt/inline-cmds.exp: Set KFAIL PR.
This commit is contained in:
Tom de Vries 2020-04-28 08:33:40 +02:00
parent 0b2f8a3bbb
commit 56a4f5a10b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-04-28 Tom de Vries <tdevries@suse.de>
* gdb.opt/inline-cmds.exp: Set KFAIL PR.
2020-04-28 Tom de Vries <tdevries@suse.de>
* gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".

View File

@ -235,7 +235,7 @@ gdb_test_multiple "next" $msg {
# containing block and/or function into account when
# deciding how far to step. The single line table entry
# is actually two consecutive instances of the same line.
kfail gdb/NNNN $msg
kfail gdb/25884 $msg
}
}