This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Analysis of Mauve failures - Part 1
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Brian Jones <cbj at gnu dot org>
- Cc: Mark Wielaard <mark at klomp dot org>, java at gcc dot gnu dot org
- Date: Wed, 03 Apr 2002 17:17:48 +1200
- Subject: Re: Analysis of Mauve failures - Part 1
- References: <E16sURW-0002vP-00@elsschot> <1017787365.31202.187.camel@elsschot> <m38z85jta5.fsf@lyta.haphazard.org>
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.