RFR: 8169285: Re-enable javafx.swt tests

Kevin Rushforth kcr at openjdk.org
Wed Apr 16 21:12:45 UTC 2025


On Wed, 16 Apr 2025 18:48:09 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

> 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.

All headful tests are qualified by `IS_FULL_TEST`, so this should remain here, too. We do the same thing when enabling robot tests, in that you still have to specify `-PFULL_TEST=true`.

build.gradle line 3085:

> 3083: 
> 3084:     test {
> 3085:         enabled = IS_SWT_TEST

These tests are not headless tests so they still need to be qualified by `IS_FULL_TEST`

-------------

PR Review: https://git.openjdk.org/jfx/pull/1783#pullrequestreview-2773758349
PR Review Comment: https://git.openjdk.org/jfx/pull/1783#discussion_r2047694060


More information about the openjfx-dev mailing list