On Fri, 2 Jul 2021 04:02:45 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Maxim Kartashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Addressed PR comments >> >> 1. Allowed test to run on any platform. >> 2. Trimmed comments to fit in with 80 columns. >> 3. Removed unnecessayr comments. >> 4. Made the ExceptionDescribe() calls conditional on the value of >> FontUtilities.debugFonts() > > Looks fine to me, I'll run the tests. > @mrserb Any news on that front? The new test fails on all platforms: - Linux/MacOS: The test should be marked as headful, otherwise it may run on headless systems where "No X11 DISPLAY variable was set" - WIndows: The jni warnings are generated in the log. ------------- PR: https://git.openjdk.java.net/jdk/pull/4572