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


 > 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.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


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