From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19864 invoked by alias); 3 Jun 2004 17:53:58 -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 19856 invoked from network); 3 Jun 2004 17:53:58 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sourceware.org with SMTP; 3 Jun 2004 17:53:58 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BVwP8-0004Mv-00; Thu, 03 Jun 2004 13:53:27 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 6E8ED4B104; Thu, 3 Jun 2004 13:53:17 -0400 (EDT) To: bob@brasko.net, gdb@sources.redhat.com Subject: Re: -file-list-exec-source-files testsuite question Message-Id: <20040603175317.6E8ED4B104@berman.michael-chastain.com> Date: Thu, 03 Jun 2004 17:53:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-06/txt/msg00022.txt.bz2 > 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? It's normal. It means that gdb has bugs, or the test suite has deficiencies, or the platform that you are running on is missing things. The best thing to do is 'diff old/gdb.sum new/gdb.sum' and look at the results. You can post the results of the diff and someone (me) can tell you if these are normal noise or abnormal noise. Michael C