-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b100
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8057553 | 6u91 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
The java.io regression tests can't be run in JPRT in samevm mode without excluding many tests. The reasons for the exclusion are many:
1. Many tests leave files open, which causes problems in subsequent tests (esp. on Windows)
2. A couple of tests uses Runtime.exec assuming the working directory is the test directory
3. At least one test assumes that it is loaded by the system class loader
4. At least one test uses the DOS attrib command to set the hidden attribute but doesn't restore it
1. Many tests leave files open, which causes problems in subsequent tests (esp. on Windows)
2. A couple of tests uses Runtime.exec assuming the working directory is the test directory
3. At least one test assumes that it is loaded by the system class loader
4. At least one test uses the DOS attrib command to set the hidden attribute but doesn't restore it
- backported by
-
JDK-8057553 TEST_BUG: java_io tests fails in samevm mode
-
- Resolved
-