-
Bug
-
Resolution: Unresolved
-
P4
-
9, 10, 11, 13, 14
-
jdk9 b141 and earlier after b137, OS X/macOS
-
os_x
This test used to fail differently until b137 (see JDK-8144015) but now on both my systems (10.10 and 10.12) it throws
tlbounds=java.awt.geom.Rectangle2D$Float[x=-1.09375,y=-23.125,w=83.578125,h=27.75]
gvbounds=java.awt.geom.Rectangle2D$Float[x=-1.09375,y=-23.125,w=83.265625,h=27.75]
outlineBounds=java.awt.geom.Rectangle2D$Float[x=-1.09375,y=-23.125,w=83.578125,h=27.75]
java.lang.RuntimeException: Bounds differ [gvv != tl]
i.e. width is different. I don't know how important is the difference in quarter of a pixel, in this context, so I refrain from making it a testbug. Please decide.
tlbounds=java.awt.geom.Rectangle2D$Float[x=-1.09375,y=-23.125,w=83.578125,h=27.75]
gvbounds=java.awt.geom.Rectangle2D$Float[x=-1.09375,y=-23.125,w=83.265625,h=27.75]
outlineBounds=java.awt.geom.Rectangle2D$Float[x=-1.09375,y=-23.125,w=83.578125,h=27.75]
java.lang.RuntimeException: Bounds differ [gvv != tl]
i.e. width is different. I don't know how important is the difference in quarter of a pixel, in this context, so I refrain from making it a testbug. Please decide.
- relates to
-
JDK-8144015 [PIT] failures of text layout font tests
- Resolved