On Sat, 10 Apr 2021 02:59:00 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> This testcase was a regression testcase for a windows bug JDK-6242241 >> whereby dragging an attachment from a Microsoft Outlook message to the >> application results in blank or semicolons. >> The testcase was later made applicable to windows only by JDK-7147083 >> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/d8efcad28072 >> so we can remove the test from Problemlist which is problemlisted for linux >> and mac. > > Prasanta Sadhukhan has updated the pull request incrementally with one > additional commit since the last revision: > > Remove Outlook requirement test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java line 42: > 40: String[] instructions = { > 41: "The applet window contains a red field.", > 42: "1. Select any file from File Explorer and drag into a red field > of applet.", Did you check that "any file from File Explorer" can reproduce the initial JDK-6242241 bug? ------------- PR: https://git.openjdk.java.net/jdk/pull/3406