From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15749 invoked by alias); 12 Dec 2001 11:43:12 -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 15627 invoked from network); 12 Dec 2001 11:41:48 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 12 Dec 2001 11:41:48 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id DAA22823; Wed, 12 Dec 2001 03:41:45 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id EAA05191; Wed, 12 Dec 2001 04:41:29 -0700 Date: Wed, 12 Dec 2001 03:43:00 -0000 From: Kevin Buettner Message-Id: <1011212114129.ZM5190@ocotillo.lan> In-Reply-To: Johan Walles "gdb 5.1 / ia64: "make check" failures, do you want the log?" (Dec 12, 9:17am) References: <3C1712A9.4000505@appeal.se> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Johan Walles , gdb@sources.redhat.com Subject: Re: gdb 5.1 / ia64: "make check" failures, do you want the log? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00120.txt.bz2 On Dec 12, 9:17am, Johan Walles wrote: > Running make check on gdb 5.1 / ia64 produces the following summary: > > # of expected passes 6894 > # of unexpected failures 432 > # of unexpected successes 58 > # of expected failures 84 > # of unresolved testcases 89 > # of untested testcases 1 > > I don't have a C++ compiler installed, which could make up for some (but > far from all) of the problems. > > Anyway, what I wonder is this: do you want the complete log of the exact > results? Should I post it here? Or would that be entirely redundant as > you do your own testing on ia64 anyway? Please don't post testsuite logs to this list. There is a mechanism by which you can post such results, however. See: http://sources.redhat.com/gdb/testing/ It would probably be better to install the C++ compiler and rerun the tests prior to posting your results though. Thanks, Kevin