[gdb/testsuite] Add xfail for PR gcc/101643
authorTom de Vries <tdevries@suse.de>
Tue, 27 Jul 2021 15:14:18 +0000 (17:14 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 27 Jul 2021 15:14:18 +0000 (17:14 +0200)
commitc12608fcffc8ae35f8651b35f622cdfd1b0e40e7
tree4383985ba14ae8d0599f331a7ef1fe36b8dbe55e
parent7e292f1ab8f9d5df484ffd14ca73245da2bcef21
[gdb/testsuite] Add xfail for PR gcc/101643

With gcc 8.5.0 I run into:
...
(gdb) print bad^M
$2 = (0 => 0 <repeats 25 times>)^M
(gdb) FAIL: gdb.ada/big_packed_array.exp: scenario=minimal: print bad
...
while with gcc 9.3.1 we have instead:
...
(gdb) print bad^M
$2 = (false <repeats 196 times>)^M
(gdb) PASS: gdb.ada/big_packed_array.exp: scenario=minimal: print bad
...

This is caused by gcc PR, which I've filed at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101643 "[debug, ada] packed array
not described as packed".

Fix by marking this as XFAIL.

Tested on x86_64-linux.

gdb/ChangeLog:

2021-07-27  Tom de Vries  <tdevries@suse.de>

PR testsuite/26904
* gdb/testsuite/gdb.ada/big_packed_array.exp: Add xfail.
gdb/ChangeLog
gdb/testsuite/gdb.ada/big_packed_array.exp
This page took 0.026648 seconds and 4 git commands to generate.