JDK-2229216 : TEST_BUG: java/rmi/registry/readTest/readTest.sh failing with Cygwin
  • Type: Backport
  • Backport of: JDK-7132247
  • Component: core-libs
  • Sub-Component: java.rmi
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-08-30
  • Updated: 2013-07-11
  • Resolved: 2012-09-17
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 JDK 8
7u40 b08Fixed 8Fixed
Comments
Verified with jdk 7u40 b30 WS
11-07-2013

/test: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/245855b5c343
05-12-2012

EVALUATION Root cause of this bug is: 1. CYGWIN doesn't handle "\\" correctly, if say FS="\\"; echo $FS, in cgywin, will print \\\\ which cause file not found. 2. Java doesn't recognize CYGWIN style path like "/cygwin/d/...", should use cygpath to convert to Windows native path. http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e50a39d011b5
30-08-2012