This is the mail archive of the gdb-patches@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]

[RFA/testsuite/ada] Test "set print array-indexes" with Ada arrays


Hello,

Given the larger range of possible arrays that can be defined in Ada
compared to C, I wanted to add a new testcase for this recently added
feature using Ada code. It turned out to be a good idea, because I found
one bug. I can't look into it yet, but I created a PR. I'm still waiting
for the PR number to arrive, but here is the testcase. I will replace
the "????" by the actual PR number as soon as I receive my confirmation
email. In the meantime, I can use this testcase as the testcase for an
upcoming patch.

2005-10-05  Joel Brobecker  <brobecker@adacore.com>

        * gdb.ada/arrayidx/p.adb: New file.
        * gdb.ada/arrayidx.exp: New testcase

Tested on x86-linux. There are 12 PASSes, 2 FAILs, and 4 KFAILs.
The patch I'm about to submit will fix the 2 FAILs.

OK to commit?
-- 
Joel

Attachment: p.adb
Description: Text document

Attachment: arrayidx.exp
Description: Text document


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