[OpenJDK 2D-Dev] RFR: 8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Thu Sep 26 07:52:07 UTC 2019


Hi Christoph,

Yes, it makes sense to exclude it as it's failing
on quite some distros.
In May, I had not finished on this because I first
only saw this on ppc, but then more platforms
showed up with the problem.  So I wanted to wait
to see where else this is failing. Thus, linux-all is good.

Change looks good.

Best regards,
  Goetz.

From: Langer, Christoph <christoph.langer at sap.com>
Sent: Thursday, September 26, 2019 9:44 AM
To: 2d-dev at openjdk.java.net
Cc: Lindenmaier, Goetz <goetz.lindenmaier at sap.com>; Baesken, Matthias <matthias.baesken at sap.com>
Subject: RFR: 8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms

Hi,

as earlier reported, we see the test java/awt/FontMetrics/MaxAdvanceIsMax.java failing on a bunch of Linux systems in our environment.

The test exclusion was already discussed here but not done yet: https://mail.openjdk.java.net/pipermail/2d-dev/2019-May/010067.html

As we're seeing this failing on several linux systems, distributed among all RedHat and Suse, several release versions and several platforms (including linux x86 64), I propose to exclude the test for linux-all for the time being:

diff -r 3a5f417e68a1 -r 17793fbb628d test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt  Wed Sep 25 09:15:43 2019 +0200
+++ b/test/jdk/ProblemList.txt  Thu Sep 26 09:34:47 2019 +0200
@@ -250,7 +250,7 @@
java/awt/font/TextLayout/TextLayoutBounds.java 8169188 generic-all
java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all
java/awt/FontMetrics/FontCrash.java 8198336 windows-all
-java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305 solaris-all,macosx-all
+java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305,8231495 solaris-all,macosx-all,linux-all
java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 generic-all
java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 8196025 windows-all
java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 8196025 windows-all

I've also opened bug https://bugs.openjdk.java.net/browse/JDK-8231495 to report our findings and track resolution of the issue.

Thanks
Christoph

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/2d-dev/attachments/20190926/c3449745/attachment-0001.html>


More information about the 2d-dev mailing list