-
Task
-
Resolution: Fixed
-
P4
-
None
-
None
-
b13
Dynalink tests lived under test/nashorn directory (yes, it was a nonintuitive and unfortunate choice of a location) and were removed when Nashorn was removed. They need to be rescued from the jdk14 repo and moved into the standard jtreg-run layout under jdk/test/jdk/jdk/dynalink.
Historically, Nashorn tests provided lots of Dynalink test coverage by virtue of Nashorn heavily relying on Dynalink. That coverage is gone for good with the removal of Nashorn. This issue only addresses rescuing of Dynalink-only tests written in Java with no Nashorn dependencies from jdk14/test/nashorn/src/jdk/dynalink into jdk/test/jdk/jdk/dynalink, and does not extend to writing new or replacement tests to restore coverage lost with Nashorn.
Historically, Nashorn tests provided lots of Dynalink test coverage by virtue of Nashorn heavily relying on Dynalink. That coverage is gone for good with the removal of Nashorn. This issue only addresses rescuing of Dynalink-only tests written in Java with no Nashorn dependencies from jdk14/test/nashorn/src/jdk/dynalink into jdk/test/jdk/jdk/dynalink, and does not extend to writing new or replacement tests to restore coverage lost with Nashorn.
- relates to
-
JDK-8258749 Remove Dynalink tests from Standalone Nashorn
- Resolved