-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
beta
-
x86
-
linux
-
Verified
Name: iaR10016 Date: 11/19/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b28, JDK1.5.0-b26
(passes with JDK1.5.0-b25, JDK1.4.2-b28)
JCK : JCK1.5-runtime (b08)
Platform[s] : Linux (tested on Suse Linux 8.1/Gnome2, Suse Linux 8.2/Gnome2,
RedHat Adv.server 2.1/Gnome, RedHat Linux 9.0/Gnome2)
(not reproducible on Solaris sparc, Solaris x86, Windows platforms)
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/java_awt/interactive/GridBagLayoutTests.html#GridBagLayoutTests [GridBagLayoutTest0005, GridBagLayoutTest0007]
JCK1.5-runtime (b08) api/java_awt/interactive/GridBagLayoutTests.html#GridBagLayoutTests test
fails with JDK1.5.0-b28 on Linux. Please, run the script from "How to reproduce" section to
reproduce the failure:
1. Testcase GridBagLayoutTest0005 Description reads:
...
Please verify that Button 5 in the left panel is smaller than its slot in the center, and that
in the right panel, Button 5 is bigger, sits on top, and overlaps the other 8 buttons.
...
However, Button 5 in the right panel does not overlap other 8 buttons.
2. Please, click "Add" button in the GridBagLayoutTest0007 tested window 20-25 times:
it is expected that button 16 will not overlap button 0, button 17 will not overlap
button 1, and so on, but this is not true in JDK1.5.0-b28.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/GridBagLayoutTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b28/jck15/linux/redhat_advserver21_gnome_smp_client_esa_linux-24/workDir/api-interactive/java_awt/interactive/GridBagLayoutTests_GridBagLayoutTests.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables):
--- script start ---
#!/bin/bash
#Paths in Java Software:
JDK="/java/re/jdk/1.5.0/promoted/all/b28/binaries/linux-i586"
JCK="/java/re/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#Alternative paths outside Java Software:
#JDK="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b28/binaries/linux-i586"
#JCK="/net/koori.sfbay/onestop/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.java.awt.interactive.GridBagLayoutTests -TestCaseID GridBagLayoutTest0005 GridBagLayoutTest0007
--- script end ---
Specific machine info:
======================
Hostname: linux-1
OS: Solaris 8 (sparc) (CDE)
Hostname: linux-24
OS: RedHat Advanced Server 2.1 (Gnome)
======================================================================