[jdk21u-dev] Integrated: 8343875: Minor improvements of jpackage test library
Goetz Lindenmaier
goetz at openjdk.org
Tue Oct 14 14:18:34 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.
This pull request has now been integrated.
Changeset: 2cdc9ed6
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/2cdc9ed6d687cee343a5792a066a24839c6baccf
Stats: 546 lines in 10 files changed: 491 ins; 21 del; 34 mod
8343875: Minor improvements of jpackage test library
Reviewed-by: mbaesken
Backport-of: 95a00f8a188048952871a10dc428566b18b91cb8
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/2315
More information about the jdk-updates-dev
mailing list