On Wed, 22 Oct 2025 16:14:54 GMT, Alexey Semenyuk <[email protected]> wrote:
> - Fix compilation error in EntitlementsTest. > - Add an additional launcher to test if custom entitlements are applied to > all launchers. > - Make EntitlementsTest more robust and with more descriptive test case > signatures. > > Old signatures: > > EntitlementsTest.test(false, true, false) > EntitlementsTest.test(false, false, true) > EntitlementsTest.test(false, true, true) > EntitlementsTest.test(true, true, false) > EntitlementsTest.test(true, false, true) > EntitlementsTest.test(true, true, true) > > > New signatures: > > EntitlementsTest.test([CMDLINE](length=1)) > EntitlementsTest.test([RESOURCE_DIR](length=1)) > EntitlementsTest.test([CMDLINE, RESOURCE_DIR](length=2)) > EntitlementsTest.testAppStore([CMDLINE](length=1)) > EntitlementsTest.testAppStore([RESOURCE_DIR](length=1)) > EntitlementsTest.testAppStore([CMDLINE, RESOURCE_DIR](length=2)) > > > Additionally, add a test case to AnnotationsTest. This pull request has now been integrated. Changeset: a9254613 Author: Alexey Semenyuk <[email protected]> URL: https://git.openjdk.org/jdk/commit/a925461395dc1bc81b70aa49e8869a143d170f31 Stats: 131 lines in 4 files changed: 89 ins; 23 del; 19 mod 8370442: Compilation error in jpackage EntitlementsTest test Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/27940
