From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6120 invoked by alias); 27 Mar 2002 19:57:31 -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 6081 invoked from network); 27 Mar 2002 19:57:30 -0000 Received: from unknown (HELO localhost.localdomain) (12.230.181.242) by sources.redhat.com with SMTP; 27 Mar 2002 19:57:30 -0000 Received: from there (DRAGON [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with SMTP id g2RJuwY14691 for ; Wed, 27 Mar 2002 11:56:59 -0800 Message-Id: <200203271956.g2RJuwY14691@localhost.localdomain> Content-Type: text/plain; charset="iso-8859-1" From: "Martin M. Hunt" Organization: Red Hat Inc To: gdb-patches@sources.redhat.com Subject: [RFA] testsuite fix for Mips ending-run.exp Date: Wed, 27 Mar 2002 11:57:00 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-03/txt/msg00546.txt.bz2 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 $" { + # 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"