-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b84
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142099 | emb-9 | Valerie Peng | P2 | Resolved | Fixed | team |
JDK-8156351 | 8u111 | Valerie Peng | P2 | Resolved | Fixed | b01 |
JDK-8152092 | 8u102 | Svetlana Nikandrova | P2 | Resolved | Fixed | b02 |
JDK-8162189 | emb-8u111 | Valerie Peng | P2 | Resolved | Fixed | b01 |
The test
javax/crypto/KeyGenerator/TestKGParity.java
fails to compile with the error
test/javax/crypto/KeyGenerator/TestKGParity.java:91: error: cannot find symbol
+ TestUtility.hexDump(keyValue, i));
^
symbol: variable TestUtility
location: class TestKGParity
1 error
result: Failed. Compilation failed: Compilation failed
and the test
com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java
fails to compile with
test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java:54: error: cannot find symbol
!TestUtilities.equalsBlock(plainText, cipherText, len) ||
^
symbol: variable TestUtilities
location: class CipherNCFuncTest
/scratch/jenkins/workspace/9-dev-tier1-solaris-x64/jdk/test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java:55: error: cannot find symbol
!TestUtilities.equalsBlock(plainText, recoveredText, len)) {
^
symbol: variable TestUtilities
location: class CipherNCFuncTest
2 errors
result: Failed. Compilation failed: Compilation failed
Both of these failures seem associated withJDK-8048604.
javax/crypto/KeyGenerator/TestKGParity.java
fails to compile with the error
test/javax/crypto/KeyGenerator/TestKGParity.java:91: error: cannot find symbol
+ TestUtility.hexDump(keyValue, i));
^
symbol: variable TestUtility
location: class TestKGParity
1 error
result: Failed. Compilation failed: Compilation failed
and the test
com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java
fails to compile with
test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java:54: error: cannot find symbol
!TestUtilities.equalsBlock(plainText, cipherText, len) ||
^
symbol: variable TestUtilities
location: class CipherNCFuncTest
/scratch/jenkins/workspace/9-dev-tier1-solaris-x64/jdk/test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java:55: error: cannot find symbol
!TestUtilities.equalsBlock(plainText, recoveredText, len)) {
^
symbol: variable TestUtilities
location: class CipherNCFuncTest
2 errors
result: Failed. Compilation failed: Compilation failed
Both of these failures seem associated with
- backported by
-
JDK-8142099 Tests added in JDK-8048604 fail to compile
-
- Resolved
-
-
JDK-8152092 Tests added in JDK-8048604 fail to compile
-
- Resolved
-
-
JDK-8156351 Tests added in JDK-8048604 fail to compile
-
- Resolved
-
-
JDK-8162189 Tests added in JDK-8048604 fail to compile
-
- Resolved
-
- relates to
-
JDK-8048604 Tests for strong crypto ciphers
-
- Resolved
-