From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30237 invoked by alias); 3 Dec 2003 04:01:08 -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 30222 invoked from network); 3 Dec 2003 04:01:02 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 3 Dec 2003 04:01:02 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3B4942B90; Tue, 2 Dec 2003 23:01:02 -0500 (EST) Message-ID: <3FCD5FFE.1040500@gnu.org> Date: Wed, 03 Dec 2003 04:01: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: fnf@ninemoons.com Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [PATCH] use "verbose" for notification of not running a test References: <200312011816.hB1IGOgw030384@fred.ninemoons.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00067.txt.bz2 >> At present it prints: >> >> WARNING: Assembly source test -- multilibs not supported by this test. >> >> then skips everything. That way the fact that the test was >> intentionally skipped is recorded in the test logs - makes comparing >> test results easier. > > > I just thought it was inconsistent with all the other places that skip > tests due to something other than a failure in a prior test, compilation > failure, or some other failing event. Here are some examples that have > "skip" in their message: > > gdb.arch/altivec-abi.exp: verbose "Skipping altivec abi tests." > gdb.arch/altivec-regs.exp: verbose "Skipping altivec register tests." > gdb.arch/e500-abi.exp: verbose "Skipping e500 abi tests." > gdb.arch/e500-regs.exp: verbose "Skipping e500 register tests." > gdb.arch/gdb1291.exp: verbose "Skipping SH backtrace tests." > gdb.arch/gdb1431.exp: verbose "Skipping SH backtrace tests." > gdb.arch/i386-prologue.exp: verbose "Skipping i386 prologue tests." > gdb.arch/i386-unwind.exp: verbose "Skipping i386 unwinder tests." Not to worried by the above :-) > gdb.base/a2-run.exp: verbose "Skipping a2-run.exp because of noargs." Michael, should these be "unsupported"? Andrew