-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8310353 | 8u391 | Srinivas Mandalika | P3 | Resolved | Fixed | b01 |
The closed (for no particular reason) test java/awt/image/ColorModel/Non_sRGBCMTest.java fails when run against the openjdk color profiles.
It passes with the proprietary color profiles.
The test allows for a small margin of error in color conversion and has
a comment that it may need updating as ICC profiles / spec etc evolves.
This is now the case since we no longer use the proprietary profiles.
It passes with the proprietary color profiles.
The test allows for a small margin of error in color conversion and has
a comment that it may need updating as ICC profiles / spec etc evolves.
This is now the case since we no longer use the proprietary profiles.
- backported by
-
JDK-8310353 test java/awt/image/ColorModel/Non_sRGBCMTest.java fails with open profiles
- Resolved