From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29985 invoked by alias); 1 Dec 2003 17:44:10 -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 29977 invoked from network); 1 Dec 2003 17:44:09 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 1 Dec 2003 17:44:09 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6724E2B8F; Mon, 1 Dec 2003 12:44:09 -0500 (EST) Message-ID: <3FCB7DE9.2030607@gnu.org> Date: Mon, 01 Dec 2003 17:44: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: <200311300546.hAU5kDiR001638@fred.ninemoons.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00017.txt.bz2 >> The asm-source.exp suppression was left messy to encourage people to >> write the appropriate wrappers; it's really not hard to do. > > > OK, I understand the reasoning for the first suppression. > > The second part of the patch is to shut up the testsuite when it can't > handle multilibs, which from the comment in the test file looks like > it would take significant work to support and isn't just a "per > target" issue. Perhaps in this case it is more appropriate to just > silently skip the test. 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. Andrew (I just wish that the message was prefixed with the test case that it applied to)