RFR: 8362598: [macos] Add tests for custom info plist files [v2]

Alexander Matveev almatvee at openjdk.org
Fri Oct 3 20:19:06 UTC 2025


On Fri, 3 Oct 2025 14:57:21 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

>> Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8362598: [macos] Add tests for custom info plist files [v3]
>
> test/jdk/tools/jpackage/macosx/SigningRuntimeImagePackageTest.java line 29:
> 
>> 27: import java.util.stream.Stream;
>> 28: 
>> 29: import base.SigningBase;
> 
> This should result in the following error:
> 
> open\test\jdk\tools\jpackage\macosx\SigningRuntimeImagePackageTest.java:29: error: package base does not exist
> import base.SigningBase;
>            ^
> 1 error

Removed. Not sure why it was added.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27509#discussion_r2403248860


More information about the core-libs-dev mailing list