RFR: 8328482: Convert and Open source few manual applet test to main based [v5]
Harshitha Onkar
honkar at openjdk.org
Fri Mar 29 18:05:35 UTC 2024
On Fri, 29 Mar 2024 09:49:54 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Convert and open source these manual applet test to main based:
>> java/awt/Frame/MegaIconTest/MegaIconTest.html
>> java/awt/Frame/FrameMaximizedTest/FrameMaximizedTest.html
>> java/awt/Frame/FrameMinimizeTest/FrameMinimizeTest.html
>> java/awt/Frame/SizeMinimizedTest/SizeMinimizedTest.html
>>
>> Automated the test SizeMinimizedTest.java. Since the test is failing Linux arch (Maybe related to the bug - [JDK-8305915](https://bugs.openjdk.org/browse/JDK-8305915)), the test is problem listed for Linux arch until the issue is fixed/further investigation is done.
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>
> Reveiw updates and SizeMinimizedTest converted to auto test
Changes requested by honkar (Reviewer).
test/jdk/java/awt/Frame/SizeMinimizedTest.java line 39:
> 37: * @key headful
> 38: * @bug 4065534
> 39: * @summary Frame.setSize() doesn't change size if window is in an iconified state
The main objective of the original test is missing with the current updated test. The test is to check whether Frame.setSize() works when Frame is in iconified state. Currently the test checks frame size and location when in Normal state.
-------------
PR Review: https://git.openjdk.org/jdk/pull/18448#pullrequestreview-1969214770
PR Review Comment: https://git.openjdk.org/jdk/pull/18448#discussion_r1544736765
More information about the client-libs-dev
mailing list