On Wed, 16 Apr 2025 18:48:09 GMT, Marius Hanl <mh...@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

Reply via email to