-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b18
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205245 | 11.0.1 | Brian Burkhalter | P4 | Resolved | Fixed | team |
JDK-8328028 | 8u421 | Hamza Ben Yazid | P4 | Resolved | Fixed | b01 |
Line 1165 in the current version of the test
boolean isUnix = os.equals("SunOS") || os.equals("Linux");
constrains Unix to Linux and Solaris. In particular macOS is not included.
boolean isUnix = os.equals("SunOS") || os.equals("Linux");
constrains Unix to Linux and Solaris. In particular macOS is not included.
- backported by
-
JDK-8205245 (fs) java/nio/file/Files/CopyAndMove.java does not set isUnix = true on macOS
- Resolved
-
JDK-8328028 (fs) java/nio/file/Files/CopyAndMove.java does not set isUnix = true on macOS
- Resolved
- relates to
-
JDK-8204848 Copy file with attributes failed to copy permissions on Mac
- Closed
-
JDK-8203803 Sub-tests of java/nio/file/Files/CopyAndMove.java fail when test.dir specifies a different device
- Closed
- links to