From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9064 invoked by alias); 10 Feb 2003 15:55:27 -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 9055 invoked from network); 10 Feb 2003 15:55:25 -0000 Received: from unknown (HELO white) (68.14.146.65) by 172.16.49.205 with SMTP; 10 Feb 2003 15:55:25 -0000 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 18iGHF-0002qh-00 for ; Mon, 10 Feb 2003 10:55:25 -0500 Date: Mon, 10 Feb 2003 15:55:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: Re: Adding file to gdb Message-ID: <20030210155525.GA10892@white> Mail-Followup-To: gdb@sources.redhat.com References: <200302092206.h19M6ES24632@duracef.shout.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302092206.h19M6ES24632@duracef.shout.net> User-Agent: Mutt/1.3.28i X-SW-Source: 2003-02/txt/msg00175.txt.bz2 On Sun, Feb 09, 2003 at 04:06:14PM -0600, Michael Elizabeth Chastain wrote: > Hi Bob, > > Did you run the gdb test suite? On which platforms? I have never run the testsuite for gdb before. I did a little research and discovered I had to install DejaGnu. I then went into src/gdb/testsuite and typed 'make check'. The results are ******************************************************************************* Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using ./config/unix.exp as tool-and-target-specific interface file. Running ./gdb.arch/altivec-abi.exp ... Running ./gdb.arch/altivec-regs.exp ... ... more ... Running ./gdb.base/pointers.exp ... Running ./gdb.base/printcmds.exp ... ERROR: (DejaGnu) proc "setup_kfail gdb/538 *-*-*" does not exist. The error code is NONE The info on the error is: close: spawn id exp8 not open while executing "close -i exp8" invoked from within "catch "close -i $spawn_id"" === gdb Summary === # of expected passes 3462 # of unexpected successes 1 # of expected failures 50 # of unsupported tests 1 /home/bob/cvs/gdb/gdb/testsuite/../../gdb/gdb version 2003-02-09-cvs -nx make: *** [just-check] Error 1 ******************************************************************************* Is this the expected output? It seems odd that make ends in an error. Should I run the testsuite differently to run more tests, or do they all run be default? Thanks, Bobby