From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30447 invoked by alias); 25 Mar 2003 16:44:01 -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 30425 invoked from network); 25 Mar 2003 16:43:59 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 25 Mar 2003 16:43:59 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h2PGhxQ18517 for ; Tue, 25 Mar 2003 11:43:59 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2PGhwQ25731 for ; Tue, 25 Mar 2003 11:43:58 -0500 Received: from cygbert.vinschen.de (vpn50-10.rdu.redhat.com [172.16.50.10]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h2PGhv504796 for ; Tue, 25 Mar 2003 08:43:57 -0800 Received: (from corinna@localhost) by cygbert.vinschen.de (8.11.6/8.9.3/Linux sendmail 8.9.3) id h2PGhrU24822 for gdb@sources.redhat.com; Tue, 25 Mar 2003 17:43:53 +0100 Date: Tue, 25 Mar 2003 16:44:00 -0000 From: Corinna Vinschen To: gdb@sources.redhat.com Subject: MI testsuite question Message-ID: <20030325164353.GI23762@cygbert.vinschen.de> Reply-To: gdb@sources.redhat.com Mail-Followup-To: gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2003-03/txt/msg00339.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 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) 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? Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen@redhat.com