This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] merge signed jar file support from classpath
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Tue, 23 Nov 2004 07:16:32 +0100
- Subject: Re: [patch] merge signed jar file support from classpath
- References: <419D1C8C.2070405@pop.agri.ch>
Andreas Tobler wrote:
Hi all,
testing the following patch right now.
Please review carefully since I had some conflicts in URLClassLoader.java.
Would it be ok for main?
Unfortunately I get a some errors in the mauve suite which result in a
decrease of around 2300 passes.
I can not reproduce the 'error' by hand. Doing so they pass :(
Here the exception I get:
FAIL: gnu.testlet.java.util.regex.CharacterClasses: uncaught exception
at "test: [a]" number 1: java.lang.ExceptionInInitializerError
1 of 1 tests failed
FAIL: gnu.testlet.java.util.regex.PatternSplit: uncaught exception at
"test: @" number 1: java.lang.ExceptionInInitializerError
1 of 1 tests failed
I get both of them on linuxppc and darwin.
It may has to do with the URLClassLoader?
Andreas