JDK-7166465 : fix failed for CR 6888634
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7u6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,linux
  • CPU: generic,x86
  • Submitted: 2012-05-04
  • Updated: 2012-07-11
  • Resolved: 2012-07-11
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 7 JDK 8
7u6 b15Fixed 8Fixed
Related Reports
Duplicate :  
Relates :  
Description
test closed/javax/swing/Popup/TaskbarPositionTest.java still failed on linux x86 when taskbar is on top with jdk 7u6b06, jdk 8 b37; test passed with jdk7u6b05 and jdk7u6b06 when taskbar is on bottom

log:
----------System.out:(0/0)----------
----------System.err:(5/514)----------
java.lang.RuntimeException: We do not match! java.awt.Rectangle[x=0,y=25,width=1024,height=718] / java.awt.Rectangle[x=0,y=0,width=109,height=121]
        at TaskbarPositionTest.isPopupOnScreen(TaskbarPositionTest.java:264)
        at TaskbarPositionTest$RobotThread.run(TaskbarPositionTest.java:121)
        at java.lang.Thread.run(Thread.java:722)
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: We do not match! java.awt.Rectangle[x=0,y=25,width=1024,height=718] / java.awt.Rectangle[x=0,y=0,width=109,height=121]
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: We do not match! java.awt.Rectangle[x=0,y=25,width=1024,height=718] / java.awt.Rectangle[x=0,y=0,width=109,height=121]

see comments for more details

Comments
EVALUATION The test checks Popup position AFTER popup has closed
31-05-2012