RFR: 8336272: SizeToSceneTest: fullScreen tests fail on Ubuntu 22.04

Kevin Rushforth kcr at openjdk.org
Fri Jul 12 14:05:01 UTC 2024


On Thu, 11 Jul 2024 22:33:38 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

> Tests that the `Stage Size` is between the `Visual Screen bounds - 50 (delta)` and `Screen bounds + 50 (delta)`.
> -> `stageSize >= (visualBounds - 50)` & `stageSize <= (bounds + 50)`.
> 
> Tested only on Windows 10 for now.

Looks good. The test now passes everywhere I tried in, including my local Ubuntu 22.04 VM and our CI headful test platforms.

Once integrated, please also backport this fix to the `jfx23` stabilization branch (using the `/backport :jfx23` command, either in this PR or in the eventual commit).

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

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1501#pullrequestreview-2174973144
PR Comment: https://git.openjdk.org/jfx/pull/1501#issuecomment-2225653652


More information about the openjfx-dev mailing list