-
Bug
-
Resolution: Unresolved
-
P4
-
13
In case VolatileImage uses IndexColorModel, the colours in the image may not match the ones we expect. We can use BufferedImage with the same colour model as the golden image to validate VolatileImage looks as expected.
The affected tests:
java/awt/BasicStroke/DashOffset.java
java/awt/BasicStroke/DashScaleMinWidth.java
java/awt/BasicStroke/DashZeroWidth.java
It was suggested in the code review forJDK-8218682 and JDK-8198411:
http://mail.openjdk.java.net/pipermail/2d-dev/2019-February/009850.html
http://mail.openjdk.java.net/pipermail/2d-dev/2019-February/009852.html
http://mail.openjdk.java.net/pipermail/2d-dev/2019-February/009854.html
The affected tests:
java/awt/BasicStroke/DashOffset.java
java/awt/BasicStroke/DashScaleMinWidth.java
java/awt/BasicStroke/DashZeroWidth.java
It was suggested in the code review for
http://mail.openjdk.java.net/pipermail/2d-dev/2019-February/009850.html
http://mail.openjdk.java.net/pipermail/2d-dev/2019-February/009852.html
http://mail.openjdk.java.net/pipermail/2d-dev/2019-February/009854.html
- relates to
-
JDK-8218682 [TEST_BUG] DashOffset fails in mach5
- Resolved
-
JDK-8198411 [TEST_BUG] Two java2d tests are unstable in mach5
- Resolved