RFR: JDK-4792059 -- test/java/io/pathNames/GeneralSolaris.java fails on symbolic links
Dan Xu
dan.xu at oracle.com
Tue Aug 27 23:20:23 UTC 2013
Hi,
When GeneralSolaris testcase follows symbolic link to pick up an
existing file or directory for testing, it will fail the assertion in
check()method because the file path canonicalization process will result
in the real path not a path containing symbolic link. I enforce this
test not to use any symbolic link as a testing file ordirectory to avoid
this problem. Please help review my fix. Thanks!
bug: https://bugs.openjdk.java.net/browse/JDK-4792059
webrev: http://cr.openjdk.java.net/~dxu/4792059/webrev/
-Dan
More information about the core-libs-dev
mailing list