summaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2020-04-28 08:33:40 +0200
committerTom de Vries <tdevries@suse.de>2020-04-28 08:33:40 +0200
commit56a4f5a10b1e90d60527455b8542ba98fd0f6349 (patch)
treed87c555fcb726d109ca92f594708bc851e9b72bd /gdb/testsuite
parent0b2f8a3bbb595a99dd7977caa6382aab25630115 (diff)
downloadbinutils-gdb-56a4f5a10b1e90d60527455b8542ba98fd0f6349.tar.gz
[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.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.opt/inline-cmds.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b51ec118b19..2d26a5e90ed 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
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 ".*".
2020-04-28 Tom de Vries <tdevries@suse.de>
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
}
}