Hi, as Goetz has reviewed the change and earlier discussion indicated not too much of opposition against this test exclusion (though it wasn't linux-all at the time), I intend to push this change tomorrow. Please raise any objections until then (should you have one).
Best regards Christoph From: Langer, Christoph Sent: Donnerstag, 26. September 2019 09:44 To: 2d-dev@openjdk.java.net Cc: Lindenmaier, Goetz <goetz.lindenma...@sap.com>; Baesken, Matthias <matthias.baes...@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