From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25492 invoked by alias); 7 Feb 2005 19:41:36 -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 24209 invoked from network); 7 Feb 2005 19:40:27 -0000 Received: from unknown (HELO kiev.dev.factotummedia.nl) (195.18.123.2) by sourceware.org with SMTP; 7 Feb 2005 19:40:27 -0000 Received: from amavis by kiev.dev.factotummedia.nl with scanned-ok (Exim 3.35 #1 (Debian)) id 1CyEkF-0000ag-00 for ; Mon, 07 Feb 2005 20:40:27 +0100 Received: from kiev.dev.factotummedia.nl ([127.0.0.1]) by localhost (kiev [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02104-04 for ; Mon, 7 Feb 2005 20:40:26 +0100 (CET) Received: from zander by kiev.dev.factotummedia.nl with local (Exim 3.35 #1 (Debian)) id 1CyEkE-0000aY-00 for ; Mon, 07 Feb 2005 20:40:26 +0100 Date: Mon, 07 Feb 2005 19:41:00 -0000 To: mauve-discuss@sources.redhat.com Subject: Re: New runner Message-ID: <20050207194026.GA1959@factotummedia.nl> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: From: Thomas Zander X-SW-Source: 2005-q1/txt/msg00023.txt.bz2 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1971 On Mon, Feb 07, 2005 at 09:54:54AM +0100, Jeroen Frijters wrote: > Thomas Zander wrote: > > Please download and try on all your VMs; > > http://members.home.nl/zander/alltests.jar >=20 > On my (Windows) system a bunch of tests fail because the > gnu.testlet.config settings don't make sense. Also, some of the socket > tests fail because they do a downcast from TestHarness to > SimpleTestHarness. Hi, Jeroen. Thanks for your reply. I've just looked into this; when I delete the config and the SimpleTestHarness I get compile errors in (only) 9 tests. The following are easy to fix and run correctly with some modifications (read: removal of the cast): gnu/testlet/java/io/FileDescriptor/jdk11.java gnu/testlet/java/io/FileReader/jdk11.java gnu/testlet/java/io/FileWriter/jdk11.java gnu/testlet/java/io/RandomAccessFile/jdk11.java These are a bit more difficult; but I believe them to be broken by design or not usable for a 'java -jar' kind of test anyway. I'll be more specific: These 4 tests each test some socket stuff based completely on the assumtion that there is someone (an smtp host) listening on a pre-configured host/port. This is quite an assumtion that is not very usable in the proposed (portable) test-jar. gnu/testlet/java/net/Socket/SocketTest.java gnu/testlet/java/net/Socket/jdk12.java gnu/testlet/java/net/Socket/jdk13.java gnu/testlet/java/net/Socket/jdk14.java The following test tests things like being able to open a file we ship in mauve (in the same package) and other stuff thats really really basic. (like File.seperator) Quite useless to test in an environment that is shipped in a jar :-) gnu/testlet/java/io/File/jdk11.java What do you think? Should these last 5 tests be modified in any way? Or should we keep the dependency on config (and SimpleTestHarness) for them even though they have a different set of problems? Whatever we decide, I'll stop shipping those in my jar. --=20 Thomas Zander --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCB8QqCojCW6H2z/QRAnncAJ9p3LtSYGaRDidnP2u+uppQ2mTKhgCaAyAA PFhU0la7THzEd41mDF0N8LI= =7EAx -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--