On Tue, 28 Sep 2021 23:39:45 GMT, Jie Fu <ji...@openjdk.org> wrote: > Hi all, > > javax/swing/text/ParagraphView/6364882/bug6364882.java was observed failing > on our non-GUI platforms. > So I guess it should be marked as headful. > > Thanks. > Best regards, > Jie
This is a plain test failure, since exception is not a HeadlessException caused by some API required the desktop session. headful key should not apply to it. ------------- PR: https://git.openjdk.java.net/jdk/pull/5744