* [committed][gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.exp
@ 2020-04-28 4:27 Tom de Vries
0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2020-04-28 4:27 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker, Tom Tromey
Hi,
When running test-case gdb.ada/array_ptr_renaming.exp we run into:
...
(gdb) print ntp^M
$3 = (3 => 30, 40)^M
(gdb) KFAIL: gdb.ada/array_ptr_renaming.exp: print ntp (PRMS: gdb/NNNN)
...
I've opened PR25883 for this failure. Reference the PR from the KFAIL, such
that we have:
...
KFAIL: gdb.ada/array_ptr_renaming.exp: print ntp (PRMS: gdb/25883)
...
Committed to trunk.
Thanks,
- Tom
[gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.exp
gdb/testsuite/ChangeLog:
2020-04-28 Tom de Vries <tdevries@suse.de>
* gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
---
gdb/testsuite/gdb.ada/array_ptr_renaming.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.ada/array_ptr_renaming.exp b/gdb/testsuite/gdb.ada/array_ptr_renaming.exp
index 8dd10426af2..e568b60b1e4 100644
--- a/gdb/testsuite/gdb.ada/array_ptr_renaming.exp
+++ b/gdb/testsuite/gdb.ada/array_ptr_renaming.exp
@@ -33,7 +33,7 @@ gdb_test "print nt(1)" " = 10"
# representation with GNAT (fat pointers). In this case, GDB "forgets" that
# it's dealing with an access and prints directly the array contents. This
# should be fixed some day.
-setup_kfail "gdb/NNNN" *-*-*
+setup_kfail "gdb/25883" *-*-*
gdb_test "print ntp" " = \\(access pack\\.table_type\\) $hex.*"
gdb_test "print ntp.all" " = \\(3 => 30, 40\\)"
gdb_test "print ntp(3)" " = 30"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-28 4:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 4:27 [committed][gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.exp Tom de Vries
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox