From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8217 invoked by alias); 7 Jul 2003 14:19:58 -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 8206 invoked from network); 7 Jul 2003 14:19:58 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 7 Jul 2003 14:19:58 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8FF872B5F; Mon, 7 Jul 2003 10:19:53 -0400 (EDT) Message-ID: <3F098189.2090601@redhat.com> Date: Mon, 07 Jul 2003 14:19: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: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/testcase] gdb.base/bang.exp: accespt sim's output References: <011201c341d6$5c5d48d0$5169910a@KEI> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00120.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 This is from the test wrapper stuff? Now that the h8300 is fixed (exits with proper exit codes), wouldn't it be better to instead just delete the wrapper stuff from the test framework and make the h8300 a normal target? Andrew > Program exited normally. > [Switching to process 0] > (gdb) FAIL: gdb.base/bang.exp: run program (the program exited)