On Fri, 18 Sep 2020 17:05:42 GMT, skodanda 
<github.com+70650887+skoda...@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.

Marked as reviewed by prr (Reviewer).

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

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

Reply via email to