jdk
jdk copied to clipboard
JDK-8328299 : Convert DnDFileGroupDescriptor.html applet test to main
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
- [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
Issue
- JDK-8328299: Convert DnDFileGroupDescriptor.html applet test to main (Bug - P4)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/18335/head:pull/18335
$ git checkout pull/18335
Update a local copy of the PR:
$ git checkout pull/18335
$ git pull https://git.openjdk.org/jdk.git pull/18335/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 18335
View PR using the GUI difftool:
$ git pr show -t 18335
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/18335.diff
Webrev
:wave: Welcome back honkar! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@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:
8328299: Convert DnDFileGroupDescriptor.html applet test to main
Reviewed-by: psadhukhan, tr
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 master branch:
- 684678f9e83ed0a76541a31356894d170fd421db: 8328633: s390x: Improve vectorization of Match.sqrt() on floats
- 93d1700f23d42cb35b6028c5d7d029c035711acf: 8328589: unify os::breakpoint among posix platforms
- a5a2eca155bf5d9a1f01d0f3f21bd19dd0a7bd4d: 8327683: Crash with primitive type pattern and generic expression in instanceof
- 65d9f119c401c26c9a6436f5c9a513f91bb8c753: 8328328: Convert javax/swing/JTabbedPane/4666224/bug4666224.java applet test to main
- 481473efce9f51a497e26002c6da52b0ddc9ea8f: 8328035: Convert javax/swing/text/html/TableView/7030332/bug7030332.java applet test to main
- dea94f4445b9389339cf7ca0eef688ca56c17814: 8328300: Convert PrintDialogsTest.java from Applet to main program
- d32746ef4a0ce6fec558274244321991be141698: 8296244: Alternate implementation of user-based authorization Subject APIs that doesn’t depend on Security Manager APIs
- 000f4d8d156a48939fd29f8b4dd84b3dfd7d9d95: 8319251: [REDO] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT
- fbeac98c84078a566c572abeba07c49e94bbf26b: 8328379: Convert URLDragTest.html applet test to main
- 96530bcc07514c3eda40fd6ffa74f197fe541dea: 8326521: JFR: CompilerPhase event test fails on windows 32 bit
- ... and 52 more: https://git.openjdk.org/jdk/compare/0204aacb0305e94a7d6d5299a5ae835f3f71b030...master
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 master branch, type /integrate in a new comment.
@honkar-jdk The following label will be automatically applied to this pull request:
client
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.
@prsadhuk
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...
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 75195aab497a2d23548128e03f6887283dcaa7e1.
Since your change was applied there have been 72 commits pushed to the master branch:
- 725d87bbc2abae2ca856d91668f0a494f93fca1c: 8328570: Convert closed JViewport manual applet tests to main
- e41bc42deb22615c9b93ee639d04e9ed2bd57f64: 8327990: [macosx-aarch64] Various tests fail with -XX:+AssertWXAtThreadSync
- 43080173e88c8f53cd54c9096c79f3144007fd97: 8328631: Convert java/awt/InputMethods/InputMethodsTest/InputMethodsTest.java applet test to manual
- 700d2b91defd421a2818f53830c24f70d11ba4f6: 8328401: Convert java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.html applet test to automated
- bb3e84bd1fd8217fcb319de8a0716e44359e3423: 8328592: hprof tests fail with -XX:-CompactStrings
- ac2f8e5af8c88cd13038b113f82bb7c17a38aa40: 8327994: Update code gen in CallGeneratorHelper
- c434b79cff33e08e4518e92ddddae996dffefe29: 8327169: serviceability/dcmd/vm/SystemMapTest.java and SystemDumpMapTest.java may fail after JDK-8326586
- 700679011e5e9191f5170209454d35cc82953362: 8328628: JDK-8328157 incorrectly sets -MT on all compilers in jdk.jpackage
- 68170ae22233462e8925c75c4737be7f0ba9353d: 8328238: Convert few closed manual applet tests to main
- 9f5ad43358a4e209b4cd1c91bcc86b997f371548: 8320675: PrinterJob/SecurityDialogTest.java hangs
- ... and 62 more: https://git.openjdk.org/jdk/compare/0204aacb0305e94a7d6d5299a5ae835f3f71b030...master
Your commit was automatically rebased without conflicts.
@honkar-jdk Pushed as commit 75195aab497a2d23548128e03f6887283dcaa7e1.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.