On Wed, 13 Apr 2022 17:08:51 GMT, Phil Race <p...@openjdk.org> wrote:
> This test had problem described in the bug report, and most of it was related > to being headful. > But actually the test didn't need to be headful - it did the actual rendering > it wanted to test to > a software BufferedImage. So make it headless. > Also only Windows always supports LCD text, so run the test there and not > Linux or Mac. This pull request has now been integrated. Changeset: d41331e6 Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/d41331e6f2255aa07dbbbbccf62e39c50269e269 Stats: 51 lines in 1 file changed: 18 ins; 25 del; 8 mod 8223543: [TESTBUG] Regression test java/awt/Graphics2D/DrawString/LCDTextSrcEa.java has issues Reviewed-by: serb, azvegint, aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/8227