[jdk21u-dev] RFR: 8343875: Minor improvements of jpackage test library

Matthias Baesken mbaesken at openjdk.org
Tue Oct 14 12:04:13 UTC 2025


On Mon, 13 Oct 2025 07:48:49 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this to keep the jpackage testing infra up to date.  Simplifies later test backports. 
> 
> Two files had conflicts:
> 
> test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/DirectoryContentVerifierTest.java
> Was added by 8325089: "jpackage utility creates an "infinite", undeleteable directory tree",
> too big to backport.  Omit patch.
> 
> test/jdk/tools/jpackage/helpers/jdk/jpackage/test/PackageTest.java
> Resolved one chunk due to modifier order.  Resolved to the order used in 25 in this place.
> 
> And I needed some adaption, again as 8325089: "jpackage utility creates an "infinite", undeleteable directory tree"
> is missing.  I added one chunk from 8325089 to TKitTest.java and I added assertAssert() to TKit.java.

Marked as reviewed by mbaesken (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk21u-dev/pull/2315#pullrequestreview-3335233189


More information about the jdk-updates-dev mailing list