-
Notifications
You must be signed in to change notification settings - Fork 127
8343314: Move common properties from jpackage jtreg test declarations to TEST.properties file #1221
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
Conversation
👋 Welcome back goetz! A progress list of the required criteria for merging this PR into |
@GoeLin 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 3 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
7db6b29
to
f451d57
Compare
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.
LGTM. JDK-8314909 is already backported. Seems like all "@modules jdk.jpackage/jdk.jpackage.internal" are removed.
|
Thanks for the review! |
/integrate |
Going to push as commit e1b5f3c.
Your commit was automatically rebased without conflicts. |
I would like to backport this to make follow-up backports clean.
I checked all files that would not patch clean for predecessors that are candidates for
backport. The remaining resolves are the following:
test/jdk/tools/jpackage/TEST.properties
Resolved. Will backport 8314909, which probably makes this clean.
test/jdk/tools/jpackage/share/AppContentTest.java
One of the removed @modules statements is not in 21. It was added in 24 with 8341443.
test/jdk/tools/jpackage/share/RuntimeImageTest.java
Trivial resolve
test/jdk/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest.java
Resolved Copyright. "8308398: Move SunEC crypto provider into java.base" not in 21.
test/jdk/tools/jpackage/windows/WinChildProcessTest.java
Resolved. "8340311: JPackage app-image exe launches multiple exe's in JDK 22+" not in 21.
Some tests touched by this change are not in 21. Some came with new features,
but other with bug fixes that are theoretically applicable to 21. Non of these fixes
qualify for an obvious and simple backport that could be done as prereq of a
pure test rework. Here the list:
test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/DirectoryContentVerifierTest.java
test/jdk/tools/jpackage/share/InOutPathTest.java
Both added by "8325089: jpackage utility creates an "infinite", undeleteable directory tree", a bug
that sounds interesting for 21, 17. But it is big and rather new, so don't backport now.
test/jdk/tools/jpackage/linux/ServiceAndDesktopTest.java
test/jdk/tools/jpackage/linux/UpgradeTest.java
Both added by "8301856: Generated .spec file for RPM installers uninstalls desktop launcher
on update", a bug that sounds interesting for 21, 17. It was published in 22, so it should be
considered as stable. But it is big and Oracle did not address this yet, so let's not backport.
test/jdk/tools/jpackage/macosx/SigningOptionsTest.java
Added by "8311877: [macos] Add CLI options to provide signing identity directly to
codesign and productbuild" in 22. A new feature, no candidate for backport.
test/jdk/tools/jpackage/share/RuntimeImageSymbolicLinksTest.java
Added by "8310933: Copying from runtime image to application image should not
follow symlinks" in 22. Enhancement.
test/jdk/tools/jpackage/windows/WinNoRestartTest.java
Added by "8340311: JPackage app-image exe launches multiple exe's in JDK 22+" in 24.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1221/head:pull/1221
$ git checkout pull/1221
Update a local copy of the PR:
$ git checkout pull/1221
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1221/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1221
View PR using the GUI difftool:
$ git pr show -t 1221
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1221.diff
Using Webrev
Link to Webrev Comment