JDK-6705893 : javax.script tests should not require a js engine on OpenJDK
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.script
  • Affected Version: OpenJDK6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-05-21
  • Updated: 2012-12-14
  • Resolved: 2008-07-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 Other
7Fixed OpenJDK6Fixed
Related Reports
Relates :  
Relates :  
Description
Sun's product JDK includes a javascript engine.  This is not required by the platform specification.  OpenJDK builds to not include source code for such an engine; therefore, the tests in question will fail on OpenJDK.  The tests should be modified so that an engine is required for Sun's product, OpenJDK builds can pass the tests without an engine, but an OpenJDK build with an engine will undergo the same tests.

Comments
EVALUATION Tests should be updated as described.
21-05-2008