From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11726 invoked by alias); 5 Jul 2004 06:18:25 -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 11708 invoked from network); 5 Jul 2004 06:18:22 -0000 Received: from unknown (HELO gnu.wildebeest.org) (82.161.94.186) by sourceware.org with SMTP; 5 Jul 2004 06:18:22 -0000 Received: from elsschot.wildebeest.org ([192.168.1.26]) by gnu.wildebeest.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhMmL-0004oe-00; Mon, 05 Jul 2004 08:16:37 +0200 Subject: Re: Mauve halts after first error. From: Mark Wielaard To: Stephen Crawley Cc: "James Damour (Suvarov454)" , mauve-discuss@sources.redhat.com, crawley@piglet.dstc.edu.au In-Reply-To: <200407050342.i653gkij003660@piglet.dstc.edu.au> References: <200407050342.i653gkij003660@piglet.dstc.edu.au> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-L6fWLzjnqSz9u5Wu+NAT" Message-Id: <1089008192.24717.289.camel@localhost> Mime-Version: 1.0 Date: Mon, 05 Jul 2004 06:18:00 -0000 X-SW-Source: 2004-q3/txt/msg00003.txt.bz2 --=-L6fWLzjnqSz9u5Wu+NAT Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 1857 Hi, On Mon, 2004-07-05 at 05:42, Stephen Crawley wrote: > I ran into this particular problem too. Someone has checked in a Mauve > test case that refers to a class that Classpath does not yet support. > [I wish people wouldn't do this!] >=20 > The workaround is to add the following line to your keys file: >=20 > !java.beans.Expression.check Note that in this particular case GNU Classpath now includes this class (since yesterday, just in time for 0.10-pre1!). Since I also ran into this problem so often (or having a runtime crash or hang on a particular test) I created the batch_run and runner scripts which are now included in mauve CVS, but you need to edit them by hand at the moment for your compiler/runtime setup. See the README: An alternative way to compiling and running all tests is the batch_run script. This makes it easy to run all test in one batch without worrying wheter all tests compile and/or running them crashes or hangs the runtime. =20=20=20=20=20=20=20=20 batch_run and the runner helper script aren't integrated with the configure setup yet so you will have to edit them by hand to explicitly set the COMPILER variable in batch_run and the RUNTIME variable in runner. Optionally you can also change the KEYS setting in batch_run if you don't want to run all tests.=20 You can also set the variable NATIVE=3Dtrue in batch_run when you want to use gcj (without -C) in native mode. =20=20=20=20=20=20=20=20 When a test cannot be compiled with the given COMPILER batch_run will output FAIL: COMPILE FAILED and go on with the next test. If the runner detects a runtime crash or timeout (runner variable WAIT=3D60 seconds) it will output FAIL: CRASH or TIMEOUT. Cheers, Mark --=-L6fWLzjnqSz9u5Wu+NAT 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.4 (GNU/Linux) iD8DBQBA6PJAxVhZCJWr9QwRArElAKCNtx9kMbj+HtmHzJ69memlWfHHpQCgrXyU 6TPMBqHY7uz0QLs/1IY6Vjk= =195f -----END PGP SIGNATURE----- --=-L6fWLzjnqSz9u5Wu+NAT--