Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-22 Thread Alexey Ivanov
On Fri, 22 Mar 2024 15:20:02 GMT, Alexey Ivanov wrote: > I somewhat dislike that the test completes too quickly when I use my mouse. > Yes, you warn the tester the test is semi-automatic, yet I'd prefer giving > the tester more time. > > Technically, one event with `e.getWheelRotation() != 0`

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-22 Thread Harshitha Onkar
On Fri, 22 Mar 2024 15:31:48 GMT, Alexey Ivanov wrote: >> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> changed the forcePass logic, updated instructions > > test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel.java l

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-22 Thread Alexey Ivanov
On Thu, 21 Mar 2024 19:53:48 GMT, Harshitha Onkar wrote: >> This test is converted to main using PassFailJFrame. It verifies wheel >> rotation value for high-res mouse on windows. >> >> The test requires the updated PassFailJFrame's logArea() feature added in >> this PR https://github.com/open

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-22 Thread Alexey Ivanov
On Thu, 21 Mar 2024 19:53:48 GMT, Harshitha Onkar wrote: >> This test is converted to main using PassFailJFrame. It verifies wheel >> rotation value for high-res mouse on windows. >> >> The test requires the updated PassFailJFrame's logArea() feature added in >> this PR https://github.com/open

Re: RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]

2024-03-21 Thread Harshitha Onkar
> This test is converted to main using PassFailJFrame. It verifies wheel > rotation value for high-res mouse on windows. > > The test requires the updated PassFailJFrame's logArea() feature added in > this PR https://github.com/openjdk/jdk/pull/18319 Harshitha Onkar has updated the pull request