changeset 6090:68427d98767e

7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset Reviewed-by: minqi
author alanb
date Sun, 10 Jun 2012 10:29:27 +0100
parents dddebb6016bd
children e7addf490f64
files test/sun/tools/jinfo/Basic.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/tools/jinfo/Basic.sh	Thu Oct 27 17:23:25 2011 +0800
+++ b/test/sun/tools/jinfo/Basic.sh	Sun Jun 10 10:29:27 2012 +0100
@@ -44,7 +44,8 @@
 
 failed=0
 
-runSA=true
+# Skip SA options for now, see 7175133
+runSA=false
 
 if [ $isLinux = true ]; then
     # Some Linux systems disable non-child ptrace (see 7050524)