-
Bug
-
Resolution: Fixed
-
P2
-
11
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8209756 | 12 | John Jiang | P2 | Resolved | Fixed | b08 |
JDK-8209722 | 11.0.2 | John Jiang | P2 | Resolved | Fixed | b01 |
JDK-8209733 | 11.0.1 | John Jiang | P2 | Resolved | Fixed | b07 |
- sun/security/tools/keytool/autotest.sh
Exception in thread "main" java.security.ProviderException: Library /scratch/mesos/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/tools/keytool/../../pkcs11/nss/lib/macosx-x86_64/libsoftokn3.dylib does not exist
- sun/security/ec/TestEC.java
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:56: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.Artifact;
^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:57: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.ArtifactResolver;
^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:58: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.ArtifactResolverException;
^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:886: error: cannot find symbol
@Artifact(
^
symbol: class Artifact
location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:893: error: cannot find symbol
@Artifact(
^
symbol: class Artifact
location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:900: error: cannot find symbol
@Artifact(
^
symbol: class Artifact
location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:870: error: cannot find symbol
path = ArtifactResolver.resolve(clazz).entrySet().stream()
^
symbol: variable ArtifactResolver
location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:873: error: cannot find symbol
} catch (ArtifactResolverException e) {
^
symbol: class ArtifactResolverException
location: class PKCS11Test
Exception in thread "main" java.security.ProviderException: Library /scratch/mesos/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/tools/keytool/../../pkcs11/nss/lib/macosx-x86_64/libsoftokn3.dylib does not exist
- sun/security/ec/TestEC.java
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:56: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.Artifact;
^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:57: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.ArtifactResolver;
^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:58: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.ArtifactResolverException;
^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:886: error: cannot find symbol
@Artifact(
^
symbol: class Artifact
location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:893: error: cannot find symbol
@Artifact(
^
symbol: class Artifact
location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:900: error: cannot find symbol
@Artifact(
^
symbol: class Artifact
location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:870: error: cannot find symbol
path = ArtifactResolver.resolve(clazz).entrySet().stream()
^
symbol: variable ArtifactResolver
location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:873: error: cannot find symbol
} catch (ArtifactResolverException e) {
^
symbol: class ArtifactResolverException
location: class PKCS11Test
- backported by
-
JDK-8209722 Two security tests failed after JDK-8164639 due to dependency was missed
- Resolved
-
JDK-8209733 Two security tests failed after JDK-8164639 due to dependency was missed
- Resolved
-
JDK-8209756 Two security tests failed after JDK-8164639 due to dependency was missed
- Resolved
- relates to
-
JDK-8209546 Make sun/security/tools/keytool/autotest.sh to support macosx
- Resolved