-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.4.0
-
x86
-
linux, windows_2000
Name: iaR10016 Date: 03/13/2001
Failing Test:
=============
api/java_text/MessageFormat/serial/index.html#Constructor
JCK :
=====
JCK1.3a
Test source location:
====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/java_text/MessageFormat/serial/ConstructorTests.java
Platforms:
=============
RedHat linux 6.2
Suse linux 6.4
Windows NT
Windows 2000
JDK, switches Info:
===================
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b55)
Java HotSpot(TM) Client VM (build 1.4beta-B55, mixed mode)
-hotspot -Xmixed
-server -Xmixed
-server -Xcomp
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b55/jck13a/linux/redhat6.2_single_kde_client_linux-14/workDir/api/java_text/MessageFormat/serial/index_Constractor.jtr
How to reproduce:
====================
#!/bin/sh
JAVA_HOME=/usr/local/java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a
CLASSPATH=$JCK/classes:$JCK/javatest.jar
export CLASSPATH
executeClass="javasoft.sqe.tests.api.java.text.MessageFormat.serial.ConstructorTests"
$JAVA_HOME/bin/java -Xfuture -version
$JAVA_HOME/bin/java -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-b55)
Java HotSpot(TM) Client VM (build 1.4beta-B55, mixed mode)
serial2001: Failed. FAILED
Creating StreamObject from Object
Checking for JDK Version : 1.1
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.11
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.12
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.13
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.14
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.15
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.16
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.17
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.18
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.2
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.21
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.22
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
Checking for JDK Version : 1.3
Creating spec class.
Verifying the constraints on the serial fields
Field formats not correctly serialized.
serial2001 failed.
STATUS:Failed.tests: 1; failed: 1; first test case failure: serial2001
Test failed
Specific Machine Info:
=====================
Hostname: linux-14
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
======================================================================