-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
x86, sparc
-
generic, linux, solaris_2.6, windows_98
-
Verified
Name: skR10017 Date: 07/30/2001
JDK : JDK1.4.0 beta-b73
JCK : JCK1.4 b06
Platform[s] : RedHat Linux 7.1/GNOME, Redhat Linux 6.2, Windows 98
switch/Mode : -client -Xmixed -Xfuture
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Tests : api/java_beans/Introspector/descriptions.html#Introspector12
api/java_beans/Introspector/descriptions.html#Introspector
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/Introspector/IntrospectorTests.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/util/BadStatus.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/util/Icon.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/Able.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/AbleBeanInfo.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/Argle.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/Baker.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/BakerBeanInfo.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/Bargle.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/Charlie.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/CharlieBeanInfo.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/Dog.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/DogBeanInfo.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/Wombat.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/examples/WombatCustomizer.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/Introspector/Sample.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/Introspector/SampleBeanInfo.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/Introspector/CrashEvent.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_beans/Introspector/CrashListener.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b73/jck14/linux/redhat7.1_gnome_client_linux-13/workDir/api/java_beans/Introspector/descriptions_Introspector.jtr
/net/jtgb4u4c.eng/export/sail16/results/merlin/b73/jck14/linux/redhat7.1_gnome_client_linux-13/workDir/api/java_beans/Introspector/descriptions_Introspector12.jtr
How to reproduce:
====================
Run the following script under RedHat Linux 7.1 (GNOME graphical environment)
(probably, you need to change JCK and JAVA_HOME paths):
--------Script START---------------------
#!/bin/sh
JAVA_HOME=/net/jdk/export/disk8/local.java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests -TestCaseID Introspector0014 Introspector0043 Introspector0053 Introspector0064"
$JAVA_HOME/bin/java -Xfuture ${executeClass}
---------Script END----------------------
Test output:
=============
javasoft.sqe.tests.api.java.beans.util.BadStatus: Assert failed: "PropertyDescriptor instanceof IndexedPropertyDescriptor"
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.assertIdentity(IntrospectorTests.java:326)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.checkIPD(IntrospectorTests.java:270)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.Introspector0014(IntrospectorTests.java:726)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:311)
at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:407)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:203)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:135)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.main(IntrospectorTests.java:363)
Introspector0014: Failed. Test case throws exception: javasoft.sqe.tests.api.java.beans.util.BadStatus: Assert failed: "PropertyDescriptor instanceof
IndexedPropertyDescriptor"
javasoft.sqe.tests.api.java.beans.util.BadStatus: Assert failed: "feature is hidden"
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.assertIdentity(IntrospectorTests.java:326)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.checkFeature(IntrospectorTests.java:175)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.checkPD(IntrospectorTests.java:241)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.Introspector0043(IntrospectorTests.java:1378)
at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:311)
at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:407)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:203)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:135)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.main(IntrospectorTests.java:363)
Introspector0043: Failed. Test case throws exception: javasoft.sqe.tests.api.java.beans.util.BadStatus: Assert failed: "feature is hidden"
javasoft.sqe.tests.api.java.beans.util.BadStatus: Assert failed: "feature is expert"
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.assertIdentity(IntrospectorTests.java:326)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.checkFeature(IntrospectorTests.java:180)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.checkPD(IntrospectorTests.java:241)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.Introspector0053(IntrospectorTests.java:1605)
at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:311)
at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:407)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:203)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:135)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.main(IntrospectorTests.java:363)
Introspector0053: Failed. Test case throws exception: javasoft.sqe.tests.api.java.beans.util.BadStatus: Assert failed: "feature is expert"
javasoft.sqe.tests.api.java.beans.util.BadStatus: Assert failed: "PropertyDescriptor instanceof IndexedPropertyDescriptor"
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.assertIdentity(IntrospectorTests.java:326)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.checkIPD(IntrospectorTests.java:270)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.Introspector0064(IntrospectorTests.java:1836)
at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:311)
at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:407)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:203)
at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:135)
at javasoft.sqe.tests.api.java.beans.Introspector.IntrospectorTests.main(IntrospectorTests.java:363)
Introspector0064: Failed. Test case throws exception: javasoft.sqe.tests.api.java.beans.util.BadStatus: Assert failed: "PropertyDescriptor instanceof
IndexedPropertyDescriptor"
STATUS:Failed.tests: 4; failed: 4; first test case failure: Introspector0014
Specific Machine Info:
=====================
Hostname: linux-13
OS: RedHat Linux 7.1
Hostname: linux-1
OS: RedHat Linux 6.2
Hostname: Linux-17
OS: Win 98 SE
======================================================================
- duplicates
-
JDK-4489050 JDK regression: java.beans.Introspector.getBeanInfo(Class) works incorrectly
-
- Closed
-