RFR: 8266643: Intermittent failure of HonorDeveloperSettingsTest unit test

Kevin Rushforth kcr at openjdk.java.net
Mon May 17 14:16:37 UTC 2021


On Mon, 17 May 2021 07:16:06 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

> should we also include `root.getChildren().clear()` and `stage.hide()` calls ?

I see no need for `root.getChildren().clear()`. I think all graphics unit tests that call `stage.show()` should call `stage.hide()` in a cleanup method, but I see that most of them don't. Maybe that can be done globally in a follow-up test bug (perhaps in a future test sprint)?

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

PR: https://git.openjdk.java.net/jfx/pull/496


More information about the openjfx-dev mailing list