From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21021 invoked by alias); 1 Dec 2003 18:14: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 21013 invoked from network); 1 Dec 2003 18:14:44 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sources.redhat.com with SMTP; 1 Dec 2003 18:14:44 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1AQsYO-0002Jw-00; Mon, 01 Dec 2003 13:13:48 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 01A334B364; Mon, 1 Dec 2003 13:13:35 -0500 (EST) To: cagney@gnu.org, fnf@ninemoons.com Subject: Re: [PATCH] use "verbose" for notification of not running a test Cc: drow@mvista.com, gdb-patches@sources.redhat.com Message-Id: <20031201181335.01A334B364@berman.michael-chastain.com> Date: Mon, 01 Dec 2003 18:14:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-12/txt/msg00020.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? Michael C