# HG changeset patch # User ohair # Date 1262648166 28800 # Node ID d0bd64fbe4304d0a3899475a86fa838f5b8638b8 # Parent bbf13888e57a8e7ce477fd75fc2576ccac71e349 6911113: These tests do not work with CYGWIN: java/nio Reviewed-by: tbell, alanb diff -r bbf13888e57a -r d0bd64fbe430 jdk/test/java/nio/channels/Selector/lots_of_updates.sh --- a/jdk/test/java/nio/channels/Selector/lots_of_updates.sh Mon Jan 04 15:33:19 2010 -0800 +++ b/jdk/test/java/nio/channels/Selector/lots_of_updates.sh Mon Jan 04 15:36:06 2010 -0800 @@ -30,7 +30,7 @@ OS=`uname -s` case "$OS" in - Windows_* ) + Windows_* | CYGWIN* ) echo "ulimit not on Windows" exit 0 ;; diff -r bbf13888e57a -r d0bd64fbe430 jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/custom_provider.sh --- a/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/custom_provider.sh Mon Jan 04 15:33:19 2010 -0800 +++ b/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/custom_provider.sh Mon Jan 04 15:36:06 2010 -0800 @@ -38,7 +38,7 @@ OS=`uname -s` case "$OS" in - Windows_* ) + Windows_* | CYGWIN* ) CLASSPATH="${TESTCLASSES};${TESTSRC}" ;; * ) diff -r bbf13888e57a -r d0bd64fbe430 jdk/test/java/nio/file/Files/walk_file_tree.sh --- a/jdk/test/java/nio/file/Files/walk_file_tree.sh Mon Jan 04 15:33:19 2010 -0800 +++ b/jdk/test/java/nio/file/Files/walk_file_tree.sh Mon Jan 04 15:36:06 2010 -0800 @@ -39,7 +39,7 @@ OS=`uname -s` case "$OS" in - Windows_* ) + Windows_* | CYGWIN* ) echo "This test does not run on Windows" exit 0 ;; diff -r bbf13888e57a -r d0bd64fbe430 jdk/test/java/nio/file/Path/delete_on_close.sh --- a/jdk/test/java/nio/file/Path/delete_on_close.sh Mon Jan 04 15:33:19 2010 -0800 +++ b/jdk/test/java/nio/file/Path/delete_on_close.sh Mon Jan 04 15:36:06 2010 -0800 @@ -40,7 +40,7 @@ OS=`uname -s` case "$OS" in - Windows_* ) + Windows_* | CYGWIN* ) CLASSPATH="${TESTCLASSES};${TESTSRC}" ;; * )