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 42:
> 40: * @key headful
> 41: * @bug 4213634 8017187
> 42: * @library ../../regtesthelpers
Suggestion:
* @library /java/awt/regtesthelpers
test/jdk/javax/swing/JMenu/4213634/bug4213634.java line 80:
> 78: }
> 79:
> 80: private static void test() throws AWTException, InterruptedException,
> InvocationTargetException {
Suggestion:
private static void test() throws Exception {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23837#discussion_r1975885981
PR Review Comment: https://git.openjdk.org/jdk/pull/23837#discussion_r1975886766