This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Mauve testresult status
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java at gcc dot gnu dot org
- Date: 19 Dec 2002 11:47:32 -0700
- Subject: Re: Mauve testresult status
- References: <1040066575.16026.624.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Classloader issue. Might get fixed by Tom his Classloader tweaks:
Mark> FAIL: gnu.testlet.java.lang.Class.ClassTest: test_getClassloader (number 1)
This is a buggy test. There is no requirement for getClassLoader() to
ever return null -- it is allowed for the bootstrap class loader, but
not required. I'm removing it from Mauve.
Tom