[OpenJDK 2D-Dev] RFR: 8248352: [TEST_BUG] Test test/jdk/java/awt/font/TextLayout/ArabicDiacriticTest.java can leave frame open
Sergey Bylokhov
serb at openjdk.java.net
Tue Sep 22 03:03:15 UTC 2020
On Fri, 18 Sep 2020 23:01:57 GMT, Phil Race <prr 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.
>
> Marked as reviewed by prr (Reviewer).
Since you remove the @headful keyword, did you check that the test works fine via mach5? It will now select a
completely different set of test systems.
-------------
PR: https://git.openjdk.java.net/jdk/pull/255
More information about the 2d-dev
mailing list