aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/selftest.h
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2021-09-20 15:07:57 +0200
committerTom de Vries <tdevries@suse.de>2021-09-20 15:07:57 +0200
commit6f265beb28a7465c9e75fdb169d15a87f9a3a5d6 (patch)
treefd7451004a2db32cc9efba0f7ff5caf8e9a9b69f /gdbsupport/selftest.h
parent56d9e3c5623d9ebaffb4532a503e67203e4d5488 (diff)
downloadgdb-6f265beb28a7465c9e75fdb169d15a87f9a3a5d6.zip
gdb-6f265beb28a7465c9e75fdb169d15a87f9a3a5d6.tar.gz
gdb-6f265beb28a7465c9e75fdb169d15a87f9a3a5d6.tar.bz2
[gdb/testsuite] Fix gdb.ada/big_packed_array.exp xfail for -m32
With test-case gdb.ada/big_packed_array.exp and target board unix/-m32 I run into: ... (gdb) print bad^M $2 = (0 => 0 <repeats 24 times>, 160)^M (gdb) FAIL: gdb.ada/big_packed_array.exp: scenario=minimal: print bad ... The problem is that while the variable is an array of 196 bits (== 24.5 bytes), the debug information describes it as 25 unsigned char. This is PR gcc/101643, and the test-case contains an xfail for this, which catches only: ... (gdb) print bad^M $2 = (0 => 0 <repeats 25 times>)^M ... Fix this by updating the xfail pattern. Tested on x86_64-linux.
Diffstat (limited to 'gdbsupport/selftest.h')
0 files changed, 0 insertions, 0 deletions