From 881d64f005e3e030c560fed801b91b73fc9d21ab Mon Sep 17 00:00:00 2001 From: Alan Bateman Date: Sun, 10 Jun 2012 10:29:27 +0100 Subject: [PATCH] 7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset Reviewed-by: minqi --- jdk/test/sun/tools/jinfo/Basic.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/test/sun/tools/jinfo/Basic.sh b/jdk/test/sun/tools/jinfo/Basic.sh index 02ef9be2c68..639d1686ffc 100644 --- a/jdk/test/sun/tools/jinfo/Basic.sh +++ b/jdk/test/sun/tools/jinfo/Basic.sh @@ -43,7 +43,8 @@ set +e failed=0 -runSA=true +# Skip SA options for now, see 7175133 +runSA=false if [ $isMacos = true ]; then runSA=false