Re: RFR: 8314266: Several test failures after fix for JDK-8159048

2023-08-16 Thread Kevin Rushforth
On Wed, 16 Aug 2023 12:11:54 GMT, Jose Pereda wrote: > This PR fixes some failing tests that started failing after the check on > animations being played on the JavaFX thread was enforced, by simply wrapping > the `play` call with `Platform.runLater` LGTM - Marked as reviewed by

RFR: 8314266: Several test failures after fix for JDK-8159048

2023-08-16 Thread Jose Pereda
This PR fixes some failing tests that started failing after the check on animations being played on the JavaFX thread was enforced, by simply wrapping the `play` call with `Platform.runLater` - Commit messages: - Run timelines on JavaFX thread Changes: https://git.openjdk.org/jfx/