RFR: 8328482: Convert and Open source few manual applet test to main based [v2]

Abhishek Kumar abhiscxk at openjdk.org
Fri Mar 22 10:22:24 UTC 2024


On Fri, 22 Mar 2024 10:02:49 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
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated regtesthelpers path

test/jdk/java/awt/Frame/FrameMaximizedTest.java line 30:

> 28:  * @test
> 29:  * @bug 4106068
> 30:  * @key headful

`@key headful` is redundant since manual test needs someone to verify. You can remove here and in other tests as well.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18448#discussion_r1535356393


More information about the client-libs-dev mailing list