RFR: 8350924: javax/swing/JMenu/4213634/bug4213634.java fails
Alexey Ivanov
aivanov at openjdk.org
Fri Feb 28 19:56:52 UTC 2025
On Fri, 28 Feb 2025 08:50:31 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Test fails in ubuntu OCI system..Made it more robust my adding waitForIdle/delay before commencing test..
> OCI system is ok with the fix.
test/jdk/javax/swing/JMenu/4213634/bug4213634.java line 71:
> 69: frame.setJMenuBar(mb);
> 70: JTextArea ta = new JTextArea("This test dedicated to Nancy and Kathleen, testers and bowlers extraordinaire\n\n\nNo exception means pass.");
> 71: frame.getContentPane().add("Center", ta);
The text area seems redundant, especially the text inside which looks like an [Easter egg](https://en.wikipedia.org/wiki/Easter_egg_(media)).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23837#discussion_r1975942628
More information about the client-libs-dev
mailing list