diff options
author | Tom de Vries <tdevries@suse.de> | 2020-04-28 08:33:40 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-04-28 08:33:40 +0200 |
commit | 56a4f5a10b1e90d60527455b8542ba98fd0f6349 (patch) | |
tree | d87c555fcb726d109ca92f594708bc851e9b72bd /gdb/testsuite/gdb.opt/inline-cmds.exp | |
parent | 0b2f8a3bbb595a99dd7977caa6382aab25630115 (diff) | |
download | gdb-56a4f5a10b1e90d60527455b8542ba98fd0f6349.zip gdb-56a4f5a10b1e90d60527455b8542ba98fd0f6349.tar.gz gdb-56a4f5a10b1e90d60527455b8542ba98fd0f6349.tar.bz2 |
[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/gdb.opt/inline-cmds.exp')
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-cmds.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.opt/inline-cmds.exp b/gdb/testsuite/gdb.opt/inline-cmds.exp index aa8c8c6..94314fe 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 } } |