From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18764 invoked by alias); 13 Feb 2006 06:16:32 -0000 Received: (qmail 18755 invoked by uid 22791); 13 Feb 2006 06:16:31 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.199) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 13 Feb 2006 06:16:29 +0000 Received: by zproxy.gmail.com with SMTP id x3so931140nzd for ; Sun, 12 Feb 2006 22:16:28 -0800 (PST) Received: by 10.36.220.37 with SMTP id s37mr2663143nzg; Sun, 12 Feb 2006 22:16:27 -0800 (PST) Received: by 10.37.2.63 with HTTP; Sun, 12 Feb 2006 22:16:27 -0800 (PST) Message-ID: <8f2776cb0602122216m7ad00735i87f90be6b128465c@mail.gmail.com> Date: Mon, 13 Feb 2006 06:16:00 -0000 From: Jim Blandy To: fnf@specifix.com Subject: Re: [PATCH] Fix problem with scope.exp test, skipping past init0 call Cc: gdb-patches@sourceware.org In-Reply-To: <200602121510.01657.fnf@specifix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602121510.01657.fnf@specifix.com> X-IsSubscribed: yes 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-02/txt/msg00273.txt.bz2 On 2/12/06, Fred Fish wrote: > 2006-02-12 Fred Fish > > * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple > to handle cases where it takes two "next" commands to skip > past the init call. Looks good to me.