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

Backport-of: 510003cfe33c34e62735c9fd49178d86b69b89ed
  • Loading branch information
Andrew Lu committed May 10, 2024
1 parent 91fe4e6 commit 4b67c4e
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 @@ -684,7 +684,6 @@ javax/swing/JComboBox/6559152/bug6559152.java 8196090 windows-all,macosx-all
javax/swing/JComboBox/6607130/bug6607130.java 8196091 windows-all
javax/swing/JComboBox/8072767/bug8072767.java 8196093 windows-all,macosx-all
javax/swing/JComponent/4337267/bug4337267.java 8146451 windows-all
javax/swing/JFileChooser/4524490/bug4524490.java 8042380 generic-all
javax/swing/JFileChooser/8002077/bug8002077.java 8196094 windows-all,macosx-all
javax/swing/JFileChooser/6396844/TwentyThousandTest.java 8058231 generic-all
javax/swing/JList/6462008/bug6462008.java 7156347 generic-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 4b67c4e

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