Skip to content

Commit

Permalink
7156347: javax/swing/JList/6462008/bug6462008.java fails
Browse files Browse the repository at this point in the history
  • Loading branch information
prsadhuk committed Oct 22, 2020
1 parent e559bd2 commit 75e284f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Expand Up @@ -754,7 +754,6 @@ javax/swing/JComboBox/8072767/bug8072767.java 8196093 windows-all,macosx-all
javax/swing/JFileChooser/4524490/bug4524490.java 8042380 generic-all
javax/swing/JFileChooser/6396844/TwentyThousandTest.java 8198003 generic-all
javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java 8193942 generic-all
javax/swing/JList/6462008/bug6462008.java 7156347 generic-all
javax/swing/JPopupMenu/6580930/bug6580930.java 7124313 macosx-all
javax/swing/JPopupMenu/6800513/bug6800513.java 7184956 macosx-all
javax/swing/JPopupMenu/6675802/bug6675802.java 8196097 windows-all
Expand Down
2 changes: 2 additions & 0 deletions test/jdk/javax/swing/JList/6462008/bug6462008.java
Expand Up @@ -61,6 +61,7 @@ public void run() {
});

robot.waitForIdle();
robot.delay(1000);

setAnchorLead(-1);
robot.waitForIdle();
Expand Down Expand Up @@ -366,6 +367,7 @@ private static void createAndShowGUI() {
frame.getContentPane().add(panel);

frame.setVisible(true);
frame.setLocationRelativeTo(null);
}

private static void checkSelection(int... sels) throws Exception {
Expand Down

0 comments on commit 75e284f

Please sign in to comment.