[OpenJDK 2D-Dev] Integrated: 8248352: [TEST_BUG] Test test/jdk/java/awt/font/TextLayout/ArabicDiacriticTest.java can leave frame open

skodanda github.com+70650887+skodanda at openjdk.java.net
Tue Sep 22 10:02:01 UTC 2020


On Fri, 18 Sep 2020 17:05:42 GMT, skodanda <github.com+70650887+skodanda at openjdk.org> wrote:

> Hello All,
> 
> Could you please review a TEST_BUG fix for the JDK 16?
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8248352
> 
> Problem description: The test test/jdk/java/awt/font/TextLayout/ArabicDiacriticTest.java can potentially leave the
> frame open if it fails. If it were not for the frame, the test could be headless. So probably, we can remove the call
> to showText() from the test and make it headless..  Fix: An argument is added to the test. If "-show" is passed, the
> test will show UI for visual inspection.

This pull request has now been integrated.

Changeset: aa386240
Author:    skodanda <70650887+skodanda at users.noreply.github.com>
Committer: Alexey Ivanov <aivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/aa386240
Stats:     11 lines in 1 file changed: 4 ins; 2 del; 5 mod

8248352: [TEST_BUG] Test test/jdk/java/awt/font/TextLayout/ArabicDiacriticTest.java can leave frame open

Reviewed-by: prr, serb, aivanov

-------------

PR: https://git.openjdk.java.net/jdk/pull/255


More information about the 2d-dev mailing list