From: Tom de Vries Date: Tue, 28 Apr 2020 06:33:40 +0000 (+0200) Subject: [gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56a4f5a10b1e90d60527455b8542ba98fd0f6349;p=binutils-gdb.git [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 * gdb.opt/inline-cmds.exp: Set KFAIL PR. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b51ec118b19..2d26a5e90ed 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-04-28 Tom de Vries + + * gdb.opt/inline-cmds.exp: Set KFAIL PR. + 2020-04-28 Tom de Vries * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*". diff --git a/gdb/testsuite/gdb.opt/inline-cmds.exp b/gdb/testsuite/gdb.opt/inline-cmds.exp index aa8c8c6bfa0..94314fe2e4c 100644 --- a/gdb/testsuite/gdb.opt/inline-cmds.exp +++ b/gdb/testsuite/gdb.opt/inline-cmds.exp @@ -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 } }