Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8313904

[macos] All signing tests which verifies unsigned app images are failing

XMLWordPrintable

    • b11
    • os_x

        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.

              almatvee Alexander Matveev
              almatvee Alexander Matveev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: