From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29834 invoked by alias); 3 Jun 2004 14:38: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 29800 invoked from network); 3 Jun 2004 14:38:25 -0000 Received: from unknown (HELO lakermmtao01.cox.net) (68.230.240.38) by sourceware.org with SMTP; 3 Jun 2004 14:38:25 -0000 Received: from white ([68.9.64.121]) by lakermmtao01.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040603143824.QYAT16976.lakermmtao01.cox.net@white> for ; Thu, 3 Jun 2004 10:38:24 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1BVtMO-0001HU-00 for ; Thu, 03 Jun 2004 10:38:24 -0400 Date: Thu, 03 Jun 2004 14:38:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: -file-list-exec-source-files testsuite question Message-ID: <20040603143824.GA4902@white> Mail-Followup-To: gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2004-06/txt/msg00021.txt.bz2 Hi, Before committing my -file-list-exec-source-files patch I am running the testsuite a final time. With a fresh checkout I get, # of expected passes 10072 # of unexpected failures 32 # of unexpected successes 1 # of expected failures 52 # of unknown successes 40 # of known failures 73 # of unresolved testcases 1 # of untested testcases 3 # of unsupported tests 6 With my patch I get, # of expected passes 10075 # of unexpected failures 31 # of unexpected successes 1 # of expected failures 52 # of unknown successes 40 # of known failures 73 # of unresolved testcases 2 # of untested testcases 3 # of unsupported tests 8 The number of expected passes makes sense to me, since I added some results. I am concerned about the number of unsupported tests and the number of unresolved testcases. What does this mean? Is this normal? Finally, it looks like 1 unexpected failure was fixed. How can I find more info about these? Thanks, Bob Rossi