JDK-6831124 : JCK 1.4a test api/java_awt/interactive/WindowTest.html#WindowTest fails on SLES11 ( all 1.4.2 )
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.2_21
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • OS: linux_suse_sles_11
  • CPU: x86
  • Submitted: 2009-04-16
  • Updated: 2011-02-16
  • Resolved: 2009-09-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4-poolResolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
OS/Platform: failed on SLES 11 x64 ( rc6 - final ), passed on SLES 10 x64
JDK: failed on 1.4.2_21 b01, 1.4.2 fcs b28 ( looks like all 1.4.2 )
Testsuite: JCK 1.4a
Test: test api/java_awt/interactive/WindowTest.html#WindowTest

Desc:
  test checks move front/back window/frame functionality.
  See test source attached ( WindowTest.java )

  Failure: window isn't moved behind the frame ( Window.toFront(), Window.toBack() works incorrectly ).
  Test passed OK on SLES 10, but failed on SLES 11 for all 1.4.2 JDK.

How to reproduce: see comments

Detailed OS info:
    SUSE Linux Enterprise Server 11 (x86_64)
    VERSION = 11
    PATCHLEVEL = 0
LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64"
This issue is reproducible on both SLES 11 x64 and SLES 11 x86.
JDK bundle is JDK1.4.2_21 b01 32bit.

Comments
EVALUATION Checked with released patches - test passed ok ( executive.russia ).
18-09-2009

EVALUATION Novell has released the patches. ***************************************************************************** metacity-2.24.0-3.18.1.i586.rpm 714.9 KB (732062) 2009-09-03 06:14:18 metacity-lang-2.24.0-3.18.1.i586.rpm 778.3 KB (797015) 2009-09-03 06:14:20 Architecture: x86 Security patch: No Priority: Recommended Distribution Type: Public Download: http://download.novell.com/Download?buildid=DOQuPh4BnCQ~ Package: metacity metacity-debuginfo metacity-debugsource metacity-devel metacity-lang Product(s): SLES 11 DEBUGINFO, SLE 11, SLED 11, SLES 11 Patch: slessp0-metacity-1121 Release: 20090717 ***************************************************************************** metacity-2.24.0-3.18.1.x86_64.rpm 708.9 KB (725953) 2009-09-03 06:15:34 metacity-lang-2.24.0-3.18.1.x86_64.rpm 778.3 KB (797020) 2009-09-03 06:15:36 Architecture: x86-64 Security patch: No Priority: Recommended Distribution Type: Public Download: http://download.novell.com/Download?buildid=5LuVUBm_v4Q~ Package: metacity metacity-debuginfo metacity-debugsource metacity-devel metacity-lang Product(s): SLES 11 DEBUGINFO, SLE 11, SLED 11, SLES 11 Patch: slessp0-metacity-1121 Release: 20090717
12-09-2009

EVALUATION It's Gnome/Metacity issue http://bugzilla.gnome.org/show_bug.cgi?id=567528#c13 Patch will be provided in SLES11.
18-07-2009

EVALUATION Click to to toFront button finally cause call of pShowModal() in awt_TopLevel.c and that do XtPopup(wdata->winData.shell, XtGrabNone); parameters of XtPopup is exactly the same for RHEL5 (where everything works fine) and SLES11 so the root cause of problem is metacity WM or X11 it self, not java.
29-04-2009