Name: iaR10016 Date: 03/09/2001
Failing Test:
=============
vm/instr/irem/irem005/irem00501m1/irem00501m1.html
JCK :
=====
JCK1.3a
Test source location:
====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/vm/instr/irem/irem005/irem00501m1/irem00501m1.jasm
Platforms:
=============
Windows 2000
Redhat Linux 6.2
JDK, switches Info:
===================
-hotspot -Xcomp
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b54)
Java HotSpot(TM) Client VM (build 1.4beta-B54, compiled mode)
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b54/jck13a/win32/win2000_smp_client_comp_linux-22/workDir/vm/instr/irem/irem005/irem00501m1/irem00501m1.jtr
How to reproduce:
====================
#!/bin/sh
JAVA_HOME=/usr/local/java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.3a
CLASSPATH=$JCK/classes:$JCK/javatest.jar
export CLASSPATH
executeClass="javasoft.sqe.tests.vm.instr.irem.irem005.irem00501m1.irem00501m1"
$JAVA_HOME/bin/java -hotspot -Xcomp -version
$JAVA_HOME/bin/java -hotspot -Xcomp ${executeClass}
RESULT="$?"
if [ $RESULT = 95 ]; then
echo Test passed
elif [ $RESULT = 97 ]; then
echo Test failed
else
echo Result is $RESULT
fi
Test output:
=============
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b54)
Java HotSpot(TM) Client VM (build 1.4beta-B54, compiled mode)
Test failed
Specific Machine Info:
=====================
Hostname: linux-22
Additional JCK related info:
============================
URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto
JCK FAQ: http://javaweb.eng/jck/usr/ConformanceTesting/JCKconformanceFaq.html
======================================================================