On Wed, 30 Oct 2024 19:07:54 GMT, Alexey Semenyuk <asemen...@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. This pull request has now been integrated. Changeset: c33a8f52 Author: Alexey Semenyuk <asemen...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c33a8f52b613e5eff02f572eda876cbbfc7c22cf Stats: 297 lines in 87 files changed: 4 ins; 122 del; 171 mod 8343314: Move common properties from jpackage jtreg test declarations to TEST.properties file Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/21792