Skip to content

Commit cbe5a58

Browse files
committed
8221902: PIT: javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails on ubuntu
Backport-of: 4071546
1 parent 4f3e010 commit cbe5a58

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/jdk/ProblemList.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ javax/swing/JComboBox/7031551/bug7031551.java 8199056 generic-all
780780
javax/swing/JScrollBar/6924059/bug6924059.java 8199078 generic-all
781781
javax/swing/JTabbedPane/TabProb.java 8236635 linux-all
782782
javax/swing/JTree/8003830/bug8003830.java 8199057 generic-all
783-
javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java 8221902 linux-all,macosx-all
784783
javax/swing/ToolTipManager/Test6256140.java 8233560 macosx-all
785784
javax/swing/text/View/8014863/bug8014863.java 8233561 macosx-all
786785
javax/swing/text/StyledEditorKit/4506788/bug4506788.java 8233561 macosx-all

test/jdk/javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ public void run() {
134134
private static void runTestCase() throws Exception {
135135
focusOn(a);
136136

137+
robot.waitForIdle();
138+
robot.delay(500);
137139
robot.keyPress(KeyEvent.VK_ENTER);
138140
robot.keyRelease(KeyEvent.VK_ENTER);
139141
robot.waitForIdle();
@@ -189,6 +191,7 @@ private static boolean tryLookAndFeel(String lookAndFeelString)
189191
| IllegalAccessException e) {
190192
return false;
191193
}
194+
System.out.println("Testing lookAndFeel " + lookAndFeelString);
192195
return true;
193196
}
194197

0 commit comments

Comments
 (0)