From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29653 invoked by alias); 3 Dec 2003 03:59:49 -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 29641 invoked from network); 3 Dec 2003 03:59:47 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 3 Dec 2003 03:59:47 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E30AA2B8F; Tue, 2 Dec 2003 22:59:41 -0500 (EST) Message-ID: <3FCD5FAD.1040502@gnu.org> Date: Wed, 03 Dec 2003 03:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: fnf@ninemoons.com, drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] use "verbose" for notification of not running a test References: <20031201181335.01A334B364@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00066.txt.bz2 > ac> At present it prints: > ac> > ac> WARNING: Assembly source test -- multilibs not supported by this test. > ac> > ac> then skips everything. That way the fact that the test was > ac> intentionally skipped is recorded in the test logs - makes comparing > ac> test results easier. > > Except that dejagnu doesn't print ERROR and WARNING and NOTE counts > in the totals at the end, so lots of people don't notice if they get > one of those. I wish these people would change, and I wish dejagnu > would change, too. > > How about making this an UNSUPPORTED? It is supported, it's just not being tested ... :-( Andrew