Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8080185: [TESTBUG] Test instructions need to be updated for test java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor #3406
8080185: [TESTBUG] Test instructions need to be updated for test java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor #3406
Changes from 3 commits
1c023ab
2976e13
6e7f6ee
1970ba9
992bb12
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check that "any file from File Explorer" can reproduce the initial JDK-6242241 bug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will work fine as initial JDK-6242241 bug says "It works fine when dragging from Windows Explorer" but you told to remove Outlook requirement. The JDK-6242241 bug is specifically Outlook issue so that's why I told "regression test was added specially for Microsoft Outlook drag issues"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bug was filed to remove the "Outlook requirement" but it does not mean that we should lose the opportunity to verify the JDK-6242241.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure I am understanding..
JDK-6242241 was Outlook bug so I am not sure how to remove "Outlook requirement" to verify that fix and thus bug? I don't think we can satisfy both requirement!!!
Are you saying we will add @requires but not remove from problem list?
Or add
Outlook steps plus
"If Outlook is not present in some platform then you can test with any file from File Explorer"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think the bug was raised by internal SQE when it was thought that the test could be run on multiple platforms but
http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/d8efcad28072
made sure it can be run only for windows (although fix not done fully). So, I think we should just add @requires in the html file and not put much stress on removing Outlook requirement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any more comments on this? I tried removing "Outlook requirement" but couldn't so reinstated back based on the above comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be good to try some possibilities to remove the "Outlook requirement" and at the same time cover the verification of the JDK-6242241. So yes we need to have both. We probably can create the native app from which the user should be able to drag the data, or we may try to run two java processes, etc to emulate the DnD from the Outlook.