-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
generic
-
generic
Name: mmR10223 Date: 07/22/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b11
JCK : JCK1.5-runtime
Platform[s] : all
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: api/java_beans/PropertyChangeSupport/serial/index.html#Constructor [serial2001]
This test passes using JDK1.5.0-b10, JDK1.4.2-b28 on all platforms
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-5/tests/api/java_beans/PropertyChangeSupport/serial/ConstructorTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b11/jck15/x86/sol9_x86client_incgc_linux-6/workDir/api/java_beans/PropertyChangeSupport/serial/index_Constructor.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
JCK="/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15"
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/solaris-sparc"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.beans.PropertyChangeSupport.serial.ConstructorTests -TestCaseID serial2001
--- script end ---
Test output:
============
java.lang.IllegalArgumentException: Invalid field: int propertyChangeSupportSerializedDataVersion
at javasoft.sqe.serial.StreamObject.getIntField(StreamObject.java:447)
at javasoft.sqe.tests.api.java.beans.PropertyChangeSupport.serial.ConstructorTests.serial2001(ConstructorTests.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
at javasoft.sqe.tests.api.java.beans.PropertyChangeSupport.serial.ConstructorTests.main(ConstructorTests.java:30)
serial2001: Failed. Test case throws exception: java.lang.IllegalArgumentException: Invalid field: int propertyChangeSupportSerializedDataVersion
Creating StreamObject from Object
Checking for JDK Version : 1.1
Creating spec class.
STATUS:Failed.test cases: 1; all failed; first test case failure: serial2001
Specific machine info:
======================
Hostname: linux-6
OS: Solaris 9 (x86) (CDE)
Hostname: linux-6
OS: Solaris 9 (x86) (CDE)
Hostname: novo48
OS: Solaris 9 (sparc) (CDE)
Hostname: linux-24
OS: Linux RedHat
======================================================================