Hi Ramesh,
Please check the test fails on 64 bit Ubuntu 14.04 LTS.
Thanks,
Ambarish
From: Ramesh Gangadhar
Sent: Thursday, April 14, 2016 12:04 PM
To: [email protected]
Subject: <AWT Dev> Review Request For 8129569 : Test
java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java fails
Hi,
Please review fix for bug 8129569 in JDK 9
BUG ID: https://bugs.openjdk.java.net/browse/JDK-8129569
Webrev: http://cr.openjdk.java.net/~jdv/Ramesh/8129569/webrev.00/
Issue:
While checking for Frame State when Maximum bounds is set Mac Operating system
sets state = Frame.MAXIMIZED_BOTH but this is not true in other operating
system.
Fix:
Code modified to set state = Frame.NORMAL when maximum bounds is set to Frame
in other operating systems.
Best Regards,
Ramesh BG