RFR: 8354317: [XWayland] Problem list two tests crashing XWayland server

Alexander Zvegintsev azvegint at openjdk.org
Fri Apr 11 06:12:30 UTC 2025


On Fri, 11 Apr 2025 05:49:02 GMT, Jayathirth D V <jdv at openjdk.org> wrote:

> Suggestion: Since we will be streamlining things to run on Ubuntu 24.04 & Wayland, we can use/add utility to determine whether we use Waylnad/Xorg and disable tests on particular windowing system.
> 
> Recently in OpenJFX, i was able to use `test.util.isOnWayland()` to disable tests only in Wayland.

It is already available in 
https://github.com/openjdk/jdk/blob/master/test/lib/jdk/test/lib/Platform.java#L474-L481

But it is mostly used to tune the test to make an additional action/skip the test due to some system limitation. And it can't be linked to an issue(maybe by adding some comment though).

Problem list is a single file to look for all the failing tests linked to JBS issue (so you don't have to look through all tests to find tests that fail on Wayland).
It seems more logical to introduce an option to add new functionality to the problem list itself, allowing to skip tests for specific display server on Linux

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

PR Comment: https://git.openjdk.org/jdk/pull/24582#issuecomment-2795922144


More information about the client-libs-dev mailing list