提交 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()
isCygwin=
case "$osname" in
Windows* | CYGWIN*)
devnull=NUL
if [ "$osname" = Windows_98 -o "$osname" = Windows_ME ]; then
isWin98=1
debuggeeKeyword='we_cant_kill_debuggees_on_win98'
......@@ -259,6 +260,7 @@ setup()
case "$osname" in
CYGWIN*)
isCygwin=1
devnull=/dev/null
;;
esac
......@@ -269,7 +271,6 @@ setup()
transport=dt_socket
address=
fi
devnull=NUL
baseArgs="$baseArgs -XX:-ShowMessageBoxOnError"
# jtreg puts \\s in TESTCLASSES and some uses, eg. echo
# 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.
先完成此消息的编辑!
想要评论请 注册