# HG changeset patch # User mchung # Date 1312845985 25200 # Node ID b951831be5f9558d6aef22a1851074f2d66847ae # Parent cd5c99f94305477cefc5e5fe559e5beec068c5eb 7036518: TEST_BUG: add cygwin support to test/java/nio/charset/coders/CheckSJISMappingProp.sh 7036519: TEST_BUG: add cygwin support to test/demo/zipfs/basic.sh Reviewed-by: sherman diff -r cd5c99f94305 -r b951831be5f9 jdk/test/demo/zipfs/basic.sh --- a/jdk/test/demo/zipfs/basic.sh Mon Aug 08 09:07:43 2011 -0700 +++ b/jdk/test/demo/zipfs/basic.sh Mon Aug 08 16:26:25 2011 -0700 @@ -39,7 +39,7 @@ OS=`uname -s` case "$OS" in - Windows_* ) + Windows_* | CYGWIN* ) CLASSPATH="${TESTCLASSES};${ZIPFS}" ;; * ) diff -r cd5c99f94305 -r b951831be5f9 jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh --- a/jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Mon Aug 08 09:07:43 2011 -0700 +++ b/jdk/test/java/nio/charset/coders/CheckSJISMappingProp.sh Mon Aug 08 16:26:25 2011 -0700 @@ -36,7 +36,7 @@ case "$OS" in SunOS | Linux ) ;; # Skip locale test for Windows - Windows* ) + Windows* | CYGWIN* ) echo "Passed"; exit 0 ;; * ) echo "Unrecognized system!" ; exit 1 ;; esac