RFR: 8340494: Open some dialog awt tests 4
Tejesh R
tr at openjdk.org
Mon Oct 14 06:33:12 UTC 2024
On Fri, 11 Oct 2024 22:09:00 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Fifth set of swing test to open for fall 2024 test sprint
test/jdk/java/awt/Container/ActivateOnFocusTest.java line 54:
> 52: public static void main(String[] args) throws Exception {
> 53: EventQueue.invokeAndWait(() -> {
> 54: mf1 = new MyFrame();
Frame is not disposed.
test/jdk/java/awt/Container/MouseEnteredTest.java line 89:
> 87: public static void main(String[] args) throws Exception {
> 88: EventQueue.invokeAndWait(() -> {
> 89: test = new MouseEnteredTest();
Frame is not disposed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21479#discussion_r1798824869
PR Review Comment: https://git.openjdk.org/jdk/pull/21479#discussion_r1798826765
More information about the client-libs-dev
mailing list