This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ada testsuite failures


Joel, I have seen Ada testsuite failures on GNU/Linux for about as long
as we've had tests.  Do you know the status of these tests when run
against FSF releases of gnat, rather than the AdaCore version?  I
suspect it's inadequate debug info.

I've got at the moment:

print e_one_two_three
$2 = (0 => 1, 2, 3)
(gdb) FAIL: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
print r_two_three
$3 = (2, 3)
(gdb) FAIL: gdb.ada/arrayidx.exp: print r_two_three, indexes off
print u_one_two_three
No definition of "u_one_two_three" in current context.
(gdb) FAIL: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
print p_one_two_three
$4 = warning: could not find bounds information on packed array
can't unpack array

(gdb) FAIL: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off


print e_one_two_three
$9 = (0 => 1, 1 => 2, 2 => 3)
(gdb) FAIL: gdb.ada/arrayidx.exp: print e_one_two_three
print r_two_three
$10 = (1 => 2, 2 => 3)
(gdb) FAIL: gdb.ada/arrayidx.exp: print r_two_three
print u_one_two_three
No definition of "u_one_two_three" in current context.
(gdb) FAIL: gdb.ada/arrayidx.exp: print u_one_two_three
print p_one_two_three
$11 = warning: could not find bounds information on packed array
can't unpack array

(gdb) FAIL: gdb.ada/arrayidx.exp: print p_one_two_three


ptype empty
type = function return int
(gdb) FAIL: gdb.ada/null_record.exp: ptype on null record


(gdb) print var
$1 = warning: could not find bounds information on packed array
can't unpack array

(gdb) FAIL: gdb.ada/packed_array.exp: print var


-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]