RFR: JDK-8028631 - Improve the test coverage to the pathname handling on unix-like platforms

2013-11-19 Thread Dan Xu

Hi All,

We have java/io/pathNames/GeneralWin32.java testcase to do the general 
exhaustive test of pathname handling on windows. I am adding a new test 
GeneralSolaris.java to test the pathname handling in unix-like 
platforms. In the changes, I also make sure the test can run 
successfully in concurrency mode. Please help review it. Thanks!


Bug: https://bugs.openjdk.java.net/browse/JDK-8028631
Webrev: http://cr.openjdk.java.net/~dxu/8028631/webrev/

-Dan


Re: RFR: JDK-8028631 - Improve the test coverage to the pathname handling on unix-like platforms

2013-11-19 Thread Lance Andersen - Oracle
The changes seem OK.  I did not run the tests though
On Nov 19, 2013, at 2:08 PM, Dan Xu wrote:

 Hi All,
 
 We have java/io/pathNames/GeneralWin32.java testcase to do the general 
 exhaustive test of pathname handling on windows. I am adding a new test 
 GeneralSolaris.java to test the pathname handling in unix-like platforms. In 
 the changes, I also make sure the test can run successfully in concurrency 
 mode. Please help review it. Thanks!
 
 Bug: https://bugs.openjdk.java.net/browse/JDK-8028631
 Webrev: http://cr.openjdk.java.net/~dxu/8028631/webrev/
 
 -Dan


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
lance.ander...@oracle.com



Re: RFR: JDK-8028631 - Improve the test coverage to the pathname handling on unix-like platforms

2013-11-19 Thread Alan Bateman

On 19/11/2013 19:08, Dan Xu wrote:

Hi All,

We have java/io/pathNames/GeneralWin32.java testcase to do the general 
exhaustive test of pathname handling on windows. I am adding a new 
test GeneralSolaris.java to test the pathname handling in unix-like 
platforms. In the changes, I also make sure the test can run 
successfully in concurrency mode. Please help review it. Thanks!


Bug: https://bugs.openjdk.java.net/browse/JDK-8028631
Webrev: http://cr.openjdk.java.net/~dxu/8028631/webrev/
This looks okay to me and I'm happy to see this test fixed to no longer 
walk into other directories when running tests concurrently.


-Alan.