Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-22 Thread Sergey Bylokhov
On Wed, 21 May 2025 12:15:59 GMT, Alexey Ivanov wrote: >I wonder if this system reproduces other bugs where expected events aren't >received… such as java/awt/event/KeyEvent/FunctionKeyTest.java >([JDK-8343104](https://bugs.openjdk.org/browse/JDK-8343104)) and >java/awt/List/ItemEventTest/Item

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v4]

2025-05-21 Thread Abhishek Kumar
On Wed, 21 May 2025 12:09:30 GMT, Alexey Ivanov wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review comment fix > > test/jdk/java/awt/List/ListEnterExitTest.java line 113: > >> 111: >> 112: private class

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v5]

2025-05-21 Thread Alexey Ivanov
On Wed, 21 May 2025 12:21:32 GMT, Abhishek Kumar wrote: >> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output >> suggests that the mouse exit event is not triggered and thus the test fails. >> Increased number of list items and adjusted the X and Y offset for mouse >> move ev

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-21 Thread Alexey Ivanov
On Wed, 21 May 2025 04:36:11 GMT, Abhishek Kumar wrote: > > Did you have a chance to reproduce this bug and see how it works? When I > > run it on my laptop I can see the mouse moving out and in of the list and > > clicking inside of it, but for some reason the events are not sent. > > I could

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v5]

2025-05-21 Thread Abhishek Kumar
> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output > suggests that the mouse exit event is not triggered and thus the test fails. > Increased number of list items and adjusted the X and Y offset for mouse move > events, so the mouse pointer will be within the frame and added

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v4]

2025-05-21 Thread Alexey Ivanov
On Wed, 21 May 2025 04:36:38 GMT, Abhishek Kumar wrote: >> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output >> suggests that the mouse exit event is not triggered and thus the test fails. >> Increased number of list items and adjusted the X and Y offset for mouse >> move ev

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-20 Thread Abhishek Kumar
On Tue, 20 May 2025 19:40:04 GMT, Alexey Ivanov wrote: >> Abhishek Kumar has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains three commits: >> >> - File merge >> - Review comment fix, latch and other changes >> - Test Stabilization

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-20 Thread Abhishek Kumar
On Wed, 21 May 2025 01:45:46 GMT, Sergey Bylokhov wrote: > Did you have a chance to reproduce this bug and see how it works? When I run > it on my laptop I can see the mouse moving out and in of the list and > clicking inside of it, but for some reason the events are not sent. I couldn't repro

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v4]

2025-05-20 Thread Abhishek Kumar
> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output > suggests that the mouse exit event is not triggered and thus the test fails. > Increased number of list items and adjusted the X and Y offset for mouse move > events, so the mouse pointer will be within the frame and added

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-20 Thread Sergey Bylokhov
On Tue, 20 May 2025 07:53:30 GMT, Abhishek Kumar wrote: >> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output >> suggests that the mouse exit event is not triggered and thus the test fails. >> Increased number of list items and adjusted the X and Y offset for mouse >> move ev

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-20 Thread Alexey Ivanov
On Tue, 20 May 2025 07:53:30 GMT, Abhishek Kumar wrote: >> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output >> suggests that the mouse exit event is not triggered and thus the test fails. >> Increased number of list items and adjusted the X and Y offset for mouse >> move ev

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-20 Thread Alexey Ivanov
On Tue, 20 May 2025 07:53:30 GMT, Abhishek Kumar wrote: >> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output >> suggests that the mouse exit event is not triggered and thus the test fails. >> Increased number of list items and adjusted the X and Y offset for mouse >> move ev

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-20 Thread Alexander Zuev
On Tue, 20 May 2025 07:53:30 GMT, Abhishek Kumar wrote: >> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output >> suggests that the mouse exit event is not triggered and thus the test fails. >> Increased number of list items and adjusted the X and Y offset for mouse >> move ev

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-20 Thread Abhishek Kumar
On Mon, 19 May 2025 12:16:57 GMT, Alexey Ivanov wrote: >> Abhishek Kumar has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains three commits: >> >> - File merge >> - Review comment fix, latch and other changes >> - Test Stabilization

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v3]

2025-05-20 Thread Abhishek Kumar
> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output > suggests that the mouse exit event is not triggered and thus the test fails. > Increased number of list items and adjusted the X and Y offset for mouse move > events, so the mouse pointer will be within the frame and added

Re: RFR: 8356145: ListEnterExitTest.java fails on macos [v2]

2025-05-20 Thread Abhishek Kumar
> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output > suggests that the mouse exit event is not triggered and thus the test fails. > Increased number of list items and adjusted the X and Y offset for mouse move > events, so the mouse pointer will be within the frame and added

Re: RFR: 8356145: ListEnterExitTest.java fails on macos

2025-05-19 Thread Abhishek Kumar
On Tue, 20 May 2025 04:12:59 GMT, Abhishek Kumar wrote: >> test/jdk/java/awt/List/ListEnterExitTest.java line 90: >> >>> 88: robot.waitForIdle(); >>> 89: robot.delay(100); >>> 90: >> >> I don't really understand why `waitForIdle` and `delay` are needed here at >> all.

Re: RFR: 8356145: ListEnterExitTest.java fails on macos

2025-05-19 Thread Abhishek Kumar
On Mon, 19 May 2025 12:12:22 GMT, Alexey Ivanov wrote: >> Test was failing on macOS 14.7.1 system in CI pipeline. Logged output >> suggests that the mouse exit event is not triggered and thus the test fails. >> Increased number of list items and adjusted the X and Y offset for mouse >> move eve

Re: RFR: 8356145: ListEnterExitTest.java fails on macos

2025-05-19 Thread Alexey Ivanov
On Mon, 19 May 2025 08:15:29 GMT, Abhishek Kumar wrote: > Test was failing on macOS 14.7.1 system in CI pipeline. Logged output > suggests that the mouse exit event is not triggered and thus the test fails. > Increased number of list items and adjusted the X and Y offset for mouse move > events

Re: RFR: 8356145: ListEnterExitTest.java fails on macos

2025-05-19 Thread Jayathirth D V
On Mon, 19 May 2025 08:15:29 GMT, Abhishek Kumar wrote: > Test was failing on macOS 14.7.1 system in CI pipeline. Logged output > suggests that the mouse exit event is not triggered and thus the test fails. > Increased number of list items and adjusted the X and Y offset for mouse move > events

Re: RFR: 8356145: ListEnterExitTest.java fails on macos

2025-05-19 Thread Abhishek Kumar
On Mon, 19 May 2025 08:15:29 GMT, Abhishek Kumar wrote: > Test was failing on macOS 14.7.1 system in CI pipeline. Logged output > suggests that the mouse exit event is not triggered and thus the test fails. > Increased number of list items and adjusted the X and Y offset for mouse move > events

RFR: 8356145: ListEnterExitTest.java fails on macos

2025-05-19 Thread Abhishek Kumar
Test was failing on macOS 14.7.1 system in CI pipeline. Logged output suggests that the mouse exit event is not triggered and thus the test fails. Increased number of list items and adjusted the X and Y offset for mouse move events, so the mouse pointer will be within the frame and added robot de