From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29372 invoked by alias); 4 Jul 2003 03:02:26 -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 29364 invoked from network); 4 Jul 2003 03:02:26 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 4 Jul 2003 03:02:26 -0000 Received: from mail01.idc.renesas.com (localhost [127.0.0.1]) by mail01.idc.renesas.com with ESMTP id h6432Nd7029747 for ; Fri, 4 Jul 2003 12:02:23 +0900 (JST) Received: from guardian02.idc.renesas.com ([172.20.8.133]) by mail01.idc.renesas.com with ESMTP id h6432NHb029744 for ; Fri, 4 Jul 2003 12:02:23 +0900 (JST) Received: (from root@localhost) by guardian02.idc.renesas.com with id h6432Lhp001567 for gdb-patches@sources.redhat.com; Fri, 4 Jul 2003 12:02:21 +0900 (JST) Received: from unknown [172.20.8.71] by guardian02.idc.renesas.com with SMTP id NAA01566 ; Fri, 4 Jul 2003 12:02:21 +0900 Received: from mta04.idc.renesas.com (localhost [127.0.0.1]) by mta04.idc.renesas.com with ESMTP id h6432Mfe027216 for ; Fri, 4 Jul 2003 12:02:22 +0900 (JST) Received: from rnsmtp01.hoku_r.renesas.com ([10.145.246.51]) by mta04.idc.renesas.com with ESMTP id h6432LxN027213 for ; Fri, 4 Jul 2003 12:02:21 +0900 (JST) Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id MAA25881 for ; Fri, 4 Jul 2003 12:02:21 +0900 (JST) Received: from KEI (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 43CAD79849A for ; Fri, 4 Jul 2003 12:02:21 +0900 (JST) Message-ID: <013b01c341d8$fd350e80$5169910a@KEI> From: "Kei Sakamoto" To: References: <011201c341d6$5c5d48d0$5169910a@KEI> Subject: Re: [patch/testcase] gdb.base/bang.exp: accespt sim's output Date: Fri, 04 Jul 2003 03:02:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-07/txt/msg00099.txt.bz2 > The attached patch fixes gdb.base/bang.exp so that it accepts > sim's output. > > The current test always fails with sim. > > (gdb) run > Starting program: > /project/m32r-tools/insight-20030703/build/gdb/testsuite/gdb.base/bang! > 0 > > *** EXIT code 0 > > Program exited normally. > [Switching to process 0] > (gdb) FAIL: gdb.base/bang.exp: run program (the program exited) I'm sorry. I forgot to attach Changelog. Kei === 2003-07-04 Kei Sakamoto * gdb.base/bang.exp: Accept sim output.