I guess just to ensure these tests not hampering other tests, you can add a frame.dispose() at finally block.

Regards
Prasanta
On 22-May-20 1:08 PM, Pankaj Bansal wrote:
Hi All,

Please review the following test only fix for jdk15.

Bug : https://bugs.openjdk.java.net/browse/JDK-8233550

Patch:
diff -r dd652a1b2a39 test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt  Sat May 09 09:49:08 2020 +0530
+++ b/test/jdk/ProblemList.txt  Fri May 22 12:59:08 2020 +0530
@@ -856,9 +856,6 @@
 javax/swing/text/html/HTMLEditorKit/5043626/bug5043626.java 233570 macosx-all  javax/swing/ProgressMonitor/ProgressMonitorEscapeKeyPress.java 8233635 macosx-all
 javax/swing/plaf/nimbus/TestNimbusOverride.java 8233559 macosx-all
-javax/swing/JTree/4927934/bug4927934.java 8233550 macosx-all
-javax/swing/JTree/4908142/bug4908142.java 8233550 macosx-all
-javax/swing/JTree/4330357/bug4330357.java 8233550 macosx-all
 javax/swing/JTable/7124218/SelectEditTableCell.java 8233551 macosx-all
 javax/swing/JTable/7068740/bug7068740.java 8233552 macosx-all
 javax/swing/JSpinner/4973721/bug4973721.java 8233553 macosx-all

These tests were added to the ProblemList as they were failing in nightly automated testing. Most probably because of bad configuration in particular system as few possible ways of fixing these were not successful at that time. Ran these tests again several times and they are passing in mach5. Links are in JBS. So removing these from the problem list.

Regards
Pankaj

Reply via email to