6911113: These tests do not work with CYGWIN: java/nio
Reviewed-by: tbell, alanb
This commit is contained in:
parent
4ae2047584
commit
a59db62f07
@ -30,7 +30,7 @@
|
||||
|
||||
OS=`uname -s`
|
||||
case "$OS" in
|
||||
Windows_* )
|
||||
Windows_* | CYGWIN* )
|
||||
echo "ulimit not on Windows"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -38,7 +38,7 @@ fi
|
||||
|
||||
OS=`uname -s`
|
||||
case "$OS" in
|
||||
Windows_* )
|
||||
Windows_* | CYGWIN* )
|
||||
CLASSPATH="${TESTCLASSES};${TESTSRC}"
|
||||
;;
|
||||
* )
|
||||
|
@ -39,7 +39,7 @@ fi
|
||||
|
||||
OS=`uname -s`
|
||||
case "$OS" in
|
||||
Windows_* )
|
||||
Windows_* | CYGWIN* )
|
||||
echo "This test does not run on Windows"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -40,7 +40,7 @@ fi
|
||||
|
||||
OS=`uname -s`
|
||||
case "$OS" in
|
||||
Windows_* )
|
||||
Windows_* | CYGWIN* )
|
||||
CLASSPATH="${TESTCLASSES};${TESTSRC}"
|
||||
;;
|
||||
* )
|
||||
|
Loading…
Reference in New Issue
Block a user