This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: GDB 7.6.90 available for testing
- From: Tom Tromey <tromey at redhat dot com>
- To: Reini Urban <reini at cpanel dot net>
- Cc: gdb-patches at sourceware dot org, Joel Brobecker <brobecker at adacore dot com>
- Date: Thu, 09 Jan 2014 10:07:02 -0700
- Subject: Re: GDB 7.6.90 available for testing
- Authentication-results: sourceware.org; auth=none
- References: <20140108101428 dot C2280E003F at joel dot gnat dot com> <52CD9682 dot 2060805 at cpanel dot net>
>>>>> "Reini" == Reini Urban <reini@cpanel.net> writes:
Reini> I got those FAIL regressions from 7.6.50:
[...]
Reini> on an uptodate debian testing amd64.
Reini> I hope you can replicate that.
I checked out and built the 7.7 branch here.
I then spot-checked my results against yours -- I did not check every
test, but a reasonable subset of them. My build did not have any of the
failures you are seeing.
Offhand I don't know what went wrong in your test run. I guess you'd
have to look into gdb.log to find out.
Joel, I did notice this -- not a regression, but a new test that fails:
gdb.ada/mi_interface.exp: Create ggg1 varobj: FAIL
gdb.ada/mi_interface.exp: list ggg1's children: FAIL
>From gdb.log:
-var-create ggg1 * ggg1
^error,msg="-var-create: unable to create variable object"
(gdb)
I didn't dig any deeper though.
Tom