-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta
-
x86, sparc
-
solaris_2.6, solaris_7
-
Verified
The following test failed on merlin build 45.
Failing Test:
=============
api/javax_swing/JComboBox/AccessibleJComboBox/index.html#AccessibleSelection
Test source location:
=====================
/usr/local/java/jck1.3/JCK-runtime-13fcs/tests/api/javax_swing/JComboBox/AccessibleJComboBox/AccessibleSelectionTests.java
Platforms:
=============
Failed on x86 5.6 and on sparc S7.
Haven't checked on other OSs.
JDK, switches Info:
===================
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b45)
Java HotSpot(TM) Client VM (build 1.4beta-B45, mixed mode)
Failed for -client.
jtr file location:
==================
file:/net/jtg-s117/export/home/jtg-test/JH_jdk14_b44_jck13/workDir/api/javax_swing/JComboBox/AccessibleJComboBox/index_AccessibleSelection.jtr
(This jtr file is also in the attachment.)
How to reproduce:
=================
Run the attached script:
1)JComboBoxAccessibleSelection.ksh
ERROR MESSAGE:
==============
====== AccessibleJComboBox2002 ====== public int getAccessibleSelectionCount()
====== AccessibleJComboBox2003 ====== public Accessible getAccessibleSelection(int index)
====== AccessibleJComboBox2004 ====== public boolean isAccessibleChildSelected(int index)
====== AccessibleJComboBox2005 ====== public void addAccessibleSelection(int index)
====== AccessibleJComboBox2006 ====== public void removeAccessibleSelection(int index)
====== AccessibleJComboBox2007 ====== public void clearAccessibleSelection()
====== AccessibleJComboBox2008 ====== public void selectAllAccessibleSelection()
----------log:(14/906)----------
AccessibleJComboBox2002: Passed. OKAY
java.lang.NullPointerException
at javasoft.sqe.tests.api.javax.swing.JComboBox.AccessibleJComboBox.AccessibleSelectionTests.AccessibleJComboBox2003(AccessibleSelectionTests.java:85)
at java.lang.reflect.Method.invoke(Native Method)
at javasoft.sqe.jck.lib.MultiTest.runTests(MultiTest.java:139)
at javasoft.sqe.jck.lib.MultiTest.run(MultiTest.java:101)
at javasoft.sqe.tests.api.javax.swing.JComboBox.AccessibleJComboBox.AccessibleSelectionTests.main(AccessibleSelectionTests.java:37)
AccessibleJComboBox2003: Failed. Test case throws exception: java.lang.NullPointerException
AccessibleJComboBox2004: Passed. OKAY
AccessibleJComboBox2005: Passed. OKAY
AccessibleJComboBox2006: Passed. OKAY
AccessibleJComboBox2007: Passed. OKAY
AccessibleJComboBox2008: Passed. OKAY
STATUS:Failed. tests: 7; passed: 6; failed: 1; first test case failure: AccessibleJComboBox2003
System Info:
============
x86:
----
jtg-i104% uname -a
SunOS jtg-i104 5.6 Generic_105182-20 i86pc i386 i86pc
jtg-i104% psrinfo -v
Status of processor 0 as of: 12/19/00 12:26:41
Processor has been on-line since 12/13/00 16:50:54.
The i386 processor operates at 234 MHz,
and has an i387 compatible floating point processor.
Status of processor 1 as of: 12/19/00 12:26:41
Processor has been on-line since 12/13/00 16:50:54.
The i386 processor operates at 234 MHz,
and has an i387 compatible floating point processor.
SPARC:
------
jtg-s117% uname -a
SunOS jtg-s117 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-60
jtg-s117% psrinfo -v
Status of processor 0 as of: 12/20/00 12:29:02
Processor has been on-line since 12/20/00 10:44:13.
The sparcv9 processor operates at 296 MHz,
and has a sparcv9 floating point processor.
Status of processor 2 as of: 12/20/00 12:29:02
Processor has been on-line since 12/20/00 10:44:14.
The sparcv9 processor operates at 296 MHz,
and has a sparcv9 floating point processor.
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
sureshchandar.subramaniam@Eng 2000-12-20
Failing Test:
=============
api/javax_swing/JComboBox/AccessibleJComboBox/index.html#AccessibleSelection
Test source location:
=====================
/usr/local/java/jck1.3/JCK-runtime-13fcs/tests/api/javax_swing/JComboBox/AccessibleJComboBox/AccessibleSelectionTests.java
Platforms:
=============
Failed on x86 5.6 and on sparc S7.
Haven't checked on other OSs.
JDK, switches Info:
===================
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b45)
Java HotSpot(TM) Client VM (build 1.4beta-B45, mixed mode)
Failed for -client.
jtr file location:
==================
file:/net/jtg-s117/export/home/jtg-test/JH_jdk14_b44_jck13/workDir/api/javax_swing/JComboBox/AccessibleJComboBox/index_AccessibleSelection.jtr
(This jtr file is also in the attachment.)
How to reproduce:
=================
Run the attached script:
1)JComboBoxAccessibleSelection.ksh
ERROR MESSAGE:
==============
====== AccessibleJComboBox2002 ====== public int getAccessibleSelectionCount()
====== AccessibleJComboBox2003 ====== public Accessible getAccessibleSelection(int index)
====== AccessibleJComboBox2004 ====== public boolean isAccessibleChildSelected(int index)
====== AccessibleJComboBox2005 ====== public void addAccessibleSelection(int index)
====== AccessibleJComboBox2006 ====== public void removeAccessibleSelection(int index)
====== AccessibleJComboBox2007 ====== public void clearAccessibleSelection()
====== AccessibleJComboBox2008 ====== public void selectAllAccessibleSelection()
----------log:(14/906)----------
AccessibleJComboBox2002: Passed. OKAY
java.lang.NullPointerException
at javasoft.sqe.tests.api.javax.swing.JComboBox.AccessibleJComboBox.AccessibleSelectionTests.AccessibleJComboBox2003(AccessibleSelectionTests.java:85)
at java.lang.reflect.Method.invoke(Native Method)
at javasoft.sqe.jck.lib.MultiTest.runTests(MultiTest.java:139)
at javasoft.sqe.jck.lib.MultiTest.run(MultiTest.java:101)
at javasoft.sqe.tests.api.javax.swing.JComboBox.AccessibleJComboBox.AccessibleSelectionTests.main(AccessibleSelectionTests.java:37)
AccessibleJComboBox2003: Failed. Test case throws exception: java.lang.NullPointerException
AccessibleJComboBox2004: Passed. OKAY
AccessibleJComboBox2005: Passed. OKAY
AccessibleJComboBox2006: Passed. OKAY
AccessibleJComboBox2007: Passed. OKAY
AccessibleJComboBox2008: Passed. OKAY
STATUS:Failed. tests: 7; passed: 6; failed: 1; first test case failure: AccessibleJComboBox2003
System Info:
============
x86:
----
jtg-i104% uname -a
SunOS jtg-i104 5.6 Generic_105182-20 i86pc i386 i86pc
jtg-i104% psrinfo -v
Status of processor 0 as of: 12/19/00 12:26:41
Processor has been on-line since 12/13/00 16:50:54.
The i386 processor operates at 234 MHz,
and has an i387 compatible floating point processor.
Status of processor 1 as of: 12/19/00 12:26:41
Processor has been on-line since 12/13/00 16:50:54.
The i386 processor operates at 234 MHz,
and has an i387 compatible floating point processor.
SPARC:
------
jtg-s117% uname -a
SunOS jtg-s117 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-60
jtg-s117% psrinfo -v
Status of processor 0 as of: 12/20/00 12:29:02
Processor has been on-line since 12/20/00 10:44:13.
The sparcv9 processor operates at 296 MHz,
and has a sparcv9 floating point processor.
Status of processor 2 as of: 12/20/00 12:29:02
Processor has been on-line since 12/20/00 10:44:14.
The sparcv9 processor operates at 296 MHz,
and has a sparcv9 floating point processor.
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
sureshchandar.subramaniam@Eng 2000-12-20
- relates to
-
JDK-4401715 AccessibleJComboBox.getAccessibleSelection(int) method works incorrectly
-
- Closed
-