-
Bug
-
Resolution: Unresolved
-
P4
-
15, 16, 17, 18, 19, 20, 21, 22
-
generic
-
linux
We see the test java/awt/Graphics2D/DrawString/RotTransText.java failing reproducibly on SLES 15 since it was de-problem-listed with JDK-8197797. It might be related to the default font used by SLES 15.
The failure message is:
java.lang.RuntimeException: Ratio of blue to red is too great: 0.11289364230540701
at RotTransText.testIt(RotTransText.java:102)
at RotTransText.main(RotTransText.java:41)
The failure message is:
java.lang.RuntimeException: Ratio of blue to red is too great: 0.11289364230540701
at RotTransText.testIt(RotTransText.java:102)
at RotTransText.main(RotTransText.java:41)
- relates to
-
JDK-8219641 java/awt/font/Rotate/RotatedTextTest.java fails on Linux: Test failed for angle 15.0
- Open
-
JDK-8197797 Test java/awt/Graphics2D/DrawString/RotTransText.java fails on Windows
- Resolved