From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22640 invoked by alias); 8 Aug 2003 18:57:44 -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 22631 invoked from network); 8 Aug 2003 18:57:43 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 8 Aug 2003 18:57:43 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id F16C78001D2; Fri, 8 Aug 2003 14:57:42 -0400 (EDT) Message-ID: <3F33F2A6.8090804@redhat.com> Date: Fri, 08 Aug 2003 18:57:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: modernization of ia64-tdep.c with new frame model for gdb-6.0 branch References: <200308081749.h78HnOGU016412@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00133.txt.bz2 Michael Elizabeth Chastain wrote: >> === gdb Summary === >> >># of expected passes 5197 >># of unexpected failures 28 >># of unexpected successes 2 >># of expected failures 12 >># of known failures 1 >># of unresolved testcases 1 >># of unsupported tests 1 > > > That is light on the # of expected passes. > > For comparison, I am getting 9000 expected passes with gdb HEAD and gdb > gdb_6_0-branch on native i686-pc-linux-gnu. > > Can you check your gdb.sum file and see if there are any > ERROR lines or WARNING lines in it? Unfortunately, the summary does > not include counts for those. > > Or it could be that ia64 doesn't run as many tests as i686. > But 3800 missing tests is a LOT of tests. > > Michael C > That is just gdb.base above. For the whole testsuite I am seeing ~80 failures (add 28 more without my gdb.asm testsuite fix): -- Jeff J.