Integrated: 8248551: [TestBug] Ignore two failing FXML unit tests which use Nashorn script engine

Ajit Ghaisas aghaisas at openjdk.java.net
Tue Jun 30 14:03:06 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.

This pull request has now been integrated.

Changeset: 527cc2b0
Author:    Ajit Ghaisas <aghaisas at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/527cc2b0
Stats:     19 lines in 1 file changed: 0 ins; 18 del; 1 mod

8248551: [TestBug] Ignore two failing FXML unit tests which use Nashorn script engine

Reviewed-by: kcr

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

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


More information about the openjfx-dev mailing list