On Fri, 28 Feb 2025 08:50:31 GMT, Prasanta Sadhukhan <[email protected]>
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