Skip to content

Commit

Permalink
8233569: [TESTBUG] JTextComponent test bug6361367.java fails on macos
Browse files Browse the repository at this point in the history
Reviewed-by: serb
  • Loading branch information
prsadhuk committed Nov 1, 2020
1 parent 4c4b8f4 commit 518ff51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Expand Up @@ -781,7 +781,6 @@ javax/swing/JEditorPane/6917744/bug6917744.java 8213124 macosx-all
javax/swing/JTree/6263446/bug6263446.java 8213125 macosx-all
javax/swing/text/View/8014863/bug8014863.java 8233561 macosx-all
javax/swing/text/StyledEditorKit/4506788/bug4506788.java 8233562 macosx-all
javax/swing/text/JTextComponent/6361367/bug6361367.java 8233569 macosx-all
javax/swing/JRootPane/4670486/bug4670486.java 8042381 macosx-all
javax/swing/JRadioButton/ButtonGroupFocus/ButtonGroupFocusTest.java 8233555 macosx-all
javax/swing/JRadioButton/8075609/bug8075609.java 8233555 macosx-all
Expand Down
Expand Up @@ -79,7 +79,7 @@ public JTextComponent call() throws Exception {
waitForFocus(textComponent);
Robot robot = new Robot();
robot.setAutoWaitForIdle(true);
robot.setAutoDelay(250);
robot.setAutoDelay(100);
robot.keyPress(KeyEvent.VK_END);
robot.keyRelease(KeyEvent.VK_END);
robot.keyPress(KeyEvent.VK_SHIFT);
Expand Down

0 comments on commit 518ff51

Please sign in to comment.