On Fri, Mar 19, 2004 at 12:05:55PM +0100, Sascha Brawer wrote:
> 4. The Mauve tests #5 and #8 fail both on JamVM and on gcj. (Thanks to
> Michael Koch for testing on gcj, by the way). Basically, what happens is
> something like the following:
> 
>   Class c = myClassLoader.loadClass("name");
>   harness.check(c.getClassLoader() == myClassLoader);
> 
> Can anyone explain why this fails? myClassLoader is an instance of
> gnu.testlet.gnu.classpath.ServiceFact
> ory.lookupProviders.CustomClassLoader, which doesn't override loadClass.

Just came to my mind: does it fail with suns jdk too ?


Michael


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to