6911113: These tests do not work with CYGWIN: java/nio
authorohair
Mon, 04 Jan 2010 15:36:06 -0800
changeset 4657 d0bd64fbe430
parent 4656 bbf13888e57a
child 4658 c1af7a34d1b5
6911113: These tests do not work with CYGWIN: java/nio Reviewed-by: tbell, alanb
jdk/test/java/nio/channels/Selector/lots_of_updates.sh
jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/custom_provider.sh
jdk/test/java/nio/file/Files/walk_file_tree.sh
jdk/test/java/nio/file/Path/delete_on_close.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
         ;;
--- 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}"
         ;;
     * )
--- 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
         ;;
--- 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}"
         ;;
     * )