-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
x86, sparc
-
linux, solaris_8
Name: mmR10223 Date: 06/03/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b07 (passes on JDK1.5.0-b06, JDK1.4.2-b24, JDK1.4.1-b21)
JCK : JCK1.4a-runtime
Platform[s] : all
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/java_awt/Component/descriptions.html#Listener [Component2125]
Test source location:
=====================
/java/re/jck/1.4a/archive/fcs/binaries/JCK-runtime-14a/tests/api/java_awt/Component/ListenerTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b07/jck14a/x86/s8_incgc_debug_linux-10/workDir/api/java_awt/Component/descriptions_Listener.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
JCK="/java/re/jck/1.4a/archive/fcs/binaries/JCK-runtime-14a"
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/linux-i586"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.Component.ListenerTests -TestCaseID Component2125
--- script end ---
Test output:
============
Component2125: Failed. Component2125 failed: 1
====== Component2125 ======
STATUS:Failed.test cases: 1; all failed; first test case failure: Component2125
Specific machine info:
======================
Hostname: linux-10
OS: Solaris 8 (x86)
Hostname: linux-19
OS: Linux RedHat 7.3
======================================================================
- duplicates
-
JDK-4871899 REGRESSION:java.awt.Component.setName() fires PropertyChangeEvent
- Closed