JDK-8160949 : [macosx] Series of modal toBack tests fail since apprx b123
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • Submitted: 2016-07-07
  • Updated: 2016-08-15
  • Resolved: 2016-08-15
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.
JDK 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Description
Regression: several modal regression tests consistently pass on b120 but fail approximately since b123 on OS X. The tests check if a (modeless) child dialog is not overlapped by a parent frame or dialog.

RULE "java/awt/Modal/ToBack/ToBackModeless5Test.java" Exception java.lang.RuntimeException: The modeless dialog was pushed behind the parent left frame after toBack call.: expected false to equal true
RULE "java/awt/Modal/ToBack/ToBackModeless6Test.java" Exception java.lang.RuntimeException: The modeless dialog was overlapped by the parent dialog after calling toBack method.: expected false, was true
RULE "java/awt/Modal/ToBack/ToBackNonModal5Test.java" Exception java.lang.RuntimeException: The modeless dialog was pushed behind the parent left frame after toBack call.: expected false to equal true
RULE "java/awt/Modal/ToBack/ToBackNonModal6Test.java" Exception java.lang.RuntimeException: The modeless dialog was overlapped by the parent dialog after calling toBack method.: expected false, was true

Comments
Will be fixed by JDK-8163583
15-08-2016

Above mentioned 4 test cases passes with JDK 9b123 but failed with JDK 9b124 on Mac OS X 10.10.5: java version "9-ea" Java(TM) SE Runtime Environment (build 9-ea+124) Java HotSpot(TM) 64-Bit Server VM (build 9-ea+124, mixed mode)
08-07-2016