[gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.exp
authorTom de Vries <tdevries@suse.de>
Tue, 28 Apr 2020 04:22:36 +0000 (06:22 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 28 Apr 2020 04:22:36 +0000 (06:22 +0200)
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)
...

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/ChangeLog
gdb/testsuite/gdb.ada/array_ptr_renaming.exp

index 2fef7c587ee442d65be1ce155a72e6b3af9115a1..2972e273992efe993c432da8870a470b386fbf73 100644 (file)
@@ -1,3 +1,7 @@
+2020-04-28  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
+
 2020-04-28  Tom de Vries  <tdevries@suse.de>
 
        * gdb.dwarf2/main-foo.c: New test.
index 8dd10426af246d701c19f208b57cd3c37129a224..e568b60b1e492ad06b7d69e947aff7258c6e668d 100644 (file)
@@ -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"
This page took 0.033776 seconds and 4 git commands to generate.