Details
-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b09
-
windows
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226275 | 11.0.5-oracle | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8226573 | 11.0.5 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8278615 | openjdk8u332 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8254952 | 8u281 | Alexey Ivanov | P3 | Resolved | Fixed | b03 |
JDK-8257378 | emb-8u281 | Alexey Ivanov | P3 | Resolved | Fixed | team |
JDK-8281129 | na | Alexey Ivanov | P3 | Resolved | Duplicate |
Description
It passes BufferedImage test and then fails VolatileImage test.
java.lang.RuntimeException: Unexpected color at 2, 2: ff00cc00; expected: ff0000ff, ff00ff00
at DashOffset.checkColor(DashOffset.java:224)
at DashOffset.checkColor(DashOffset.java:207)
at DashOffset.checkHorizontalLine(DashOffset.java:137)
at DashOffset.validate(DashOffset.java:125)
at DashOffset.main(DashOffset.java:103)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
Attachments
Issue Links
- backported by
-
JDK-8226275 [TEST_BUG] DashOffset fails in mach5
- Resolved
-
JDK-8226573 [TEST_BUG] DashOffset fails in mach5
- Resolved
-
JDK-8254952 [TEST_BUG] DashOffset fails in mach5
- Resolved
-
JDK-8257378 [TEST_BUG] DashOffset fails in mach5
- Resolved
-
JDK-8278615 [TEST_BUG] DashOffset fails in mach5
- Resolved
-
JDK-8281129 [TEST_BUG] DashOffset fails in mach5
- Resolved
- relates to
-
JDK-8218827 [TEST_BUG] Use BufferedImage as the golden image for VolatileImage in BasicStroke tests
- Open
-
JDK-8219996 GraphicsConfiguration reports IndexColorModel for disconnected user session
- Open
-
JDK-8217263 Automate DashOffset test
- Resolved
-
JDK-8198411 [TEST_BUG] Two java2d tests are unstable in mach5
- Resolved
- links to