RFR: JDK-8310380: Handle problems in core-related tests on macOS when codesign tool does not work [v2]

Matthias Baesken mbaesken at openjdk.org
Thu Jun 22 09:53:29 UTC 2023


On Wed, 21 Jun 2023 19:32:23 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Some adjustments
>
> test/lib/jdk/test/lib/util/CoreUtils.java line 131:
> 
>> 129:             return coreFileLocation; // success!
>> 130:         } else {
>> 131:             System.out.println("Core file not found, try to find a reason for this");
> 
> Suggestion:
> 
>             System.out.println("Core file not found. Trying to find a reason why...");

I changed the message.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14562#discussion_r1238282996


More information about the core-libs-dev mailing list