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: -var-create testsuite updates


On Sat, Feb 10, 2007 at 09:48:24AM +1300, Nick Roberts wrote:
>  > I noticed this today, which I should have thought of earlier:
>  > 
>  > -mi_gdb_test "-var-create func * func" \
>  > -       "\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\((void|)\\)\"" \
>  > -       "create local variable func"
>  > +mi_create_varobj func func "create local variable func"
>  > 
>  > The old tests were deliberately checking that the varobj was created with
>  > the correct type, and the new ones aren't :-(
> 
> (Groan) I picked up the tests which were designed to fail but changed the
> others by autopilot.  I'll work my way through the changes to work out how many
> others we should have kept and submit a new patch.

Thanks a lot!  I didn't want to actually ask you to do this, since it's
a pile of grunt work, but it would certainly be nice to have them back.

I only noticed because I had a few patches which changed long to
long( int)? to support another compiler, and they no longer applied.

-- 
Daniel Jacobowitz
CodeSourcery


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