Name: iaR10016 Date: 03/06/2001
Failing Test:
=============
lang/EXPR/expr027/expr02701/expr02701.html
lang/EXPR/expr061/expr06101/expr06101.html
JCK :
=====
JCK1.3a
Test source location:
====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/lang/EXPR/expr027/expr02701/expr02701.java
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/lang/EXPR/expr061/expr06101/expr06101.java
Platforms:
=============
Windows 2000
Windows 98
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/lang/EXPR/expr027/expr02701/expr02701.jtr
/net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b54/jck13a/win32/win2000_smp_client_comp_linux-22/workDir/lang/EXPR/expr061/expr06101/expr06101.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.lang.expr027.expr02701.expr02701"
$JAVA_HOME/bin/java -client -Xcomp -Xfuture -version
$JAVA_HOME/bin/java -client -Xcomp -Xfuture ${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)
negative power degree
i = 0
j = -77
x = 2.14
y = -2.71
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
======================================================================