Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8233638: [TESTBUG] Swing test ScreenMenuBarInputTwice.java fails on m…
- Loading branch information
|
@@ -873,7 +873,6 @@ javax/swing/JPopupMenu/6544309/bug6544309.java 8233556 macosx-all |
|
|
javax/swing/JPopupMenu/4634626/bug4634626.java 8233556 macosx-all |
|
|
javax/swing/JPopupMenu/4458079/bug4458079.java 8233556 macosx-all |
|
|
javax/swing/JMenuItem/ActionListenerCalledTwice/ActionListenerCalledTwiceTest.java 8233637 macosx-all |
|
|
javax/swing/JMenuItem/8139169/ScreenMenuBarInputTwice.java 8233638 macosx-all |
|
|
javax/swing/JMenuItem/6249972/bug6249972.java 8233640 macosx-all |
|
|
javax/swing/JMenuItem/4171437/bug4171437.java 8233641 macosx-all |
|
|
javax/swing/JMenuBar/4750590/bug4750590.java 8233642 macosx-all |
|
|
|
@@ -71,10 +71,20 @@ public static void main(String[] args) throws Exception { |
|
|
robot.setAutoDelay(200); |
|
|
robot.setAutoWaitForIdle(true); |
|
|
createUIWithSeperateMenuBar(); |
|
|
robot.waitForIdle(); |
|
|
robot.delay(500); |
|
|
shortcutTestCase(); |
|
|
robot.waitForIdle(); |
|
|
robot.delay(250); |
|
|
cleanUp(); |
|
|
robot.waitForIdle(); |
|
|
robot.delay(250); |
|
|
createUIWithIntegratedMenuBar(); |
|
|
robot.waitForIdle(); |
|
|
robot.delay(500); |
|
|
menuTestCase(); |
|
|
robot.waitForIdle(); |
|
|
robot.delay(250); |
|
|
cleanUp(); |
|
|
} |
|
|
|
|
|