RFR: 8248551: [TestBug] Ignore two failing FXML unit tests which use Nashorn script engine
Kevin Rushforth
kcr at openjdk.java.net
Tue Jun 30 12:38:17 UTC 2020
On Tue, 30 Jun 2020 11:11:12 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
> Issue : https://bugs.openjdk.java.net/browse/JDK-8248551
> Fix : Added a check whether 'Nashorn' script engine is available before running the identified tests, otherwise tests
> are ignored.
> Testing :
> 1) With JDK-14, these tests pass- but they log a warning (same as existing behavior without this PR)
> 2) With JDK-15-ea, these tests get ignored.
Marked as reviewed by kcr (Lead).
-------------
PR: https://git.openjdk.java.net/jfx/pull/259
More information about the openjfx-dev
mailing list