-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b26
-
generic
-
generic
-
Verified
Name: aaR10208 Date: 07/15/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b10 (also fails with 1.2.2-1.4.2)
JCK : JCK1.5-runtime (b01)
Platform[s] : generic
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: api/java_awt/GridBagLayout/index.html#AddLayoutComponent [aLC_String]
JCK1.5-runtime api/java_awt/GridBagLayout/index.html#AddLayoutComponent test fails on JDK1.5.0-b10.
The test tests GridBagLayout.addLayoutComponent(String,Component) and expects that the component will
added to layout. The J2SE API Spec for LayoutManager.addLayoutComponent(String,Component) (which provides
this method to GridBagLayout) states that "**if the layout manager uses a per-component string**, adds the component".
The test fails at least as far back as 1.2.2.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-5/tests/api/java_awt/GridBagLayout/AddLayoutComponentTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b10/jck15/sparc/sol10_sparc_gnomeclient_incgc_linux-8/workDir/api/java_awt/GridBagLayout/index_AddLayoutComponent.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
JCK="/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15"
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/solaris-sparc"
#JCK="/net/linux-15/export/home/java/jck1.5/JCK-runtime-15"
#JDK="/net/linux-15/export/home/java/jdk1.5.0/sparc"
switches="-showversion"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.GridBagLayout.AddLayoutComponentTests -TestCaseID aLC_String
--- script end ---
Test output:
============
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b10)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b10, mixed mode)
Component with name "" was not added
Component with name "a" was not added
Component with name "ab" was not added
Component with name "name" was not added
aLC_String: Failed. Failed, please see log output
STATUS:Failed.test cases: 1; all failed; first test case failure: aLC_String
======================================================================