This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v6 00/15] Please have a final look
- From: Keith Seitz <keiths at redhat dot com>
- To: "Agovic, Sanimir" <sanimir dot agovic at intel dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Fri, 11 Apr 2014 12:10:28 -0700
- Subject: Re: [PATCH v6 00/15] Please have a final look
- Authentication-results: sourceware.org; auth=none
- References: <1397133617-26681-1-git-send-email-sanimir dot agovic at intel dot com> <20140410143915 dot GD15965 at adacore dot com> <0377C58828D86C4588AEEC42FC3B85A71D84FE7A at IRSMSX105 dot ger dot corp dot intel dot com>
On 04/11/2014 05:50 AM, Agovic, Sanimir wrote:
Success!!! The entire series is now approved (with some minor trivial
request in 3 of the patches).
Thank you Joel for helping me out through the patch series! I just
committed the patches including the final adjustments.
Unfortunatley, this patchset has regressed the following tests:
> FAIL: gdb.base/pointers.exp: print array element w/ pointer arithmetic
> FAIL: gdb.cp/koenig.exp: p foo(jca)
> FAIL: gdb.mi/mi-read-memory.exp: 3x2, one byte offset by -6
> FAIL: gdb.mi/mi-read-memory.exp: expression in quotes
> FAIL: gdb.mi/mi-read-memory.exp: ascii and data
> FAIL: gdb.mi/mi-read-memory.exp: decimal
> FAIL: gdb.mi/mi-read-memory.exp: octal
> FAIL: gdb.python/py-strfns.exp: p $_streq (str1, str2)
> FAIL: gdb.python/py-strfns.exp: p $_streq (str1, str3)
> FAIL: gdb.python/py-strfns.exp: p $_strlen (str1)
> FAIL: gdb.python/py-strfns.exp: p $_strlen (buf1)
> FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "Hello")
> FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "Help")
> FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "^Hello")
> FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "^Hello.$")
> FAIL: gdb.python/py-strfns.exp: p $_streq (str1, str2)
> FAIL: gdb.python/py-strfns.exp: p $_streq (str1, str3)
> FAIL: gdb.python/py-strfns.exp: p $_strlen (str1)
> FAIL: gdb.python/py-strfns.exp: p $_strlen (buf1)
> FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "Hello")
> FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "Help")
> FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "^Hello")
> FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "^Hello.$")
With --target_board=native-gdbsever, remote.exp has two additional
failures. This is using x86_64 Fedora 20 (gcc Red Hat 4.8.2-7).
Keith