RFR: JDK-8314215 Trailing Spaces before Line Breaks Affect the Center Alignment of Text [v14]
Kevin Rushforth
kcr at openjdk.org
Sat Feb 10 00:13:05 UTC 2024
On Sat, 10 Feb 2024 00:02:38 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> Okay, so I'm getting the impression that the system tests are not run during the build (ie. `TextLayoutTest`). Is that an oversight or intended, or is my test somehow not qualifying?
>
> clarification: I meant during the Github CI run, it does run during a normal (local) build
That's intentional. We can only run headless tests in the GHA build. We do the same thing in our (Oracle's) CI build system.
We do have a nightly Jenkins job that runs on physical systems that are set up for headful testing, and we can similarly submit dev jobs that use those machines. That's what I just did and will post the list of failing tests (if any). We don't yet have a headful Windows machine, so I'll run that locally.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1236#issuecomment-1936759766
More information about the openjfx-dev
mailing list