On Tue, 20 Jun 2023 13:23:16 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> Currently, a number of tests fail on macOS because they miss the core file > (e.g. serviceability/sa/TestJmapCore.java). > The reason is that configure detects on some setups that codesign does not > work ("checking if debug mode codesign is possible... no) . > So adding the needed entitlement to generate cores is not done in the build. > This is currently not checked later in the tests. > But without the entitlement, a core is not generated. This pull request has now been integrated. Changeset: 39c104df Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/39c104df44f17c1d65e35becd4272f73e2c6610c Stats: 56 lines in 4 files changed: 37 ins; 12 del; 7 mod 8310380: Handle problems in core-related tests on macOS when codesign tool does not work Reviewed-by: lucy, clanger, cjplummer ------------- PR: https://git.openjdk.org/jdk/pull/14562