Skip to content

Commit

Permalink
8042380: Test javax/swing/JFileChooser/4524490/bug4524490.java fails …
Browse files Browse the repository at this point in the history
…with InvocationTargetException

Reviewed-by: serb
  • Loading branch information
prsadhuk committed Apr 15, 2022
1 parent ea0706d commit 510003c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/javax/swing/JFileChooser/4524490/bug4524490.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

1 comment on commit 510003c

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