RFR: 8317288: [macos] java/awt/Window/Grab/GrabTest.java: Press on the outside area didn't cause ungrab [v2]
Alisen Chung
achung at openjdk.org
Tue Dec 5 00:21:34 UTC 2023
On Mon, 4 Dec 2023 18:02:38 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> Alisen Chung has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - updated test
>> - updated test
>
> test/jdk/java/awt/Window/Grab/GrabTest.java line 77:
>
>> 75:
>> 76: robot = new Robot();
>> 77: robot.setAutoDelay(500);
>
> @alisenchung The stability test fix works on macOS 14 both with setAutoDelay(500) & setAutoDelay(100).
> Any reason why the autodelay is set to higher number (500 ms) here since your earlier one-off delay was 100 ms?
ive updated setAutoDelay to 100, the extra delays after creating a frame don't seem necessary because the test is passing
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16867#discussion_r1414688146
More information about the client-libs-dev
mailing list