<AWT Dev> [9] Review request for 8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java
Dmitry Markov
dmitry.markov at oracle.com
Tue Jan 10 21:23:51 UTC 2017
Hello,
Could you review a fix for jdk9, please?
bug: https://bugs.openjdk.java.net/browse/JDK-8171909
webrev: http://cr.openjdk.java.net/~dmarkov/8171909/webrev.00/
Problem description:
The test displays a frame and a dialog; then it checks the pixel's color to test whether the dialog is above the frame or not. It looks like drawing operation on Windows works a bit slowly than on OSX and the pixel doesn't have desired color when we examine it.
Fix:
The test should use Util.testPixelColor() from regtesthelpers package which is specially designed for asynchronous window manager.
Thanks,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20170111/ae661993/attachment.html>
More information about the awt-dev
mailing list