From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10585 invoked by alias); 23 Sep 2004 17:25:52 -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 10552 invoked from network); 23 Sep 2004 17:25:51 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sourceware.org with SMTP; 23 Sep 2004 17:25:51 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CAXLr-0008PO-00 for gdb-patches@sources.redhat.com; Thu, 23 Sep 2004 13:25:51 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id B408E4B359 for ; Thu, 23 Sep 2004 13:26:03 -0400 (EDT) Date: Thu, 23 Sep 2004 17:25:00 -0000 From: Michael Chastain To: gdb-patches@sources.redhat.com Subject: Re: [patch] Reanimate XStormy16 Message-ID: <4153072B.nail1U621LNEF@mindspring.com> References: <20040923170305.GJ12802@cygbert.vinschen.de> In-Reply-To: <20040923170305.GJ12802@cygbert.vinschen.de> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00376.txt.bz2 Corinna Vinschen wrote: > # of expected passes 8954 > # of unexpected failures 119 > # of expected failures 41 > # of known failures 40 > # of unresolved testcases 4 > # of untested testcases 5 > # of unsupported tests 29 That is pretty good ... better than native hppa2.0w-hp-hpux11.11 for sure! Hmmm, the UNSUPPORTED count looks high. It should be about 3 or 4. Can you look in your gdb.sum and count the ERROR and WARNING lines? grep -c ERROR gdb.sum grep -c WARNING gdb.sum There should be about 0 ERROR and 1 WARNING. I really wish that dejagnu put the ERROR and WARNING count in the summary. Michael