From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1683 invoked by alias); 9 Nov 2009 17:07:07 -0000 Received: (qmail 1674 invoked by uid 22791); 9 Nov 2009 17:07:06 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Nov 2009 17:07:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 31AB82BAB11; Mon, 9 Nov 2009 12:07:01 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OLoBay8t3CED; Mon, 9 Nov 2009 12:07:01 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EE0FB2BAAED; Mon, 9 Nov 2009 12:07:00 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id C5E67F5905; Mon, 9 Nov 2009 09:06:45 -0800 (PST) Date: Mon, 09 Nov 2009 17:07:00 -0000 From: Joel Brobecker To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: [testsuite] check for languages consistently Message-ID: <20091109170645.GQ4557@adacore.com> References: <4AF058B6.2070808@codesourcery.com> <20091107022153.GM4557@adacore.com> <4AF805C8.7060009@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF805C8.7060009@codesourcery.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00141.txt.bz2 > this time round I didn't have a java compiler available. I'm pretty > certain I checked with/without before. It's OK to go ahead and commit the patch now, as I think I understand what piece of code you are removing was doing. It'd be nice to have confirmation, though. - set errname [file rootname [file tail $srcfile]] - if {! [runtest_file_p $runtests $errname]} { - return - } -- Joel