Name: kaR10181 Date: 02/20/2001
****************************************************************************
Failing Test:
=============
lang/EXPR/expr328/expr32808/expr32808.html
lang/EXPR/expr328/expr32806/expr32806.html
lang/EXPR/expr328/expr32802/expr32802.html
lang/EXPR/expr328/expr32807/expr32807.html
lang/EXPR/expr328/expr32805/expr32805.html
lang/EXPR/expr328/expr32804/expr32804.html
lang/EXPR/expr325/expr32503/expr32503.html
JCK :
=====
JCK1.3a
Test source location:
====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/lang/EXPR/expr328/expr32808/expr32808.java
Platforms:
=============
Linux RedHat 6.2
JDK, switches Info:
===================
-client -Xcomp
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b52/jck13a/linux/lang/EXPR/expr328/expr32808/expr32808.jtr
How to reproduce:
====================
#!/bin/sh
SWITCH="$@"
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.expr328.expr32808.expr32808"
$JAVA_HOME/bin/java -client -Xcomp -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass}
RESULT="$?"
if [ $RESULT = 95 ]; then
echo Test passed
elif [ $RESULT = 97 ]; then
echo Test failed
else
echo Result is $RESULT
fi
Test output:
=============
Exception in thread "main" java.lang.NullPointerException
at javasoft.sqe.tests.lang.expr328.expr32808.expr32808.run(expr32808.java:334)
at javasoft.sqe.tests.lang.expr328.expr32808.expr32808.main(expr32808.java:68)
result: Failed. unexpected exit code: exit code 1
test result: Failed. unexpected exit code: exit code 1
Specific Machine Info:
=====================
Hostname: linux-24
=====================================================================
======================================================================