Hi All,

Please review the following fix for jdk15.

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

Patch:

diff -r 083deccc617e test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt  Wed May 27 18:02:49 2020 +0530
+++ b/test/jdk/ProblemList.txt  Thu May 28 09:57:25 2020 +0530
@@ -746,7 +746,6 @@
 javax/swing/JColorChooser/Test6827032.java 8197825 windows-all
 javax/swing/JColorChooser/Test6541987.java 8143021 windows-all,linux-all,macosx-all
 javax/swing/JColorChooser/Test7194184.java 8194126 linux-all,macosx-all
-javax/swing/JTable/7124218/SelectEditTableCell.java 8148958 linux-all,macosx-all
 javax/swing/JTable/4235420/bug4235420.java     8079127 generic-all
 javax/swing/JSplitPane/4201995/bug4201995.java 8079127 generic-all
 javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java 8159131 linux-all


The test javax/swing/JTable/7124218/SelectEditTableCell.java was added to problem list twice. While fixing thehttps://bugs.openjdk.java.net/browse/JDK-8233551,one of the entry was removed, but there is one more entry for same test under bug IDhttps://bugs.openjdk.java.net/browse/JDK-8148958,which has been closed as duplicate ofhttps://bugs.openjdk.java.net/browse/JDK-8233551. This second entry for javax/swing/JTable/7124218/SelectEditTableCell.java should be deleted from ProblemList

Regards
Pankaj

Reply via email to