-
Bug
-
Resolution: Unresolved
-
P4
-
19
-
b18
The method positionTestWindow should be called on EDT, or rather the method should ensure that its code which modifies the position of windows and shows the instructions is performed on EDT.
https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L526
https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L532-L533
https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L506
Window listeners should be added on EDT, too.
https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L522-523
https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L526
https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L532-L533
https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L506
Window listeners should be added on EDT, too.
https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L522-523
- caused by
-
JDK-8283712 Create a manual test framework class
-
- Resolved
-
- relates to
-
JDK-8352903 Account for larger test UI windows when positioning PassFailJFrame
-
- Open
-
-
JDK-8352752 Avoid showing instruction frame prematurely
-
- Open
-