<Swing Dev> RFR: JDK-8258884: [TEST_BUG] Convert applet-based test open/test/jdk/javax/swing/JMenuItem/8031573/bug8031573.java to a regular java test

Sergey Bylokhov serb at openjdk.java.net
Thu Dec 31 06:36:58 UTC 2020


On Wed, 23 Dec 2020 11:50:41 GMT, K Suman Rajkumaar <github.com+70650887+skodanda at openjdk.org> wrote:

> Hi All, Could you please review this fix for JDK16?
> 
> Problem Description: The test open/test/jdk/javax/swing/JMenuItem/8031573/bug8031573.java is applet based.
> 
> Fix: Rewritten the above applet based test to a regular java test.
> 
> Best Regards,
> K Suman Rajkumaar

test/jdk/javax/swing/JMenuItem/8031573/bug8031573.java line 47:

> 45:  * @summary [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered
> 46:  *           in high resolution on Retina
> 47:  * @run main bug8031573

Looks like this line will make the test automatic?

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

PR: https://git.openjdk.java.net/jdk/pull/1878


More information about the swing-dev mailing list