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

Tests added in JDK-8048604 fail to compile

XMLWordPrintable

    • b84
    • Verified

        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 with JDK-8048604.

              valeriep Valerie Peng
              darcy Joe Darcy
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: