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


Brian Jones wrote:

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

java.io.File stuff isn't merged...

regards

Bryce.



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