From 56a4f5a10b1e90d60527455b8542ba98fd0f6349 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Tue, 28 Apr 2020 08:33:40 +0200 Subject: [PATCH] [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. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.opt/inline-cmds.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 } } -- 2.30.2