RFR: JDK-8328190 : Convert AWTPanelSmoothWheel.html applet test to main [v3]
Abhishek Kumar
abhiscxk at openjdk.org
Mon Mar 18 12:28:30 UTC 2024
On Sat, 16 Mar 2024 22:34:10 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 10 additional commits since the last revision:
>
> - used PassFailJFrame.logArea()
> - Merge branch 'master' into WheelRotation_8328190
> - ordering of imports
> - whitespace removed
> - default timeout used
> - @requires tag
> - title change
> - converted test to main
> - delete .html file
> - moved test file
test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel.java line 55:
> 53:
> 54: public static void main (String[] args) throws Exception {
> 55: PassFailJFrame.builder()
OS check can be added. https://github.com/openjdk/jdk/pull/18233#discussion_r1525227378
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18312#discussion_r1528444067
More information about the client-libs-dev
mailing list