RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v8]
Alexey Ivanov
aivanov at openjdk.org
Fri Mar 22 15:22:23 UTC 2024
On Thu, 21 Mar 2024 19:53:48 GMT, Harshitha Onkar <honkar at openjdk.org> 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/openjdk/jdk/pull/18319
>
> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>
> changed the forcePass logic, updated instructions
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` is enough, that's right. It just doesn't feel right…
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18312#issuecomment-2015329423
More information about the client-libs-dev
mailing list