Skip to content

Commit e023add

Browse files
committed
8345297: test/jdk/javax/swing/Action/8133039/bug8133039.java fails in ubuntu22.04
Reviewed-by: azvegint
1 parent 40ae469 commit e023add

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/jdk/javax/swing/Action/8133039/bug8133039.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -39,8 +39,8 @@
3939
* @bug 8133039
4040
* @summary Provide public API to sun.swing.UIAction#isEnabled(Object)
4141
* @modules java.desktop/sun.swing
42-
* @author Alexander Scherbatiy
4342
*/
43+
4444
public class bug8133039 {
4545

4646
private static volatile int ACTION_PERFORMED_CALLS = 0;
@@ -91,6 +91,7 @@ private static void testPopupAction() throws Exception {
9191
Robot robot = new Robot();
9292
robot.setAutoDelay(100);
9393
robot.waitForIdle();
94+
robot.delay(1000);
9495

9596
robot.keyPress(KeyEvent.VK_A);
9697
robot.keyRelease(KeyEvent.VK_A);

0 commit comments

Comments
 (0)