diff options
author | Tom de Vries <tdevries@suse.de> | 2020-11-16 13:02:04 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-11-30 13:44:55 +0100 |
commit | 61049d1ee59905589b2ad3f8140a2582e01add7a (patch) | |
tree | e49f2c00a0b4c459237c587ce761ad53431efbaf | |
parent | 59404f827cb1134b68dbf228d380ff86d15c9f01 (diff) | |
download | gdb-61049d1ee59905589b2ad3f8140a2582e01add7a.zip gdb-61049d1ee59905589b2ad3f8140a2582e01add7a.tar.gz gdb-61049d1ee59905589b2ad3f8140a2582e01add7a.tar.bz2 |
[gdb/testsuite] Fix minimal encodings KPASSes
With current master I see a couple of KPASSes:
...
KPASS: gdb.ada/enum_idx_packed.exp: scenario=minimal: ptype small \
(PRMS minimal encodings)
...
KPASS: gdb.ada/mod_from_name.exp: scenario=minimal: print xp \
(PRMS minimal encodings)
KPASS: gdb.ada/pckd_arr_ren.exp: scenario=minimal: print var \
(PRMS minimal encodings)
...
The corresponding setup_kfail is called for everything before gnat 11.
However, the test-cases also PASS for me with gnat-4.8, gnat-7.5.0 and
gnat-8.4.0.
Fix the KPASSes by limiting the setup_kfail to gnat 9 and 10.
Tested on x86_64-linux.
gdb/testsuite/ChangeLog:
2020-11-16 Tom de Vries <tdevries@suse.de>
* gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
* gdb.ada/mod_from_name.exp: Same.
* gdb.ada/pckd_arr_ren.exp: Same.
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5f62e45..0bdb6b4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2020-11-30 Tom de Vries <tdevries@suse.de> + + * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10. + * gdb.ada/mod_from_name.exp: Same. + * gdb.ada/pckd_arr_ren.exp: Same. + 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * gdb.base/condbreak-multi-context.exp: Do not hard-code location |