RFR: 8354695: Open source several swing tests batch7 [v3]

Alexander Zuev kizune at openjdk.org
Tue Apr 22 17:01:53 UTC 2025


On Tue, 22 Apr 2025 01:06:11 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Open-sourcing and standardizing several swing tests (JScrollPane & JRootPane)
>
> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Move width and height to EDT

test/jdk/javax/swing/JScrollPane/AcceleratedWheelScrolling/RTLScrollers.java line 26:

> 24: // A few Swing components which use the mouse wheel to scroll
> 25: //
> 26: // NOTE: The robot portion of this test probably has a number of EDT problems,

Yikes. You know that there are EDT problems but just decided to ignore them. Are there a lot of them? How hard it would be to get rid of them?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24758#discussion_r2054504721


More information about the client-libs-dev mailing list