[jdk18] RFR: 8278907: JPackage test - SigningPackageTest is failed with runtime exception

Andy Herrick herrick at openjdk.java.net
Fri Dec 17 14:45:29 UTC 2021


On Fri, 17 Dec 2021 03:28:12 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

> This is regression from JDK-8263155. MacHelper.java is now calling test verification callback with all content in DMG root. SigningPackageTest expects only path with app name in it and thus it fails when trying to verify app inside ".background" folder. Fixed by checking that provided path for verification is actually an application we expecting. All other paths are ignored.

Marked as reviewed by herrick (Reviewer).

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

PR: https://git.openjdk.java.net/jdk18/pull/42


More information about the core-libs-dev mailing list