From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17585 invoked by alias); 27 Mar 2002 21:43:48 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17577 invoked from network); 27 Mar 2002 21:43:48 -0000 Received: from unknown (HELO localhost.localdomain) (12.230.181.242) by sources.redhat.com with SMTP; 27 Mar 2002 21:43:48 -0000 Received: from there (DRAGON [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with SMTP id g2RLhDY28858; Wed, 27 Mar 2002 13:43:13 -0800 Message-Id: <200203272143.g2RLhDY28858@localhost.localdomain> Content-Type: text/plain; charset="iso-8859-1" From: "Martin M. Hunt" Organization: Red Hat Inc To: Andreas Schwab Subject: Re: [RFA] testsuite fix for Mips ending-run.exp Date: Wed, 27 Mar 2002 13:43:00 -0000 Cc: gdb-patches@sources.redhat.com References: <200203271956.g2RJuwY14691@localhost.localdomain> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-03/txt/msg00554.txt.bz2 On Wednesday 27 March 2002 12:43 pm, Andreas Schwab wrote: > "Martin M. Hunt" writes: > |> All my Mips testsuites fail on this, and it seems OK to me. > |> > |> 2002-03-27 Martin M. Hunt > |> > |> * gdb.base/ending-run.exp: Most Mips targets seem > |> to step out of main() into init(). > |> > |> Index: testsuite/gdb.base/ending-run.exp > |> =================================================================== > |> RCS file: /cvs/src/src/gdb/testsuite/gdb.base/ending-run.exp,v > |> retrieving revision 1.13 > |> diff -u -p -r1.13 ending-run.exp > |> --- ending-run.exp 2002/02/10 18:58:26 1.13 > |> +++ ending-run.exp 2002/03/27 19:55:06 > |> @@ -178,6 +178,10 @@ gdb_expect { > |> # This is what happens on Sanyo XStormy16 > |> pass "step out of main" > |> } > |> + -re ".init ().*$gdb_prompt $" { > > ^ > Shouldn't this be ".*"? Yes, although it tested fine without it because the line always starts with "init ()". Anyway I'll put the "*" in. Thanks. -- Martin Hunt GDB Engineer Red Hat, Inc.