-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.4.0
-
x86, sparc
-
solaris_2.6, solaris_7
The following test failed using JDK1.4 b48 on Sol sparc/intel.
Failing Test:
=============
api/java_lang/reflect/UndeclaredThrowableException/serial/index.html#Input
JCK :
=====
JCK13a
Test source location:
====================
For JCK1.3a -> /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/java_lang/reflect/UndeclaredThrowableException/serial/InputTests.java
Platforms:
=============
Sparc/Solaris 5.7
Intel/Solaris 5.6
JDK, switches Info:
===================
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b48)
Java HotSpot(TM) Client VM (build 1.4beta-B48, mixed mode)
jtr file location:
==================
file:/net/jtg-s117/export/home/jtg-test/JH_jdk14_b48_jck13a/workDir/api/java_lang/reflect/UndeclaredThrowableException/serial/index_Input.jtr
The jtr file is attached too.
How to reproduce:
====================
Run the attached script.
lang_Underclared_input.ksh
#!/usr/bin/ksh
SWITCH=${1+$@}
JDK=/net/jdk/export/disk8/local.java/jdk1.4.0
TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
JCK=${TESTBASE}/JCK-runtime-13a
executeClass=javasoft.sqe.tests.api.java.lang.reflect.UndeclaredThrowableExcepti
on.serial.InputTests
excludeCmd=
executeClassArgs=
executeTestURL=
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}
LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
PATH=$JDK/bin:$sharedJDK/bin:$PATH
export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH
echo
java ${SWITCH} -version
echo
java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}
Test output:
=============
serial2004: Failed. FAILED
Checking for JDK Version : 1.3
Creating StreamObject from spec
Setting the value of serial fields
Converting the StreamObject to Object
Assertion test
undeclaredThrowable value of UndeclaredThrowableException failed assertion check.
serial2004 failed.
STATUS:Failed.tests: 1; failed: 1; first test case failure: serial2004
Specific Machine Info:
=====================
sparc:
Hostname: jtg-s117
Hostid: 808fe83f
Release: 5.7
Kernel architecture: sun4u
Application architecture: sparc
Hardware provider: Sun_Microsystems
Domain: javasoft.eng.sun.com
Kernel version: SunOS 5.7 Generic 106541-12 May 2000
===========
Status of processor 0 as of: 01/23/01 12:37:52
Processor has been on-line since 01/17/01 13:34:53.
The sparcv9 processor operates at 296 MHz,
and has a sparcv9 floating point processor.
Status of processor 2 as of: 01/23/01 12:37:52
Processor has been on-line since 01/17/01 13:34:54.
The sparcv9 processor operates at 296 MHz,
and has a sparcv9 floating point processor.
===========
Solaris 7 11/99 s998s_u4SunServer_10 SPARC
Copyright 1999 Sun Microsystems, Inc. All Rights Reserved.
Assembled 15 October 1999
===========
Intel:
Hostname: jtg-i104
Hostid: 1a2c637f
Release: 5.6
Kernel architecture: i86pc
Application architecture: i386
Hardware provider:
Domain: javasoft.eng.sun.com
Kernel version: SunOS 5.6 Generic 105182-23 July 2000
===========
Status of processor 0 as of: 01/23/01 12:38:36
Processor has been on-line since 01/17/01 13:36:28.
The i386 processor operates at 234 MHz,
and has an i387 compatible floating point processor.
Status of processor 1 as of: 01/23/01 12:38:36
Processor has been on-line since 01/17/01 13:36:28.
The i386 processor operates at 234 MHz,
and has an i387 compatible floating point processor.
===========
Solaris 2.6 s297_37c INTEL
Copyright 1996 Sun Microsystems, Inc. All Rights Reserved.
Manufactured in the USA 16 July 1997
Additional JCK related info:
============================
URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto
takwing.cheung@Eng 2001-01-23
Failing Test:
=============
api/java_lang/reflect/UndeclaredThrowableException/serial/index.html#Input
JCK :
=====
JCK13a
Test source location:
====================
For JCK1.3a -> /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/java_lang/reflect/UndeclaredThrowableException/serial/InputTests.java
Platforms:
=============
Sparc/Solaris 5.7
Intel/Solaris 5.6
JDK, switches Info:
===================
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b48)
Java HotSpot(TM) Client VM (build 1.4beta-B48, mixed mode)
jtr file location:
==================
file:/net/jtg-s117/export/home/jtg-test/JH_jdk14_b48_jck13a/workDir/api/java_lang/reflect/UndeclaredThrowableException/serial/index_Input.jtr
The jtr file is attached too.
How to reproduce:
====================
Run the attached script.
lang_Underclared_input.ksh
#!/usr/bin/ksh
SWITCH=${1+$@}
JDK=/net/jdk/export/disk8/local.java/jdk1.4.0
TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
JCK=${TESTBASE}/JCK-runtime-13a
executeClass=javasoft.sqe.tests.api.java.lang.reflect.UndeclaredThrowableExcepti
on.serial.InputTests
excludeCmd=
executeClassArgs=
executeTestURL=
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}
LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
PATH=$JDK/bin:$sharedJDK/bin:$PATH
export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH
echo
java ${SWITCH} -version
echo
java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}
Test output:
=============
serial2004: Failed. FAILED
Checking for JDK Version : 1.3
Creating StreamObject from spec
Setting the value of serial fields
Converting the StreamObject to Object
Assertion test
undeclaredThrowable value of UndeclaredThrowableException failed assertion check.
serial2004 failed.
STATUS:Failed.tests: 1; failed: 1; first test case failure: serial2004
Specific Machine Info:
=====================
sparc:
Hostname: jtg-s117
Hostid: 808fe83f
Release: 5.7
Kernel architecture: sun4u
Application architecture: sparc
Hardware provider: Sun_Microsystems
Domain: javasoft.eng.sun.com
Kernel version: SunOS 5.7 Generic 106541-12 May 2000
===========
Status of processor 0 as of: 01/23/01 12:37:52
Processor has been on-line since 01/17/01 13:34:53.
The sparcv9 processor operates at 296 MHz,
and has a sparcv9 floating point processor.
Status of processor 2 as of: 01/23/01 12:37:52
Processor has been on-line since 01/17/01 13:34:54.
The sparcv9 processor operates at 296 MHz,
and has a sparcv9 floating point processor.
===========
Solaris 7 11/99 s998s_u4SunServer_10 SPARC
Copyright 1999 Sun Microsystems, Inc. All Rights Reserved.
Assembled 15 October 1999
===========
Intel:
Hostname: jtg-i104
Hostid: 1a2c637f
Release: 5.6
Kernel architecture: i86pc
Application architecture: i386
Hardware provider:
Domain: javasoft.eng.sun.com
Kernel version: SunOS 5.6 Generic 105182-23 July 2000
===========
Status of processor 0 as of: 01/23/01 12:38:36
Processor has been on-line since 01/17/01 13:36:28.
The i386 processor operates at 234 MHz,
and has an i387 compatible floating point processor.
Status of processor 1 as of: 01/23/01 12:38:36
Processor has been on-line since 01/17/01 13:36:28.
The i386 processor operates at 234 MHz,
and has an i387 compatible floating point processor.
===========
Solaris 2.6 s297_37c INTEL
Copyright 1996 Sun Microsystems, Inc. All Rights Reserved.
Manufactured in the USA 16 July 1997
Additional JCK related info:
============================
URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto
takwing.cheung@Eng 2001-01-23