-
Task
-
Resolution: Fixed
-
P4
-
15
-
None
-
b27
-
generic
-
generic
In JDK-8241982 we changed test doclet/testSearchScript to try to optionally use GraalJS for search script execution, optionally skipping the test if no JavaScript script engine is available. The skipping is done by printing a message and returning from the test. However, there is a special jtreg.SkippedException class for skipping tests that is recognized by jtreg that should be used for this purpose.
- relates to
-
JDK-8241982 Make TestSearchScript.java run with GraalJS
- Resolved