Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205245 | 11.0.1 | Brian Burkhalter | P4 | Resolved | Fixed | team |
Description
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.
Attachments
Issue Links
- backported by
-
JDK-8205245 (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
-
- Resolved
-
-
JDK-8203803 Sub-tests of java/nio/file/Files/CopyAndMove.java fail when test.dir specifies a different device
-
- Resolved
-
- links to