-
Bug
-
Resolution: Won't Fix
-
P3
-
OpenJDK6, 8
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8016150 | 8 | Andrew Brygin | P3 | Resolved | Fixed | b96 |
When running on openjdk=true builds, but not production builds, the following three color management tests consistently fail:
sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java
Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: Invalid result of the ColorConvertOp for ColorSpace:CS_LINEAR_RGB Data type:TYPE_BYTE. Golden image:BufferedImage@5f8172: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@2ba11b transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width = 256 height = 256 #numDataElements 3 dataOff[0] = 2
sun/java2d/cmm/ColorConvertOp/ColConvDCMTest.java
Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: Invalid result of the ColorConvertOp for ColorSpace:CS_LINEAR_RGB Image type:TYPE_INT_ARGB. Golden image:LRGB.png
sun/java2d/cmm/ColorConvertOp/MTColConvTest.java
Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: Invalid result of the ColorConvertOp for ColorSpace:CS_LINEAR_RGB Image type:TYPE_INT_ARGB. Golden image:LRGB.png
Presumably these failures are due to the use of Little cms rather than the Kodak cms.
The tests may be too strict or the little cms conversion may be too inaccurate.
sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java
Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: Invalid result of the ColorConvertOp for ColorSpace:CS_LINEAR_RGB Data type:TYPE_BYTE. Golden image:BufferedImage@5f8172: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@2ba11b transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width = 256 height = 256 #numDataElements 3 dataOff[0] = 2
sun/java2d/cmm/ColorConvertOp/ColConvDCMTest.java
Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: Invalid result of the ColorConvertOp for ColorSpace:CS_LINEAR_RGB Image type:TYPE_INT_ARGB. Golden image:LRGB.png
sun/java2d/cmm/ColorConvertOp/MTColConvTest.java
Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: Invalid result of the ColorConvertOp for ColorSpace:CS_LINEAR_RGB Image type:TYPE_INT_ARGB. Golden image:LRGB.png
Presumably these failures are due to the use of Little cms rather than the Kodak cms.
The tests may be too strict or the little cms conversion may be too inaccurate.
- backported by
-
JDK-8016150 cmm test failures with OpenJDK
- Resolved
- duplicates
-
JDK-7124402 [macosx] ColorConvertOp distorts colors
- Closed
- relates to
-
JDK-6733501 Apply IcedTea little cms patches
- Resolved