JDK-8147788 : allow for conditional test inclusion on Cygwin
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: jdk.nashorn
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-20
  • Updated: 2016-03-21
  • Resolved: 2016-03-21
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.
Other
tbd_minorFixed
Related Reports
Relates :  
Description
Some Nashorn tests require Cygwin and will fail if the ant test task is run from the Windows cmd.exe shell. There should be a @runif option that includes such tests on Windows only if they are run in the Cygwin environment. Whether this is the case can be determined by querying the SHELL environment variable.
Comments
Fixed as part of JDK-8147613 http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/25b13597ea73
21-03-2016

added @runif option and testing in progress
02-03-2016