Skip to content

Commit 518ff51

Browse files
committed
8233569: [TESTBUG] JTextComponent test bug6361367.java fails on macos
Reviewed-by: serb
1 parent 4c4b8f4 commit 518ff51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/jdk/ProblemList.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,6 @@ javax/swing/JEditorPane/6917744/bug6917744.java 8213124 macosx-all
781781
javax/swing/JTree/6263446/bug6263446.java 8213125 macosx-all
782782
javax/swing/text/View/8014863/bug8014863.java 8233561 macosx-all
783783
javax/swing/text/StyledEditorKit/4506788/bug4506788.java 8233562 macosx-all
784-
javax/swing/text/JTextComponent/6361367/bug6361367.java 8233569 macosx-all
785784
javax/swing/JRootPane/4670486/bug4670486.java 8042381 macosx-all
786785
javax/swing/JRadioButton/ButtonGroupFocus/ButtonGroupFocusTest.java 8233555 macosx-all
787786
javax/swing/JRadioButton/8075609/bug8075609.java 8233555 macosx-all

test/jdk/javax/swing/text/JTextComponent/6361367/bug6361367.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public JTextComponent call() throws Exception {
7979
waitForFocus(textComponent);
8080
Robot robot = new Robot();
8181
robot.setAutoWaitForIdle(true);
82-
robot.setAutoDelay(250);
82+
robot.setAutoDelay(100);
8383
robot.keyPress(KeyEvent.VK_END);
8484
robot.keyRelease(KeyEvent.VK_END);
8585
robot.keyPress(KeyEvent.VK_SHIFT);

0 commit comments

Comments
 (0)