Skip to content

Commit

Permalink
7156347: javax/swing/JList/6462008/bug6462008.java fails
Browse files Browse the repository at this point in the history
Backport-of: a5b7bc5
  • Loading branch information
Andrew Lu committed Aug 14, 2024
1 parent fa64c0e commit 30f532b
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
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ javax/swing/JComponent/4337267/bug4337267.java 8146451 windows-all
javax/swing/JFileChooser/8002077/bug8002077.java 8196094 windows-all,macosx-all
javax/swing/JFileChooser/6396844/TwentyThousandTest.java 8058231 generic-all
javax/swing/JFileChooser/8194044/FileSystemRootTest.java 8327236 windows-all
javax/swing/JList/6462008/bug6462008.java 7156347 generic-all
javax/swing/JPopupMenu/6800513/bug6800513.java 7184956 macosx-all
javax/swing/JPopupMenu/6675802/bug6675802.java 8196097 windows-all
javax/swing/JTabbedPane/8007563/Test8007563.java 8051591 generic-all
Expand Down
2 changes: 2 additions & 0 deletions test/jdk/javax/swing/JList/6462008/bug6462008.java
Original file line number Diff line number Diff line change
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

1 comment on commit 30f532b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.