On Wed, 13 Aug 2025 22:11:47 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:
>> Ravi Gupta has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8361067: Added review comment > > Tested on macOS and Ubuntu 24.04 (Wayland & X). Test passes on all except I > get a timeout error on Wayland. Can you confirm that this test passes on your > end on Wayland? @DamonGuy I have tested it on Ubuntu 20.4 wayland its runs fine. jpgansible@blrsqe011:~/ravi$ uname -a Linux blrsqe011.in.oracle.com 6.14.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Sun Apr 6 15:05:05 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux jpgansible@blrsqe011:~/ravi$ loginctl show-session $(awk '/tty/ {print $1}' <(loginctl)) -p Type | awk -F= '{print $2}' wayland jpgansible@blrsqe011:~/ravi$ jdk-26/bin/java -version java version "26-ea" 2026-03-17 Java(TM) SE Runtime Environment (build 26-ea+9-927) Java HotSpot(TM) 64-Bit Server VM (build 26-ea+9-927, mixed mode, sharing) jpgansible@blrsqe011:~/ravi$ jdk-26/bin/java ExtraButtonDrag.java areExtraMouseButtonsEnabled() == true button to drag = 1 : value passed to robot = 1024 button to drag = 2 : value passed to robot = 2048 button to drag = 3 : value passed to robot = 4096 Test Passed jpgansible@blrsqe011:~/ravi$ ------------- PR Comment: https://git.openjdk.org/jdk/pull/26043#issuecomment-3195266957