JDK-8004147 : test/Makefile jtreg_tests target does not work with cygwin
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: hs25
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2012-11-29
  • Updated: 2013-04-24
  • Resolved: 2013-01-22
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 8 Other
8Fixed hs25Fixed
Related Reports
Relates :  
Description
Currently running "make jtreg_tests" in the hotspot/test directory does not work because we pass a path derived from `pwd` to jtreg. 
We need to convert the /cygdrive paths the same way it's done for the wbapitest target.
Comments
Wrap paths with $(shell $(GETMIXEDPATH))" calls to convert cygwin paths.
29-11-2012