RFR: 8305915: java/awt/Frame/FrameLocation/FrameLocation.java fails with "The frame location is wrong!" [v2]

Tejesh R tr at openjdk.org
Tue Sep 30 04:39:49 UTC 2025


On Tue, 23 Sep 2025 11:21:34 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Add image capture on failure
>>  - Review fix
>
> test/jdk/java/awt/Frame/FrameLocation/FrameLocation.java line 55:
> 
>> 53:                 f.setBounds(X, Y, 250, 250); // the size doesn't matter
>> 54:                 f.setVisible(true);
>> 55:             });
> 
> Why do you preserve `invokeAndWait` if the test passes without it?

As I mentioned earlier, I have added it to make the test more stable.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27366#discussion_r2389824674


More information about the client-libs-dev mailing list