The fix looks good to me.
Thanks,
Alexandr.
On 8/22/2014 12:38 PM, Dmitriy Ermashov wrote:
Hi Swing team,
Please review one more part of functional tests being moved to OpenJDK.
It is a swing part of AWT_ShapedAndTranslucent tests.
http://cr.openjdk.java.net/~dermashov/8055360/webrev.00/
(corresponding bug https://bugs.openjdk.java.net/browse/JDK-8055360)
Tests checks the correctness of displaying and resizing translucent
and shaped windows (JFrame, JDialog, JWindow).
Tests were verified on the following platforms:
1. Ubuntu 14.04 x64
2. OEL 7 x64
3. Ubuntu 10.04 arm
4. Windows 7 x64
5. OS X 10.10 beta
6. Solaris 11 x64
The results were:
TranslucentJComboBox.java fails on OS X due to bug 8024627
SetShapeAndClickSwing.java fails on OS X due to bug 8013450
ShapedPerPixelTranslucentGradient.java fails on Linux and Solaris due
to bug 7043845
PerPixelTranslucentGradient fails on Solaris due to 8032644
All other combinations of tests and platforms were successful.
Thanks,
Dima