Re: RFR: 8327401: Some jtreg tests fail on Wayland without any tracking bug [v2]

2024-05-29 Thread Andrey Turbanov
On Wed, 22 May 2024 21:52:14 GMT, Alexander Zvegintsev wrote: >> These changes are intended to stabilize testing on Wayland in X11 >> compatibility mode. >> >> >> >> Many tests may fail if there is no `robot.delay()` call after >> `robot.waitForIdle()` (right after displaying a window). >>

Re: RFR: 8327401: Some jtreg tests fail on Wayland without any tracking bug [v2]

2024-05-22 Thread Phil Race
On Wed, 22 May 2024 21:52:14 GMT, Alexander Zvegintsev wrote: >> These changes are intended to stabilize testing on Wayland in X11 >> compatibility mode. >> >> >> >> Many tests may fail if there is no `robot.delay()` call after >> `robot.waitForIdle()` (right after displaying a window). >>

Re: RFR: 8327401: Some jtreg tests fail on Wayland without any tracking bug [v2]

2024-05-22 Thread Alexander Zvegintsev
On Wed, 22 May 2024 20:51:05 GMT, Phil Race wrote: >> Alexander Zvegintsev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> typo > > test/jdk/javax/swing/JButton/PressedButtonRightClickTest.java line 97: > >> 95: // Test whether

Re: RFR: 8327401: Some jtreg tests fail on Wayland without any tracking bug [v2]

2024-05-22 Thread Alexander Zvegintsev
On Wed, 22 May 2024 20:49:44 GMT, Phil Race wrote: >> test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java line 48: >> >>> 46: boolean actionPerformed = false; >>> 47: Object actionLock = new Object(); >>> 48: static final int ATTEMPTS = 10; >> >> Each attempt sleeps for

Re: RFR: 8327401: Some jtreg tests fail on Wayland without any tracking bug [v2]

2024-05-22 Thread Alexander Zvegintsev
> These changes are intended to stabilize testing on Wayland in X11 > compatibility mode. > > > > Many tests may fail if there is no `robot.delay()` call after > `robot.waitForIdle()` (right after displaying a window). > > > Some tests do not release previously pressed mouse button/key, this