Re: [jfx23] RFR: 8336272: SizeToSceneTest: fullScreen tests fail on Ubuntu 22.04

2024-07-12 Thread Kevin Rushforth
On Fri, 12 Jul 2024 15:14:47 GMT, Marius Hanl wrote: > This pull request contains a backport of commit e3c15957 from the openjdk/jfx > repository. LGTM - Marked as reviewed by kcr (Lead). PR Review: https://git.openjdk.org/jfx/pull/1504#pullrequestreview-2175198760

[jfx23] RFR: 8336272: SizeToSceneTest: fullScreen tests fail on Ubuntu 22.04

2024-07-12 Thread Marius Hanl
This pull request contains a backport of commit e3c15957 from the openjdk/jfx repository. - Commit messages: - Backport e3c15957488256ec53c5fb9978e336c59b69d65e Changes: https://git.openjdk.org/jfx/pull/1504/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1504&range=00 I

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

2024-07-12 Thread Kevin Rushforth
On Thu, 11 Jul 2024 22:33:38 GMT, Marius Hanl 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. T

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

2024-07-11 Thread Marius Hanl
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. - Commit messages: - JDK-8336272: SizeToSceneTest: fullScreen te