RFR: 8274304: Update or Problem List tests which may fail with uiScale=2 on macOS

Sergey Bylokhov serb at openjdk.java.net
Thu Oct 7 22:37:08 UTC 2021


On Thu, 7 Oct 2021 19:30:41 GMT, Phil Race <prr at openjdk.org> wrote:

> I don't think "we" have a problem. I think there is a macOS bug.

In both cases, we should execute the same code and request the same number of pixels(the one pixel) from the macOS. The robot native code should not be affected by the uiScale parameter, since the native macOS API gets the coordinates/size in the device space.

>  So let's leave the tests running using uiScale=1 here they are doing something useful and withdraw this PR

That tests found a bug, and it will be better to fix it other than workaround it.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5766



More information about the client-libs-dev mailing list