Tests in the javafx.graphics module always use StubToolkit. If you want
to use the real toolkit (QuantumToolkit), you need to put the tests in
the systemTests project, under "tests/system".
-- Kevin
On 1/28/2024 3:47 PM, John Hendrikx wrote:
I found an old disabled test that is testing PrismTe
I found an old disabled test that is testing PrismTextLayout for which I
have a PR outstanding (https://github.com/openjdk/jfx/pull/1236).
The test I think is useful, but is loading real fonts (Monaco and
Tahoma). Locally this works when I don't use the StubToolkit to run the
test, and (I pre