-
Bug
-
Resolution: Fixed
-
P3
-
7, 7u6
-
b04
-
generic
-
generic, linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045502 | 8u25 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8034875 | 8u20 | Robert Mckenna | P3 | Resolved | Fixed | b03 |
JDK-8034096 | 8 | Robert Mckenna | P3 | Closed | Won't Fix | |
JDK-8052684 | emb-8u26 | Robert Mckenna | P3 | Resolved | Fixed | b17 |
JDK-8034908 | 7u80 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8060952 | 7u79 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8057423 | 7u76 | Robert Mckenna | P3 | Closed | Fixed | b01 |
Of course they doesn't do anythig with permissions. So we could have read only files in our work directory. If test re-write these files or create new files in these copied directories
it fails with permission denied.
I suppose that if anyone tries to run tests with jtreg from /java/re/jdk/8/promoted/latest/ws/jdk/test/... it should get same failures.
There are several ways to fix this CR.
1) update all tests to use umask (or set permissions after cp)
2) update jtreg to use umask
3) always copy tests before execution and make files writable
I suppose it is the reason of 7110223.
The list of tests (from 7146361):
closed/java/net/URLClassLoader/ResExists.java
java/lang/ClassLoader/Assert.java
java/rmi/registry/readTest/readTest.sh
java/util/zip/ZipFile/ReadZip.java
sun/net/www/protocol/jar/jarbug/run.sh
tools/javac/ClassPathTest/ClassPathTest.sh
- backported by
-
JDK-8034875 some jtreg tests fail with permission denied
-
- Resolved
-
-
JDK-8034908 some jtreg tests fail with permission denied
-
- Resolved
-
-
JDK-8045502 some jtreg tests fail with permission denied
-
- Resolved
-
-
JDK-8052684 some jtreg tests fail with permission denied
-
- Resolved
-
-
JDK-8060952 some jtreg tests fail with permission denied
-
- Resolved
-
-
JDK-8034096 some jtreg tests fail with permission denied
-
- Closed
-
-
JDK-8057423 some jtreg tests fail with permission denied
-
- Closed
-
- relates to
-
JDK-8037013 [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
-
- Resolved
-