Changeset: 434a2dde9c21 Author: igerasim Date: 2014-08-18 17:14 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/434a2dde9c21
8009258: TEST_BUG:java/io/pathNames/GeneralWin32.java fails intermittently Reviewed-by: dxu, alanb Contributed-by: yiming.w...@oracle.com ! test/java/io/pathNames/General.java ! test/java/io/pathNames/GeneralWin32.java Changeset: 74c83f186ab1 Author: igerasim Date: 2014-08-18 17:16 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/74c83f186ab1 8015628: Test Failure in closed/java/io/pathNames/GeneralSolaris.java Reviewed-by: alanb ! test/java/io/pathNames/General.java ! test/java/io/pathNames/GeneralWin32.java Changeset: b94e612ae7c5 Author: igerasim Date: 2014-08-18 17:18 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/b94e612ae7c5 4792059: test/java/io/pathNames/GeneralSolaris.java fails on symbolic links Summary: Exclude the possible usage of linked files or directories in the test Reviewed-by: alanb ! test/java/io/pathNames/General.java Changeset: 8a39734cca39 Author: igerasim Date: 2014-08-18 17:20 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/8a39734cca39 8028631: Improve the test coverage to the pathname handling on unix-like platforms Summary: Add GeneralSolaris.java testcase and fix the concurrency issue Reviewed-by: lancea, chegar, alanb ! test/java/io/pathNames/General.java + test/java/io/pathNames/GeneralSolaris.java ! test/java/io/pathNames/GeneralWin32.java