From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25709 invoked by alias); 15 Mar 2005 17:55:30 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 25602 invoked from network); 15 Mar 2005 17:55:25 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 15 Mar 2005 17:55:25 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j2FHtOIp017032 for ; Tue, 15 Mar 2005 12:55:25 -0500 Received: from opsy.redhat.com (vpn50-116.rdu.redhat.com [172.16.50.116]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2FHtNY08671; Tue, 15 Mar 2005 12:55:23 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id C96722DD3B0; Tue, 15 Mar 2005 10:52:35 -0700 (MST) To: Mark Wielaard Cc: Dalibor Topic , Michael Koch , Meskauskas Audrius , mauve-discuss@sources.redhat.com Subject: Re: A place for the Classpath specific tests References: <000701c5257c$0afc0c70$2101a8c0@computername> <20050310160510.GI4737@papacharly.konqueror.de> <423073F3.6000102@kaffe.org> <1110908210.1186.53.camel@localhost> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Tue, 15 Mar 2005 17:55:00 -0000 In-Reply-To: <1110908210.1186.53.camel@localhost> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-q1/txt/msg00041.txt.bz2 Mark> OK. How about the following patch to the README: Looks good. Mark> By having a tag and a special subdirectory for these tests it should be Mark> simple to enable/disable these special tests for the various ways people Mark> run mauve (by hand, make, batch_run, ant script, etc). I think just putting them in a directory named after their class, like we do for everything, will suffice. Using 'gnu.javax.swing....' is just as selectable -- and obviously classpath-specific, IMO -- as 'classpath.gnu.javax.swing...' But I don't have a strong opinion on it. Tom