From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16401 invoked by alias); 25 Mar 2003 16:58:17 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16377 invoked from network); 25 Mar 2003 16:58:16 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 25 Mar 2003 16:58:16 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5EBFB2B11; Tue, 25 Mar 2003 11:58:09 -0500 (EST) Message-ID: <3E808AA1.2070209@redhat.com> Date: Tue, 25 Mar 2003 16:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Corinna Vinschen Cc: gdb@sources.redhat.com Subject: Re: MI testsuite question References: <20030325164353.GI23762@cygbert.vinschen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00344.txt.bz2 > Hi, > > while running the xstormy16 testsuite I came across a bunch of FAILs > which I don't know how to solve correctly: > > WARNING: Using CLI jump command, expect run-to-main FAIL This warning is refering to ... > jump *_start^M > &"jump *_start\n"^M > ^done,reason="breakpoint-hit",bkptno="1",thread-id="0",frame={addr="0x000080ea",func="main",args=[{name="argc",value="0"},{name="argv",value="0x0"}],file="/home/corinna/src/gdb/testsuite/gdb.mi/gdb701.c",line="13"}^M > (gdb) ^M > FAIL: gdb.mi/gdb701.exp: mi runto main (2) this failure. > As you can see, the returned string begins with > > "^done," > > while the testsuite (here proc mi_runto in lib/mi-support.exp) expects > > ".*000\\*stopped," > > Everything else is ok. So, is the testsuite wrong or is gdb misbehaving? It is a known bug in gdb. Andrew