RFR: 8362598: [macos] Add tests for custom info plist files [v2]
Alexey Semenyuk
asemenyuk at openjdk.org
Fri Oct 3 15:00:36 UTC 2025
On Thu, 2 Oct 2025 02:26:33 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
>> - Added test for custom info plist to cover app image including embedded runtime and runtime installer.
>> - Fixed bug in `writePList`. It was missing `writeStartDocument()/writeEndDocument()` and `DOCTYPE` should be full xml string.
>
> 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
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27509#discussion_r2402275207
More information about the core-libs-dev
mailing list