-
Bug
-
Resolution: Fixed
-
P3
-
17.0.8-oracle, 20, 21, 22
-
b11
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8314685 | 21.0.1 | Alexander Matveev | P3 | Resolved | Fixed | b08 |
JDK-8314689 | 17.0.10-oracle | Alexander Matveev | P3 | Resolved | Fixed | b01 |
tools/jpackage/macosx/SigningAppImageTest.java
tools/jpackage/macosx/SigningAppImageTwoStepsTest.java
tools/jpackage/macosx/SigningPackageFromTwoStepAppImageTest.java:
tools/jpackage/macosx/SigningPackageTwoStepTest.java
They all failed for same reason:
----------System.err:(45/3004)----------
java.lang.AssertionError: Expected [1]. Actual [0]: Check command [/usr/bin/codesign --verify --deep --strict --verbose=2 ./test.e003ef3f/output/SigningAppImageTest.app/Contents/MacOS/SigningAppImageTest](6) exited with 1 code
at jdk.jpackage.test.TKit.error(TKit.java:273)
at jdk.jpackage.test.TKit.assertEquals(TKit.java:576)
at jdk.jpackage.test.Executor$Result.assertExitCodeIs(Executor.java:186)
at jdk.jpackage.test.Executor.execute(Executor.java:224)
at SigningBase.codesignResult(SigningBase.java:59)
at SigningBase.verifyCodesign(SigningBase.java:135)
at SigningAppImageTest.test(SigningAppImageTest.java:80)
To reproduce issue just run above tests.
- backported by
-
JDK-8314685 [macos] All signing tests which verifies unsigned app images are failing
-
- Resolved
-
-
JDK-8314689 [macos] All signing tests which verifies unsigned app images are failing
-
- Resolved
-
- blocks
-
JDK-8308042 [macOS] Developer ID Application Certificate not picked up by jpackage if it contains UNICODE characters
-
- Resolved
-
- relates to
-
JDK-8293462 [macos] app image signature invalid when creating DMG or PKG from post processed signed image
-
- Resolved
-
-
JDK-8298488 [macos13] tools/jpackage tests failing with "Exit code: 137" on macOS
-
- Resolved
-
- links to
-
Commit openjdk/jdk21u/16fa0559
-
Commit openjdk/jdk/ec0cc630
-
Review openjdk/jdk21u/67
-
Review openjdk/jdk/15235