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