[jdk18] Integrated: 8278970: [macos] SigningPackageTest is failed with runtime exception
Alexander Matveev
almatvee at openjdk.java.net
Fri Dec 17 22:00:38 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.
This pull request has now been integrated.
Changeset: 36676db2
Author: Alexander Matveev <almatvee at openjdk.org>
URL: https://git.openjdk.java.net/jdk18/commit/36676db2fdb810f6d9fe7be8a81b86244dbdbf71
Stats: 7 lines in 1 file changed: 4 ins; 0 del; 3 mod
8278970: [macos] SigningPackageTest is failed with runtime exception
Reviewed-by: herrick, asemenyuk
-------------
PR: https://git.openjdk.java.net/jdk18/pull/42
More information about the core-libs-dev
mailing list