Re: [Integrated] RFR: 8234110: SwingFXUtilsTest is unsuitable for unit test framework

2019-11-14 Thread Kevin Rushforth
Changeset: dc013094 Author:Kevin Rushforth Date: 2019-11-14 11:59:08 + URL: https://git.openjdk.java.net/jfx/commit/dc013094 8234110: SwingFXUtilsTest is unsuitable for unit test framework Reviewed-by: aghaisas = tests/system/src/test/java/test/javafx/embed/swing/SwingFXUtils

Re: [Approved] RFR: 8234110: SwingFXUtilsTest is unsuitable for unit test framework

2019-11-14 Thread Ajit Ghaisas
On Wed, 13 Nov 2019 22:54:01 GMT, Kevin Rushforth wrote: > This fixes [JDK-8234110](https://bugs.openjdk.java.net/browse/JDK-8234110) by > moving `SwingFXUtilsTest` from the `:swing` project to the `:systemTests` > project. As explained in the JBS issue, `SwingFXUtilsTest` must be run in its >

Re: RFR: 8234110: SwingFXUtilsTest is unsuitable for unit test framework

2019-11-13 Thread Kevin Rushforth
On Wed, 13 Nov 2019 22:54:01 GMT, Kevin Rushforth wrote: > This fixes [JDK-8234110](https://bugs.openjdk.java.net/browse/JDK-8234110) by > moving `SwingFXUtilsTest` from the `:swing` project to the `:systemTests` > project. As explained in the JBS issue, `SwingFXUtilsTest` must be run in its >

RFR: 8234110: SwingFXUtilsTest is unsuitable for unit test framework

2019-11-13 Thread Kevin Rushforth
This fixes [JDK-8234110](https://bugs.openjdk.java.net/browse/JDK-8234110) by moving `SwingFXUtilsTest` from the `:swing` project to the `:systemTests` project. As explained in the JBS issue, `SwingFXUtilsTest` must be run in its own VM, since it starts and stops the FX runtime, so must be in th