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: Testsuite failures


> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Mon, 17 Jul 2006 12:53:45 +1200
> 
>  > > I see the problem now, gdb_expect_list needs "-re":
>  > 
>  > I'm pretty sure it doesn't.  It always treats the list items as regular
>  > expressions.
> 
> You're right.  I got distracted by the annotate-quit fail (which was there
> before my change).
>  
>  > The problem is elsewhere:
>  > 
>  > >   gdb_expect_list "first run until main breakpoint" "$gdb_prompt$" {
>  > 
>  > You're in {} quoting, so variables are not expanded.  It is probably
>  > not worth changing that.
> 
> OK.  Shall I commit Mark's and my changes for gdb.base/annota3.exp and
> gdb.cp/annota3.exp (without hex)?

Go ahead.

Mark


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