RFR: 8169285: Re-enable javafx.swt tests
Marius Hanl
mhanl at openjdk.org
Wed Apr 16 19:04:14 UTC 2025
On Wed, 16 Apr 2025 18:48:09 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
> With this change, you can now run the `swt` tests as easy as: `:swt:test -PSWT_TEST=true`.
> 
>
> Note: At one point `IS_FULL_TEST` was used as well for the enablement of the tests. I don't see any reason for it, and one flag seems to be enough to me. But open for opinions on this one.
Checking the GHA build, `IS_FULL_TEST` actually might be needed. Linux fails with `org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]` when creating the `Display`.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1783#issuecomment-2810485324
More information about the openjfx-dev
mailing list