Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085497 | emb-9 | Jonathan Gibbons | P3 | Resolved | Fixed | team |
When we are using a mounted network filesystem copy operation with preserving file permissions (e.g. cp -p) might not be allowed that causes test failure.
cp -p GooClass/Lib3.class GooClass/Lib.class ./
Command "cp -p GooClass/Lib3.class GooClass/Lib.class ./" failed with exitValue 1
----------System.err:(2/141)----------
cp: preserving permissions for './Lib3.class': Operation not supported
cp: preserving permissions for './Lib.class': Operation not supported
----------rerun:(18/838)*----------
cp -p GooClass/Lib3.class GooClass/Lib.class ./
Command "cp -p GooClass/Lib3.class GooClass/Lib.class ./" failed with exitValue 1
----------System.err:(2/141)----------
cp: preserving permissions for './Lib3.class': Operation not supported
cp: preserving permissions for './Lib.class': Operation not supported
----------rerun:(18/838)*----------
- backported by
-
JDK-8085497 [TESTBUG] tools/javac/Paths/wcMineField.sh failed with "operation not permitted"
-
- Resolved
-
- relates to
-
JDK-8079191 remove remaining references to "cp -p" from langtools/test
-
- Closed
-