From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1144 invoked by alias); 15 Mar 2005 17:37:38 -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 899 invoked from network); 15 Mar 2005 17:37:30 -0000 Received: from unknown (HELO gnu.wildebeest.org) (82.161.94.186) by sourceware.org with SMTP; 15 Mar 2005 17:37:30 -0000 Received: from ext-gw01.feelslikefriday.com ([217.195.237.146] helo=[192.168.0.8]) by gnu.wildebeest.org with esmtp (Exim 3.35 #1 (Debian)) id 1DBFyI-0002hH-00; Tue, 15 Mar 2005 18:36:46 +0100 Subject: Re: A place for the Classpath specific tests From: Mark Wielaard To: tromey@redhat.com Cc: Dalibor Topic , Michael Koch , Meskauskas Audrius , mauve-discuss@sources.redhat.com In-Reply-To: References: <000701c5257c$0afc0c70$2101a8c0@computername> <20050310160510.GI4737@papacharly.konqueror.de> <423073F3.6000102@kaffe.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-w/EqZip7df/i7Ttsc6kB" Date: Tue, 15 Mar 2005 17:37:00 -0000 Message-Id: <1110908210.1186.53.camel@localhost> Mime-Version: 1.0 X-SW-Source: 2005-q1/txt/msg00040.txt.bz2 --=-w/EqZip7df/i7Ttsc6kB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 2427 Hi, On Sat, 2005-03-12 at 12:21 -0700, Tom Tromey wrote: > Dalibor> I'd say mauve, too. If a test is Classpath specific, then it > Dalibor> can be tagged as such. >=20 > I agree. We already put Classpath regression tests into Mauve. For > things that are truly Classpath-specific, say tests for gnu.*, we can > just invent a new "classpath" tag and mention it in README. OK. How about the following patch to the README: --- README 4 Jan 2005 20:53:30 -0000 1.20 +++ README 15 Mar 2005 17:34:46 -0000 @@ -46,6 +46,15 @@ JDK1.1 Run JDK1.1 tests only JDK1.2 Run JDK1.2 tests only + * The GNU_CLASSPATH tag selects and runs tests specific to the + (internal) core classes of the Free Software Foundation GNU Classpath + implementation (available from http://www.gnu.org/software/classpath) + on which a lot of free runtimes and compilers are build (but which are + not guaranteed to be available on all platforms). + These tests can be enable by adding GNU_CLASSPATH to your KEYS variab= le + and disabled by adding !GNU_CLASSPATH to the KEYS variable. + All such tests are in subdirectories under gnu/testlet/classpath. + If an otherwise unrecognized tag QUUX is seen, and the file `mauve-QUUX' exists in the mauve source directory, then the contents of this file are treated as a list of tags. For instance, here is the By having a tag and a special subdirectory for these tests it should be simple to enable/disable these special tests for the various ways people run mauve (by hand, make, batch_run, ant script, etc). Then we would need to move and retag the following files: gnu/testlet/gnu/javax/swing/text/html/parser/support/Parser/ParserEntityRes= olverTest.java gnu/testlet/gnu/javax/swing/text/html/parser/support/Parser/ParserTest.java gnu/testlet/gnu/javax/swing/text/html/parser/support/Parser/parameterDefaul= ter_Test.java gnu/testlet/gnu/javax/swing/text/html/parser/support/Parser/textPreProcesso= r_Test.java gnu/testlet/gnu/javax/swing/text/html/parser/support/low/Buffer/Buffer_Test= .javagnu/testlet/gnu/javax/swing/text/html/parser/support/low/Constants/Con= stants_Test.java gnu/testlet/gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer/Re= aderTokenizer_Test.java Did I miss any? If people agree this is a good thing I will update the choose script and batch_run to understand the new GNU_CLASSPATH tag. Cheers, Mark --=-w/EqZip7df/i7Ttsc6kB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBCNx0xxVhZCJWr9QwRAn3sAJ9arzrfuvqo3ClCZuHqYuG+oSZ2LQCfbh6L GfZJtk7zRltAPmljNsNHlfo= =0sft -----END PGP SIGNATURE----- --=-w/EqZip7df/i7Ttsc6kB--