-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b15
javax/script/Test7.java was added to ProblemList because of https://bugs.openjdk.org/browse/JDK-8239361.
Mainline JDK repo no longer has a ScriptEngine. Removing this test from the ProblemList shows that this test passes just like other tests in the test/jdk/javax/script/ directory, with the following message:
#section:main
----------messages:(7/263)----------
command: main Test7
reason: Assumed action based on file name: run main Test7
started: Tue Mar 14 14:20:10 IST 2023
Mode: othervm
Additional options from @modules: --add-modules java.scripting
finished: Tue Mar 14 14:20:10 IST 2023
elapsed time (seconds): 0.076
----------configuration:(3/42)----------
Boot Layer
add modules: java.scripting
----------System.out:(4/60)----------
Test7
Warning: No js engine found; test vacuously passes.
The issue which cause this test to be problem listed no longer appears to be relevant.
Mainline JDK repo no longer has a ScriptEngine. Removing this test from the ProblemList shows that this test passes just like other tests in the test/jdk/javax/script/ directory, with the following message:
#section:main
----------messages:(7/263)----------
command: main Test7
reason: Assumed action based on file name: run main Test7
started: Tue Mar 14 14:20:10 IST 2023
Mode: othervm
Additional options from @modules: --add-modules java.scripting
finished: Tue Mar 14 14:20:10 IST 2023
elapsed time (seconds): 0.076
----------configuration:(3/42)----------
Boot Layer
add modules: java.scripting
----------System.out:(4/60)----------
Test7
Warning: No js engine found; test vacuously passes.
The issue which cause this test to be problem listed no longer appears to be relevant.
- relates to
-
JDK-8239361 javax/script/Test7.java failed due to ScriptException
- Closed