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: Analysis of Mauve failures - Part 1


Mark Wielaard <mark@klomp.org> writes:

> > FAIL: gnu.testlet.java.beans.Introspector.jdk11: getBeanInfo (number 1)
> > ...
> All these failures seem to be because the test tries to initialize a
> java.awt class which fails since java.awt.Toolkit cannot be initialized.
> Some tests succeed for Object, BitSet and Applet. So it seems we must
> implement more of java.awt first before seeing progress on this test.

These can probably be rewritten to avoid java.awt a bit more.

> > FAIL: gnu.testlet.java.io.File.jdk11: getCanonicalPath () java.io.IOException: No such file or directory (number 1)
> Don't know if this is actually wrong. getCanonicalPath() may throw an
> IOException if the File does not exist since it might need help from the
> file system to construct the path (which natFilePosix does since it uses
> realpath() if it exists).

This one should be working, works under ORP+Classpath and JDK last I checked.

Brian
-- 
Brian Jones <cbj@gnu.org>


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