[gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.exp
authorTom de Vries <tdevries@suse.de>
Tue, 28 Apr 2020 06:33:40 +0000 (08:33 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 28 Apr 2020 06:33:40 +0000 (08:33 +0200)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.opt/inline-cmds.exp

index b51ec118b192defbb860b4ad181bb7291b732e46..2d26a5e90ed829d3ec549272b791f54e7fc17bca 100644 (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 ".*".
index aa8c8c6bfa0301facddf186434140f2023916f92..94314fe2e4cc1725f3db95c25ae48ee6de549ec2 100644 (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
     }
 }
 
This page took 0.03462 seconds and 4 git commands to generate.