On Thu, 17 Nov 2022 21:05:35 GMT, Phil Race <[email protected]> wrote:
> This was a closed test. It fails very rarely due to completely incorrect > colour sampling by Robot. > I had this happen to me when the window came up behind some other window on > my desktop. > So the "fix" here is to use setAlwaysOnTop(true) > But so far as I can see there's no reason for this test to be closed so I am > moving it to open as well. Marked as reviewed by psadhukhan (Reviewer). test/jdk/sun/java2d/GdiRendering/ClipShapeRendering.java line 504: > 502: this.clientPixels = clientPixels; > 503: int w = clientPixels.getWidth(null), > 504: h = clientPixels.getHeight(null); Nit: Please rectify this coding violation of declaring variables in same line, same in l498 before push ------------- PR: https://git.openjdk.org/jdk/pull/11221
