JDK-8328299 : Convert DnDFileGroupDescriptor.html applet test to main#18335
JDK-8328299 : Convert DnDFileGroupDescriptor.html applet test to main#18335honkar-jdk wants to merge 6 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back honkar! A progress list of the required criteria for merging this PR into |
|
@honkar-jdk This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 62 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
@honkar-jdk The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
test/jdk/ProblemList.txt
Outdated
| java/awt/xembed/server/TestXEmbedServerJava.java 8001150,8004031 generic-all | ||
| java/awt/Modal/PrintDialogsTest/PrintDialogsTest.java 8068378 generic-all | ||
| java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.html 8080185 macosx-all,linux-all | ||
| java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java 8080185 macosx-all,linux-all |
There was a problem hiding this comment.
@prsadhuk While looking into the test history I noticed you had previous worked on it PR #3406, it wasn't integrated though. Any thoughts whether to make this test windows-only or extend the test to other platforms ?
Your previous PR description sounds correct, when I went through the related test bugs it seemed like the test was created for windows-only issue.
There was a problem hiding this comment.
The reason it was not integrated was because of this comment wherein it was mentioned to update the test to run without MSOutlook dependancy so that it could be run on all platforms so making it not platform dependant..
There was a problem hiding this comment.
@prsadhuk Since the test still retains the MS Outlook requirement in instructions, should we make the test windows-only then ? Because having a combination of @requires (os.family == "windows") and problem-listing on macOS and linux seems contradicting.
There was a problem hiding this comment.
There was a problem hiding this comment.
The @requires was added in JDK-7147083 to ensure the test pass automatically in non-windows platform much before the problemlist was added so I think it was an oversight and we should remove the problemlist and close 8080185 as NA, in my opinion...
test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java
Outdated
Show resolved
Hide resolved
Webrevs
|
I have de-problemlisted this test on non-windows platform as it is not applicable. I have added a note to to close JDK-8080185 when this PR is integrated. |
|
/integrate |
|
Going to push as commit 75195aa.
Your commit was automatically rebased without conflicts. |
|
@honkar-jdk Pushed as commit 75195aa. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Following test java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.html is converted to main using PassFailJFrame.
This test is currently problem-listed on macOS and linux, but as per the previous JBS bugs [JDK-6242241, JDK-8080185, JDK-7147083] this test was original created for testing DnD of MS Outlook attachments on Windows system.
Based on the test history and JBS details, I believe this should be windows-only test and should NOT be problemlisted on macOS and linux as it is not applicable.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/18335/head:pull/18335$ git checkout pull/18335Update a local copy of the PR:
$ git checkout pull/18335$ git pull https://git.openjdk.org/jdk.git pull/18335/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 18335View PR using the GUI difftool:
$ git pr show -t 18335Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/18335.diff
Webrev
Link to Webrev Comment