From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9786 invoked by alias); 27 Mar 2002 21:30:11 -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 9763 invoked from network); 27 Mar 2002 21:30:06 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 27 Mar 2002 21:30:06 -0000 Received: from redhat.com (notinuse.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA02715; Wed, 27 Mar 2002 13:30:04 -0800 (PST) Message-ID: <3CA23752.6420B214@redhat.com> Date: Wed, 27 Mar 2002 13:30:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: "Martin M. Hunt" CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite fix for Mips ending-run.exp References: <200203271956.g2RJuwY14691@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00550.txt.bz2 "Martin M. Hunt" wrote: > > All my Mips testsuites fail on this, and it seems OK to me. I think it's reasonable. > > 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 $" { > + # This is what happens on many Mips targets > + pass "step out of main" > + } > -re ".*in ..change.mode ().*$gdb_prompt $" { > # This is what happens on ARM in thumb mode -fn 2000-02-01 > pass "step out of main on ARM thumb"