The following tests failed using jdk1.4-b59 on Solaris Sparc/Inetl. The tests were passed on b58. The output from b58 of test #1 is "Hyper".
======================================
JDK : 1.4.0-beta-b59
JCK : jck1.3a
Platform[s] : Solaris 2.6/2.8 Sparc/Intel
switch/Mode : Compiler testing
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test :
1) lang/BINC/binc014/binc01401/binc01401.html
2) lang/BINC/binc044/binc04401/binc04401.html
Test source location:
=====================
1) /net/jdk/export/disk8/local.java/jck1.3a/JCK-compiler-13a/tests/lang/BINC/binc014/binc01401/binc01401.java binc01401a.java
2) /net/jdk/export/disk8/local.java/jck1.3a/JCK-compiler-13atests/lang/BINC/binc044/binc04401/binc04401.java binc04401a.java
jtr file location:
==================
1)file:///net/jtgb4u4c/export/sail16/results/merlin/b59/jck13a/sparc/s8_compiler_jtg-s112/workDir/lang/BINC/binc014/binc01401/binc01401.jtr
2)file:///net/jtgb4u4c/export/sail16/results/merlin/b59/jck13a/sparc/s8_compiler_jtg-s112/workDir/lang/BINC/binc044/binc04401/binc04401.jtr
jtr files are also attached.
How to reproduce:
====================
1)
Run the attached script
binc01401a.ksh
--------Script START---------------------
#!/bin/ksh
SWITCH=${1+$@}
JDK=/net/jdk/export/disk8/local.java/jdk1.4
TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
JCK=${TESTBASE}/JCK-compiler-13a
executeClass=javasoft.sqe.tests.lang.binc014.binc01401.binc01401
excludeCmd=
executeClassArgs=
executeTestURL=
#executeContextArgs is used for vm testing.
executeContextArgs=
JAVATEST="lang/BINC/binc014/binc01401/binc01401.java lang/BINC/binc014/binc01401/binc01401a.java"
case `uname -s` in
SunOS)
ARCH=`uname -p`
case $ARCH in
sparc)
sharedJDK=$JDK/solsparc
;;
i386)
sharedJDK=$JDK/solx86
;;
esac
;;
Linux)
sharedJDK=$JDK/linux-i386
ARCH=linux
;;
esac
CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
DISPLAY=${DISPLAY-$HOST:0.0}
if `echo $SWITCH|grep "\-d64" >/dev/null`; then
LD_LIBRARY_PATH=${JCK}/lib/sparcv9
else
LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
fi
PATH=$JDK/bin:$sharedJDK/bin:$PATH
export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH
echo
java ${SWITCH} -version
echo "Compiling...."
for i in $JAVATEST
do
CLASSPATH=`pwd`:$CLASSPATH javac ${SWITCH} -d . -nowarn ${JCK}/tests/$i
done
echo "Running..."
export CLASSPATH=.:$CLASSPATH
java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy -Djava.rmi.activation.port=${executeClass} ${executeClass}
#${excludeCmd} #${executeClassArgs} #${executeContextArgs} #${executeTestURL}
--------Script END----------------------
Test output:
=============
1)
Super
failed
Specific Machine Info:
=====================
SunOS jtg-s116 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-2
SunOS jtg-i108 5.8 Generic i86pc i386 i86pc
takwing.cheung@Eng 2001-04-10
======================================
JDK : 1.4.0-beta-b59
JCK : jck1.3a
Platform[s] : Solaris 2.6/2.8 Sparc/Intel
switch/Mode : Compiler testing
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test :
1) lang/BINC/binc014/binc01401/binc01401.html
2) lang/BINC/binc044/binc04401/binc04401.html
Test source location:
=====================
1) /net/jdk/export/disk8/local.java/jck1.3a/JCK-compiler-13a/tests/lang/BINC/binc014/binc01401/binc01401.java binc01401a.java
2) /net/jdk/export/disk8/local.java/jck1.3a/JCK-compiler-13atests/lang/BINC/binc044/binc04401/binc04401.java binc04401a.java
jtr file location:
==================
1)file:///net/jtgb4u4c/export/sail16/results/merlin/b59/jck13a/sparc/s8_compiler_jtg-s112/workDir/lang/BINC/binc014/binc01401/binc01401.jtr
2)file:///net/jtgb4u4c/export/sail16/results/merlin/b59/jck13a/sparc/s8_compiler_jtg-s112/workDir/lang/BINC/binc044/binc04401/binc04401.jtr
jtr files are also attached.
How to reproduce:
====================
1)
Run the attached script
binc01401a.ksh
--------Script START---------------------
#!/bin/ksh
SWITCH=${1+$@}
JDK=/net/jdk/export/disk8/local.java/jdk1.4
TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
JCK=${TESTBASE}/JCK-compiler-13a
executeClass=javasoft.sqe.tests.lang.binc014.binc01401.binc01401
excludeCmd=
executeClassArgs=
executeTestURL=
#executeContextArgs is used for vm testing.
executeContextArgs=
JAVATEST="lang/BINC/binc014/binc01401/binc01401.java lang/BINC/binc014/binc01401/binc01401a.java"
case `uname -s` in
SunOS)
ARCH=`uname -p`
case $ARCH in
sparc)
sharedJDK=$JDK/solsparc
;;
i386)
sharedJDK=$JDK/solx86
;;
esac
;;
Linux)
sharedJDK=$JDK/linux-i386
ARCH=linux
;;
esac
CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
DISPLAY=${DISPLAY-$HOST:0.0}
if `echo $SWITCH|grep "\-d64" >/dev/null`; then
LD_LIBRARY_PATH=${JCK}/lib/sparcv9
else
LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
fi
PATH=$JDK/bin:$sharedJDK/bin:$PATH
export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH
echo
java ${SWITCH} -version
echo "Compiling...."
for i in $JAVATEST
do
CLASSPATH=`pwd`:$CLASSPATH javac ${SWITCH} -d . -nowarn ${JCK}/tests/$i
done
echo "Running..."
export CLASSPATH=.:$CLASSPATH
java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy -Djava.rmi.activation.port=${executeClass} ${executeClass}
#${excludeCmd} #${executeClassArgs} #${executeContextArgs} #${executeTestURL}
--------Script END----------------------
Test output:
=============
1)
Super
failed
Specific Machine Info:
=====================
SunOS jtg-s116 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-2
SunOS jtg-i108 5.8 Generic i86pc i386 i86pc
takwing.cheung@Eng 2001-04-10
- relates to
-
JDK-6242378 JCK13a compiler: failed when compile with 5.0 -source 1.3 -target 1.3 and run it JDK 1.3.1_15.
-
- Closed
-