7156347: javax/swing/JList/6462008/bug6462008.java fails

Reviewed-by: serb, pbansal
This commit is contained in:
Prasanta Sadhukhan 2020-10-22 06:45:03 +00:00
parent b25d894015
commit a5b7bc50d4
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -61,6 +61,7 @@ public class bug6462008 {
});
robot.waitForIdle();
robot.delay(1000);
setAnchorLead(-1);
robot.waitForIdle();
@ -366,6 +367,7 @@ public class bug6462008 {
frame.getContentPane().add(panel);
frame.setVisible(true);
frame.setLocationRelativeTo(null);
}
private static void checkSelection(int... sels) throws Exception {