From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28677 invoked by alias); 17 Jul 2006 06:00:51 -0000 Received: (qmail 28666 invoked by uid 22791); 17 Jul 2006 06:00:50 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Jul 2006 06:00:48 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k6H609Te007561; Mon, 17 Jul 2006 08:00:10 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6H608Sg004993; Mon, 17 Jul 2006 08:00:08 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k6H608cQ027758; Mon, 17 Jul 2006 08:00:08 +0200 (CEST) Date: Mon, 17 Jul 2006 06:00:00 -0000 Message-Id: <200607170600.k6H608cQ027758@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: nickrob@snap.net.nz CC: drow@false.org, mark.kettenis@xs4all.nl, gdb-patches@sourceware.org In-reply-to: <17594.57241.581959.255566@kahikatea.snap.net.nz> (message from Nick Roberts on Mon, 17 Jul 2006 12:53:45 +1200) Subject: Re: Testsuite failures References: <200607161142.k6GBgPGf020488@elgar.sibelius.xs4all.nl> <17594.13041.576361.598547@kahikatea.snap.net.nz> <20060717001148.GC27967@nevyn.them.org> <17594.55552.720725.217669@kahikatea.snap.net.nz> <20060717003007.GA28575@nevyn.them.org> <17594.56182.524945.674557@kahikatea.snap.net.nz> <20060717003949.GA28777@nevyn.them.org> <17594.57241.581959.255566@kahikatea.snap.net.nz> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00194.txt.bz2 > From: Nick Roberts > 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