[gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILs
authorTom de Vries <tdevries@suse.de>
Thu, 19 Mar 2020 07:44:04 +0000 (08:44 +0100)
committerTom de Vries <tdevries@suse.de>
Thu, 19 Mar 2020 07:44:04 +0000 (08:44 +0100)
commitd8c8b84859d057c58c901c08367ecc9f8a9f09dc
treec2eff2e127ee651f26ab534180481335dfd3b68b
parenteffc14f54c3fdcb700f22ce53cef97665c0fdf7f
[gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILs

When running test-case gdb.opt/inline-locals.exp, I get:
...
Running src/gdb/testsuite/gdb.opt/inline-locals.exp ...
KPASS: gdb.opt/inline-locals.exp: info locals above bar 2 (PRMS gdb/xyz)
KPASS: gdb.opt/inline-locals.exp: info locals above bar 3 (PRMS gdb/xyz)
...

I've opened PR25695 - 'abstract and concrete variable listed both with "info
locals"' to refer to in the PRMS field, and this patch adds that reference.

Furthermore, I noticed that while I see KPASSes, given the problem description
the tests should actually be KFAILs.  This patch also fixes that.

Tested on x86_64-linux.  With gcc 7.5.0, I get 2 KFAILs.  With clang 5.0.2,
the tests pass.

gdb/testsuite/ChangeLog:

2020-03-19  Tom de Vries  <tdevries@suse.de>

* gdb.opt/inline-locals.exp: Add kfail PR number.  Make kfail matching
more precise.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.opt/inline-locals.exp
This page took 0.041672 seconds and 4 git commands to generate.