All signing tests which verify unsigned app images are failing. This is regression from JDK-8298488.
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.