On Tue, 23 Sep 2025 11:21:34 GMT, Alexey Ivanov <[email protected]> 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
