On Fri, 5 Apr 2024 04:35:25 GMT, Tejesh R <[email protected]> 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: > > Review comments updated - SizeMinimizedTest
Changes requested by honkar (Reviewer). test/jdk/ProblemList.txt line 803: > 801: java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java 8258103 > linux-all > 802: java/awt/Focus/FrameMinimizeTest/FrameMinimizeTest.java 8016266 linux-x64 > 803: java/awt/Frame/SizeMinimizedTest.java 4065534 linux-x64 The problemlist should always reference a JBS issue that is in open status, which is [JDK-8305915](https://bugs.openjdk.org/browse/JDK-8305915) in this case and not [JDK-4065534](https://bugs.openjdk.org/browse/JDK-4065534). ------------- PR Review: https://git.openjdk.org/jdk/pull/18448#pullrequestreview-1983796908 PR Review Comment: https://git.openjdk.org/jdk/pull/18448#discussion_r1554053358
