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]

Re: [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching


On 06/02/2017 05:22 AM, Pedro Alves wrote:
>
> gdb/ChangeLog:
> yyyy-mm-dd   Pedro Alves  <palves@redhat.com>
> 
[holy-moly-mega-snip]
> 
> gdb/testsuite/ChangeLog:
> yyyy-mm-dd   Pedro Alves  <palves@redhat.com>
> 
> 	* gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
> 	(p Exported_Capitalized): New test.
> 	(p exported_capitalized): New test.
> 	* utils.c (enum class strncmp_iw_mode): Moved to utils.h.
> 	(strncmp_iw_with_mode): Now extern.
> 	* utils.h (enum class strncmp_iw_mode): Moved from utils.c.
> 	(strncmp_iw_with_mode): Declare.

utils.[ch]? Wrong ChangeLog?

I'm seeing regressions with this patch (no subsequent patch seems to fix it, either):

FAIL: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print u_one_two_three
FAIL: gdb.ada/disc_arr_bound.exp: print r
FAIL: gdb.ada/disc_arr_bound.exp: print r.a
FAIL: gdb.ada/mi_dyn_arr.exp: create bt varobj (unexpected output)
FAIL: gdb.ada/pckd_arr_ren.exp: print var

Keith


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