[jdk8u-dev] RFR: 8160767: [TEST_BUG] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java [v2]

Taizo Kurashige duke at openjdk.org
Wed Apr 23 00:00:49 UTC 2025


On Thu, 13 Mar 2025 01:56:30 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Taizo Kurashige has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>> 
>>  - Fix to use ExtendedRobot
>>  - Merge branch 'openjdk:master' into fix_MaximizedToIconified
>>  - Merge branch 'openjdk:master' into fix_MaximizedToIconified
>>  - Backport b46b19cb58d8b43e57cd81a0588d4e18ad6afa9a
>
> jdk/test/java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java line 55:
> 
>> 53:     private static void checkState(Frame frame, int state) {
>> 54:         frame.setExtendedState(state);
>> 55:         robot.waitForIdle();
> 
> I'm not sure this will be enough for jdk8. https://bugs.openjdk.org/browse/JDK-8056911 was not ported to jdk8, so Robot.waitForIdle() uses a "dummy" implementation.

@mrserb 

If you have time, I would like you to check my comment. Thanks.

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

PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/637#discussion_r2055058936


More information about the jdk8u-dev mailing list