On Wed, 9 Oct 2024 21:02:00 GMT, Damon Nguyen <[email protected]> wrote:
>> Following tests are added as part of this PR: >> >> 1. >> /java/awt/LightweightComponent/MultipleAddNotifyTest/MultipleAddNotifyTest.java >> - CONVERTED TO AUTO >> 2. /java/awt/LightweightComponent/PopupTest/PopupTest.java - MANUAL >> 3. /java/awt/Panel/PanelRepaint/PanelRepaint.java - MANUAL >> 4. /java/awt/EventQueue/PushPopDeadlock/PushPopDeadlock.java MANUAL (PROBLEM >> LISTED) > > Damon Nguyen has updated the pull request incrementally with one additional > commit since the last revision: > > Changed offset to pass on win @DamonGuy Looks like the resize indicator was the problem on windows which caused MultipleAddNotifyTest.java to fail. Moving the click location to almost center of the lightweight component may be better as described above. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21398#issuecomment-2403668078
