Skip to content

Commit

Permalink
8221902: PIT: javax/swing/JRadioButton/FocusTraversal/FocusTraversal.…
Browse files Browse the repository at this point in the history
…java fails on ubuntu

Reviewed-by: serb
  • Loading branch information
prsadhuk committed May 4, 2020
1 parent 2731d62 commit 4071546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,6 @@ javax/swing/JEditorPane/6917744/bug6917744.java 8213124 macosx-all
javax/swing/JTable/6263446/bug6263446.java 8169959 macosx-all
javax/swing/JTree/6263446/bug6263446.java 8213125 macosx-all
javax/swing/JTree/8003400/Test8003400.java 8197560 macosx-all,linux-all
javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java 8221902 linux-all,macosx-all
javax/swing/ToolTipManager/Test6256140.java 8233560 macosx-all
javax/swing/text/View/8014863/bug8014863.java 8233561 macosx-all
javax/swing/text/StyledEditorKit/4506788/bug4506788.java 8233561 macosx-all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ public void run() {
private static void runTestCase() throws Exception {
focusOn(a);

robot.waitForIdle();
robot.delay(500);
robot.keyPress(KeyEvent.VK_ENTER);
robot.keyRelease(KeyEvent.VK_ENTER);
robot.waitForIdle();
Expand Down Expand Up @@ -189,6 +191,7 @@ private static boolean tryLookAndFeel(String lookAndFeelString)
| IllegalAccessException e) {
return false;
}
System.out.println("Testing lookAndFeel " + lookAndFeelString);
return true;
}

Expand Down

0 comments on commit 4071546

Please sign in to comment.