java.lang/258
Warren Levy
warrenl@cygnus.com
Mon Jun 19 22:40:00 GMT 2000
The following reply was made to PR java.lang/258; it has been noted by GNATS.
From: Warren Levy <warrenl@cygnus.com>
To: bryce@albatross.co.nz
Cc: WarrenL@redhat.com, java-gnats@sourceware.cygnus.com, tromey@cygnus.com
Subject: Re: java.lang/258
Date: Mon, 19 Jun 2000 22:32:05 -0700 (PDT)
On 19 Jun 2000 bryce@albatross.co.nz wrote:
> Synopsis: java.lang.Class.isAssignableFrom has various error conditions
> State-Changed-From-To: open->closed
> State-Changed-By: bryce
> State-Changed-When: Sun Jun 18 23:14:29 2000
> State-Changed-Why:
> The patch at http://sourceware.cygnus.com/ml/java-patches/2000-q2/msg00227.html
> was checked in to cvs.
>
> http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=258&database=java
Bryce,
Since you closed java.lang/258, are you getting successful passes for all
the test cases of isAssignableFrom for the
libjava/testsuite/libjava.lang/Class_1.java test?
I applied the patch and no longer get the run-time exception from before,
but the 3 failure test cases are still there. Here are my results:
--- Actual Mon Jun 19 22:20:12 2000
+++ Expected Mon Jun 19 22:20:47 2000
@@ -1,17 +1,17 @@
Testing class `Class_1'...
false
true
-false
+true
false
true
true
false
-false
+true
printIsAssignableFrom(C[].class, C[][].class, false); case uncompilable due to known compiler limitation.
true
true
false
-false
+true
false
false
true
If you're getting no deviations from the expected values, I'll look
further at my build to figure out what I'm missing.
--warrenl
More information about the Java-prs
mailing list