提交 29ef622d 编写于 作者: C chegar

7076756: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin

Reviewed-by: alanb, dcubed
上级 44004961
...@@ -250,6 +250,7 @@ setup() ...@@ -250,6 +250,7 @@ setup()
isCygwin= isCygwin=
case "$osname" in case "$osname" in
Windows* | CYGWIN*) Windows* | CYGWIN*)
devnull=NUL
if [ "$osname" = Windows_98 -o "$osname" = Windows_ME ]; then if [ "$osname" = Windows_98 -o "$osname" = Windows_ME ]; then
isWin98=1 isWin98=1
debuggeeKeyword='we_cant_kill_debuggees_on_win98' debuggeeKeyword='we_cant_kill_debuggees_on_win98'
...@@ -259,6 +260,7 @@ setup() ...@@ -259,6 +260,7 @@ setup()
case "$osname" in case "$osname" in
CYGWIN*) CYGWIN*)
isCygwin=1 isCygwin=1
devnull=/dev/null
;; ;;
esac esac
...@@ -269,7 +271,6 @@ setup() ...@@ -269,7 +271,6 @@ setup()
transport=dt_socket transport=dt_socket
address= address=
fi fi
devnull=NUL
baseArgs="$baseArgs -XX:-ShowMessageBoxOnError" baseArgs="$baseArgs -XX:-ShowMessageBoxOnError"
# jtreg puts \\s in TESTCLASSES and some uses, eg. echo # jtreg puts \\s in TESTCLASSES and some uses, eg. echo
# treat them as control chars on mks (eg \t is tab) # treat them as control chars on mks (eg \t is tab)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册