[11u] RFR: 8234149: Several regression tests do not dispose Frame at end

Baesken, Matthias matthias.baesken at sap.com
Tue Jun 9 11:55:49 UTC 2020


Hello Goetz , looks good to me .

While looking at all those files ,  I noticed  that

http://cr.openjdk.java.net/~goetz/wr20/8234149-dispose_frame-jdk11/01/test/jdk/javax/swing/JFrame/4962534/bug4962534.java.frames.html

has no

@key headful

(btw same for   test/jdk/javax/swing/JFrame/8037575/bug8037575.java  )

Looks like test/jdk/javax/swing/JFrame/8037575/bug8037575.java    still has no key headful  in jdk/jdk  while  bug4962534.java   got it   ...

Should I open a bug for  test/jdk/javax/swing/JFrame/8037575/bug8037575.java   ?

Best regards, Matthias


From: Lindenmaier, Goetz <goetz.lindenmaier at sap.com>
Sent: Freitag, 5. Juni 2020 13:14
To: 'jdk-updates-dev at openjdk.java.net' <jdk-updates-dev at openjdk.java.net>
Subject: [11u] RFR: 8234149: Several regression tests do not dispose Frame at end

Hi,

I am downporting this for 11.0.9-oracle parity.
I had to resolve a row of files:

bug4796987.java: OS check in context different, easy resolve.
bug6596966.java: simple resolve.  Indented code differs again in os check.
bug6470128.java, bug6580930.java, bug6827786.java, bug4202954.java, bug4624207.java
all similar indentation issues.

bug4962534.java, bug4634626.java: main method being fixed is only in 15
   because "8213110: Remove the use of applets in automatic tests" is not in 11.
   I just copied the whole main method. This way these fixes can not
   be overseen in case 8213110 is brought to 11 at some point.

http://cr.openjdk.java.net/~goetz/wr20/8234149-dispose_frame-jdk11/01/

Please review.

https://bugs.openjdk.java.net/browse/JDK-8234149
https://hg.openjdk.java.net/jdk/jdk/rev/7637e77c4c8a<https://hg.openjdk.java.net/jdk/jdk/rev/7637e77c4c8a>

Best regards,
  Goetz.


More information about the jdk-updates-dev mailing list