This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mauve testresult status


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]