CTE Regression: The test case Test4458472.java failed with complication error.

XMLWordPrintable

    • b01
    • x86
    • os_x, windows_7
    • Verified

      Testsuite name: CTE Regressions manual
      JDK/JRE tested: jdk7b100(jdk-7-ea-bin-b100-windows-i586-09_jul_2010.exe)
      OS/architecture: win7-ultimate-x86
      Reproducible: Always
      Is it a platform specific regression: N
      Is it a Regression: N

      Steps to reproduce:
      Run the cases CTE_REGTEST/Special/4458472/Test4458472.java

      Actual behavior:
      The test case failed with complication error.
      Font2DTest.java:68: package com.sun.image.codec.jpeg does not exist
      import com.sun.image.codec.jpeg.JPEGCodec;
                                     ^
      Font2DTest.java:69: package com.sun.image.codec.jpeg does not exist
      import com.sun.image.codec.jpeg.JPEGImageDecoder;
                                     ^
      FontPanel.java:77: package com.sun.image.codec.jpeg does not exist
      import com.sun.image.codec.jpeg.JPEGCodec;
                                     ^
      FontPanel.java:78: package com.sun.image.codec.jpeg does not exist
      import com.sun.image.codec.jpeg.JPEGImageEncoder;
                                     ^
      FontPanel.java:79: package com.sun.image.codec.jpeg does not exist
      import com.sun.image.codec.jpeg.JPEGEncodeParam;
                                     ^
      Font2DTest.java:716: cannot find symbol
                  JPEGImageDecoder jid = JPEGCodec.createJPEGDecoder( bis );
                  ^
        symbol: class JPEGImageDecoder
        location: class Font2DTest
      Font2DTest.java:716: cannot find symbol
                  JPEGImageDecoder jid = JPEGCodec.createJPEGDecoder( bis );
                                         ^
        symbol: variable JPEGCodec
        location: class Font2DTest
      FontPanel.java:1071: cannot find symbol
                      JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder( bos );
                      ^
        symbol: class JPEGImageEncoder
        location: class FontPanel.FontCanvas
      FontPanel.java:1071: cannot find symbol
                      JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder( bos );
                                                 ^
        symbol: variable JPEGCodec
        location: class FontPanel.FontCanvas
      FontPanel.java:1072: cannot find symbol
                     JPEGEncodeParam jep = encoder.getDefaultJPEGEncodeParam( backBuffer );
                      ^
        symbol: class JPEGEncodeParam
        location: class FontPanel.FontCanvas

            Assignee:
            Robert Mckenna
            Reporter:
            Tony Li (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: