-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
generic, x86
-
generic, windows_2000
Name: mmR10223 Date: 08/14/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b14, JDK1.5.0-b13
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_awt/Color/ICC_ColorSpace/serial/index.html#Constructor [serial2001, result]
This test passes using JDK1.5.0-b12, JDK1.4.2-b28 on all platforms.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-5/tests/api/java_awt/Color/ICC_ColorSpace/serial/ConstructorTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b14/jck15/win32/win2000_plugin_ie5.5linux-2/workDir/api/java_awt/Color/ICC_ColorSpace/serial/index_Constructor.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
JCK="h:/java/jck1.5/JCK-runtime-15"
JDK="h:/java/jdk1.5.0/win32"
CLASSPATH="$JCK/classes;$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.Color.ICC_ColorSpace.serial.ConstructorTests -TestCaseID serial2001
--- script end ---
Test output:
============
java.lang.IllegalArgumentException: Invalid field: java.awt.color.ICC_Profile thisProfile
at javasoft.sqe.serial.StreamObject.getObjectField(StreamObject.java:556)
at javasoft.sqe.tests.api.java.awt.Color.ICC_ColorSpace.serial.ConstructorTests.serial2001(ConstructorTests.java:94)
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 com.sun.jck.lib.ExecJCKTestSameJVMCmd$Version2Test.execute(ExecJCKTestSameJVMCmd.java:372)
at com.sun.jck.lib.ExecJCKTestSameJVMCmd$StandardTest.run(ExecJCKTestSameJVMCmd.java:317)
at com.sun.jck.lib.ExecJCKTestSameJVMCmd.execute(ExecJCKTestSameJVMCmd.java:194)
at com.sun.jck.lib.ExecJCKTestSameJVMCmd.run(ExecJCKTestSameJVMCmd.java:125)
at com.sun.javatest.agent.Agent$Task.executeCommand(Agent.java:818)
at com.sun.javatest.agent.Agent$Task.execute(Agent.java:749)
at com.sun.javatest.agent.Agent$Task.handleRequest(Agent.java:610)
at com.sun.javatest.agent.Agent.handleRequestsUntilClosed(Agent.java:379)
at com.sun.javatest.agent.Agent.access$000(Agent.java:43)
at com.sun.javatest.agent.Agent$1.run(Agent.java:255)
at java.lang.Thread.run(Thread.java:549)
serial2001: Failed. Test case throws exception: java.lang.IllegalArgumentException: Invalid field: java.awt.color.ICC_Profile thisProfile
result: Failed. test cases: 1; all failed; first test case failure: serial2001
Specific machine info:
======================
Hostname: linux-2
OS: Windows 2000 Pro
Hostname: novo48
OS: Solaris 9 (sparc) (CDE)
Hostname: linux-24
OS: RedHat Linux
======================================================================
- duplicates
-
JDK-4897937 serialVersionUID computation should ignore the ACC_SYNTHETIC flag
- Closed