Re: [jfx23u] RFR: 8337827: [XWayland] Skip failing tests on Wayland

2024-11-25 Thread Alexander Zvegintsev
On Mon, 25 Nov 2024 15:50:40 GMT, Kevin Rushforth wrote: > I presume you have run the tests? GHA builds aren't enabled for your repo, so > I can't tell. Only locally, the `SwingNodeJDialogTest` passes on X11, and skips on Wayland - PR Comment: https://git.openjdk.org/jfx23u/pull/3

Re: [jfx23u] RFR: 8337827: [XWayland] Skip failing tests on Wayland

2024-11-25 Thread Kevin Rushforth
On Mon, 25 Nov 2024 14:29:50 GMT, Alexander Zvegintsev wrote: > Hi all, > > This pull request contains a backport of commit > [0ee74e18](https://github.com/openjdk/jfx/commit/0ee74e185673fba03d490122d0560a181ebd6fb2) > from the [openjdk/jfx](https://git.openjdk.org/jfx) repository. > > The r

Re: [jfx23u] RFR: 8337827: [XWayland] Skip failing tests on Wayland

2024-11-25 Thread Kevin Rushforth
On Mon, 25 Nov 2024 14:29:50 GMT, Alexander Zvegintsev wrote: > Hi all, > > This pull request contains a backport of commit > [0ee74e18](https://github.com/openjdk/jfx/commit/0ee74e185673fba03d490122d0560a181ebd6fb2) > from the [openjdk/jfx](https://git.openjdk.org/jfx) repository. > > The r

[jfx23u] RFR: 8337827: [XWayland] Skip failing tests on Wayland

2024-11-25 Thread Alexander Zvegintsev
Hi all, This pull request contains a backport of commit [0ee74e18](https://github.com/openjdk/jfx/commit/0ee74e185673fba03d490122d0560a181ebd6fb2) from the [openjdk/jfx](https://git.openjdk.org/jfx) repository. The reason this backport is not clean is because the jfx23 does not have the `tests

Re: RFR: 8337827: [XWayland] Skip failing tests on Wayland

2024-08-15 Thread Kevin Rushforth
On Wed, 14 Aug 2024 06:21:58 GMT, Alexander Zvegintsev wrote: > This changeset introduces the `Util.isOnWayland()` method and skips failing > tests on Wayland. > > After that, all tests run on Wayland without failures. A single reviewer should be enough for this test fix. - PR C

Re: RFR: 8337827: [XWayland] Skip failing tests on Wayland

2024-08-14 Thread Kevin Rushforth
On Wed, 14 Aug 2024 06:21:58 GMT, Alexander Zvegintsev wrote: > This changeset introduces the `Util.isOnWayland()` method and skips failing > tests on Wayland. > > After that, all tests run on Wayland without failures. Looks good. A full test on our headful Wayland system now skips these test

RFR: 8337827: [XWayland] Skip failing tests on Wayland

2024-08-13 Thread Alexander Zvegintsev
This changeset introduces the `Util.isOnWayland()` method and skips failing tests on Wayland. After that, all tests run on Wayland without failures. - Commit messages: - add javadoc - 8337827: [XWayland] Skip failing tests on Wayland Changes: https://git.openjdk.org/jfx/pull/1536