8042380: Test javax/swing/JFileChooser/4524490/bug4524490.java fails with InvocationTargetException

Reviewed-by: serb
This commit is contained in:
Prasanta Sadhukhan 2022-04-15 08:32:13 +00:00
parent ea0706de82
commit 510003cfe3
2 changed files with 1 additions and 2 deletions
test/jdk
ProblemList.txt
javax/swing/JFileChooser/4524490

@ -706,7 +706,6 @@ javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java 802462
javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java 8159131 linux-all
javax/swing/JTree/4633594/JTreeFocusTest.java 8173125 macosx-all
javax/swing/AbstractButton/6711682/bug6711682.java 8060765 windows-all,macosx-all
javax/swing/JFileChooser/4524490/bug4524490.java 8042380 generic-all
javax/swing/JFileChooser/6396844/TwentyThousandTest.java 8198003 generic-all
javax/swing/JPopupMenu/6580930/bug6580930.java 7124313 macosx-all
javax/swing/JPopupMenu/6800513/bug6800513.java 7184956 macosx-all

@ -45,7 +45,7 @@ public class bug4524490 {
public static void main(String[] args) throws Exception {
Robot robot = new Robot();
robot.setAutoDelay(50);
robot.setAutoDelay(100);
UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel");