From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25687 invoked by alias); 7 Feb 2005 05:33:06 -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 25666 invoked from network); 7 Feb 2005 05:33:02 -0000 Received: from unknown (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org with SMTP; 7 Feb 2005 05:33:02 -0000 Received: from farnswood.snap.net.nz (p71-tnt1.snap.net.nz [202.124.110.71]) by viper.snap.net.nz (Postfix) with ESMTP id CD16233630D; Mon, 7 Feb 2005 18:33:00 +1300 (NZDT) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 5891D628AB; Mon, 7 Feb 2005 05:26:45 +0000 (GMT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16902.64532.677951.838183@farnswood.snap.net.nz> Date: Mon, 07 Feb 2005 17:09:00 -0000 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: [PATCH] Fix broken interp.exp testcase In-Reply-To: <200502070239.j172dpjJ009250@copland.sibelius.xs4all.nl> References: <200502070239.j172dpjJ009250@copland.sibelius.xs4all.nl> X-SW-Source: 2005-02/txt/msg00020.txt.bz2 > The new testcase is failing for me: > > Running ../../../src/gdb/testsuite/gdb.base/interp.exp ... > PASS: gdb.base/interp.exp: interpreter-exec mi "-var-update *" > FAIL: gdb.base/interp.exp: interpreter-exec console "show version" > > I committed the attached patch to fix it. Well it was passing for me, as it does with your patch. I must have something wrong with my setup. Running the whole testsuite, I get: === gdb Summary === # of expected passes 10077 # of unexpected failures 361 # of unexpected successes 1 # of expected failures 46 # of known failures 60 # of unsupported tests 11 /home/nick/src/gdb/testsuite/../../gdb/gdb version 6.3.50.20050203-cvs -nx which seems an unacceptable number of fails and makes running the testsuite rather pointless. Have you any ideas of what I might be doing wrong? Nick