After changes for 4936227 this test is timing out. Needs to be investigated.
#!/bin/sh
HOME=/home/ohair
SHELL=/bin/sh
PATH=/export/user1/ohair/kto_sdk_bits/solaris-i586/bin:/export/user1/ohair/kto_sdk_bits/solaris-i586/jre/bin
LD_LIBRARY_PATH=/net/vmsqe.sfbay/export/backup/testbase/testbase_j2se_vm.v15r22_b20030905/vm/src/nsk/share/lib/intel:/export/user1/ohair/kto_sdk_bits/solaris-i586/jre/lib/i386/client
RAS_OPTIONS=
CLASSPATH=/export/user1/ohair/jbuild_ntk_kto_sdk_solaris_x86_10-21T01-55_1/runnsk.sh_-jdi_4.solaris-x86/ohair.Solaris.x86/suspend001_1:/net/vmsqe.sfbay/export/backup/testbase/testbase_j2se_vm.v15r22_b20030905/vm/bin/classes:/export/user1/ohair/kto_sdk_bits/solaris-i586/lib/tools.jar
DISPLAY=cruella:0
while [ $# -gt 0 ];
do
if [ $1 = "-jdk" ]; then
shift 1
PATH=${1}/bin:${PATH}
shift 1
else
if [ $1 = "-d" ]; then
shift 1
if [ $# -gt 0 ]; then
DISPLAY=$1
shift 1
else
DISPLAY=:0.0
fi
fi
fi
done
export HOME
export SHELL
export PATH
export LD_LIBRARY_PATH
export RAS_OPTIONS
export CLASSPATH
export DISPLAY
#annotate TEST javaopt=-client
/export/user1/ohair/kto_sdk_bits/solaris-i586/bin/java -client nsk.jdi.ThreadReference.suspend.suspend001 -arch=intel -waittime=1 -debugee.vmkind=java "-debugee.vmkeys=-client -client"
##Exit status of execution step=143
##Test timed out
##!checkExitCode
#TONGA: TIMED OUT nsk/jdi/ThreadReference/suspend/suspend001 execute_positive
#!/bin/sh
HOME=/home/ohair
SHELL=/bin/sh
PATH=/export/user1/ohair/kto_sdk_bits/solaris-i586/bin:/export/user1/ohair/kto_sdk_bits/solaris-i586/jre/bin
LD_LIBRARY_PATH=/net/vmsqe.sfbay/export/backup/testbase/testbase_j2se_vm.v15r22_b20030905/vm/src/nsk/share/lib/intel:/export/user1/ohair/kto_sdk_bits/solaris-i586/jre/lib/i386/client
RAS_OPTIONS=
CLASSPATH=/export/user1/ohair/jbuild_ntk_kto_sdk_solaris_x86_10-21T01-55_1/runnsk.sh_-jdi_4.solaris-x86/ohair.Solaris.x86/suspend001_1:/net/vmsqe.sfbay/export/backup/testbase/testbase_j2se_vm.v15r22_b20030905/vm/bin/classes:/export/user1/ohair/kto_sdk_bits/solaris-i586/lib/tools.jar
DISPLAY=cruella:0
while [ $# -gt 0 ];
do
if [ $1 = "-jdk" ]; then
shift 1
PATH=${1}/bin:${PATH}
shift 1
else
if [ $1 = "-d" ]; then
shift 1
if [ $# -gt 0 ]; then
DISPLAY=$1
shift 1
else
DISPLAY=:0.0
fi
fi
fi
done
export HOME
export SHELL
export PATH
export LD_LIBRARY_PATH
export RAS_OPTIONS
export CLASSPATH
export DISPLAY
#annotate TEST javaopt=-client
/export/user1/ohair/kto_sdk_bits/solaris-i586/bin/java -client nsk.jdi.ThreadReference.suspend.suspend001 -arch=intel -waittime=1 -debugee.vmkind=java "-debugee.vmkeys=-client -client"
##Exit status of execution step=143
##Test timed out
##!checkExitCode
#TONGA: TIMED OUT nsk/jdi/ThreadReference/suspend/suspend001 execute_positive
- duplicates
-
JDK-4941114 JDWP: Test timing out: nsk/jdi/ObjectReference/getValue/getvalue001
-
- Closed
-