RFR: 8343314: Move common properties from jpackage jtreg test declarations to TEST.properties file

Alexey Semenyuk asemenyuk at openjdk.org
Sat Nov 2 14:27:05 UTC 2024


On Wed, 30 Oct 2024 19:07:54 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> Clean up of jpackage jtreg test declarations:
>  - remove "<span>@</span>modules java.base/jdk.internal.util";
>  - remove `--add-opens` from <span>@</span>run;
>  - replace "<span>@</span>library ../../../../helpers" and "<span>@</span>library ../helpers" with "<span>@</span>library /test/jdk/tools/jpackage/helpers";
>  - remove <span>@</span>library referring to unused libraries;
>  - remove duplicated <span>@</span>build;
>  - add `modules=jdk.jpackage/jdk.jpackage.internal:+open java.base/jdk.internal.util` to jpackage's `TEST.properties` file.
> 
> Most changes were automated with ad-hoc scripts.

@sashamatveev ptal

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

PR Comment: https://git.openjdk.org/jdk/pull/21792#issuecomment-2453007062


More information about the core-libs-dev mailing list