On Mon, 2 Dec 2024 19:19:42 GMT, Alexander Zuev <[email protected]> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> removed redundant null check
>
> test/jdk/java/awt/datatransfer/Independence/IndependenceAWTTest.java line 114:
>
>> 112: if (primaryClip == null) {
>> 113: throw new RuntimeException("Method getSystemSelection()
>> is returning null"
>> 114: + " on Linux platform");
>
> In previous version it was mentioning X11 platform. Do we know if the system
> selection works the same way on Wayland as it was on X11?
Good point. The tests seem to work the same way in both X11 and Wayland. I'm
looking into getSystemSelection() and if there is any display server specific
code related to clipboards.
Currently tests look stable when I run on Wayland locally. It might be good to
test it on Wayland CI node as well since these tests had stability issues.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22490#discussion_r1866519395