On Wed, 2 Oct 2024 20:32:57 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
> - `AppContentTest` and `SigningOptionsTest` failed on macOS 15 due to > `codesign` no longer fails if additional content is added to app image. > - `SigningOptionsTest` fixed by failing `codesign` due to missing identity, > since we only need to check that warning message is displayed when codesign > fails and `--app-content` is specified. > - `AppContentTest` is fixed by setting expected exit code based on macOS > version. This pull request has now been integrated. Changeset: 85e0e645 Author: Alexander Matveev <almat...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/85e0e6452d167db2fadd60543f875a6375339604 Stats: 27 lines in 2 files changed: 22 ins; 2 del; 3 mod 8341443: [macos] AppContentTest and SigningOptionsTest failed due to "codesign" does not fails with "--app-content" on macOS 15 Reviewed-by: asemenyuk ------------- PR: https://git.openjdk.org/jdk/pull/21313