RFR: 8282270: java/awt/Robot Screen Capture tests fail after 8280861 [v3]
Alexey Ivanov
aivanov at openjdk.java.net
Thu Mar 10 11:07:46 UTC 2022
On Thu, 10 Mar 2022 09:30:33 GMT, Maxim Kartashev <duke at openjdk.java.net> wrote:
> The `ScreenCaptureGtkTest` is not supposed to be run with `-Dsun.java2d.uiScale=3` anymore as we've discovered the problem with precise window positioning. Let's try this test from [my branch](https://github.com/mkartashev/jdk/tree/JDK-8282270).
I'll run them. However, the test passes successfully on the same host when the frame is smaller: 100×100 and 50×20. So it looks in both cases the reason for failure was that the frame was too large.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7613
More information about the client-libs-dev
mailing list