RFR: 8350924: javax/swing/JMenu/4213634/bug4213634.java fails
Harshitha Onkar
honkar at openjdk.org
Fri Feb 28 19:05: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 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
More information about the client-libs-dev
mailing list