On Mon, 6 Jul 2020 17:52:16 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Oliver Schmidtmer has refreshed the contents of this pull request, and >> previous commits have been removed. The >> incremental views will show differences compared to the previous content of >> the PR. The pull request contains two new >> commits since the last revision: >> - Similar changes and test for FXCanvas >> - more solid test with shim and style independent color > > build.gradle line 3611: > >> 3610: testCompile project(":swt") >> 3611: testCompile name: SWT_FILE_NAME >> 3612: } > > We can't have a dependency on `swt` from any other project. SWT tests need to > be confined to > `modules/javafx.swt/src/test/java/` I note that this does work for me. So copying the pattern used by `systemTests` into the `swt` project might be all that is needed to get it to work there. ------------- PR: https://git.openjdk.java.net/jfx/pull/246