-
Bug
-
Resolution: Fixed
-
P4
-
9
-
Windows, Cygwin
-
b72
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136303 | emb-9 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | team |
JDK-8163770 | 8u121 | Michael Haupt | P4 | Resolved | Fixed | b01 |
JDK-8156747 | 8u112 | Michael Haupt | P4 | Resolved | Fixed | b01 |
JDK-8167937 | emb-8u121 | Unassigned | P4 | Resolved | Fixed | b01 |
"ant test" passes fine when run under Windows "cmd" shell. But it fails to run within cygwin "bash" shell. This issue is due to tests that use $EXEC fail to run. $EXEC implementation sets current directory for the spawned process from "PWD" environment variable. Cygwin passes cygwin style path like /cygdrive/d... for PWD. If "exists" check is added before setting current directory for the spawned process, $EXEC will work fine on Cygwin.
- backported by
-
JDK-8136303 "ant test" fails to complete on Windows when run under cygwin shell
-
- Resolved
-
-
JDK-8156747 "ant test" fails to complete on Windows when run under cygwin shell
-
- Resolved
-
-
JDK-8163770 "ant test" fails to complete on Windows when run under cygwin shell
-
- Resolved
-
-
JDK-8167937 "ant test" fails to complete on Windows when run under cygwin shell
-
- Resolved
-