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] finish in function returning array


Hello,

Here is a new testcase for the patch submitted in:

        http://sources.redhat.com/ml/gdb-patches/2005-10/msg00068.html

Without the patch above, I get two FAILs:

    FAIL: gdb.ada/array_return.exp: value printed by finish of Create_Small
    FAIL: gdb.ada/array_return.exp: value printed by finish of Create_Large (GDB internal error)

Once the patch is applied, I get all 6 PASSes.

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

        * gdb.ada/array_return/pck.ads: New file.
        * gdb.ada/array_return/pck.adb: New file.
        * gdb.ada/array_return/p.adb: New file.
        * gdb.ada/array_return.exp: New testcase.

Tested on x86-linux. OK to apply?

Thanks,
-- 
Joel

Attachment: pck.ads
Description: Text document

Attachment: pck.adb
Description: Text document

Attachment: p.adb
Description: Text document

Attachment: array_return.exp
Description: Text document


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