-
Bug
-
Resolution: Fixed
-
P3
-
7u9
-
b02
-
generic
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8029271 | 8u20 | Dmitriy Samersoff | P3 | Closed | Duplicate | |
JDK-8001957 | 7u40 | Dmitriy Samersoff | P3 | Closed | Fixed | b01 |
new closed/javax/management/remote/rmiresources/RMIConnectionTest.sh should be modified:
1. test failed on Windows, but shows "passed" result; test should shows "failed" result
log:
----------System.out:(2/28)----------
**** Test one ****
Failed
----------System.err:(1/60)----------
Error: Could not find or load main class RMIConnectionTest
result: Passed. Execution successful
2. test failed on Windows because ":" separator used in classpath instead of ";"
3. test works fine with 7u7b01 and with 7u6b15, but should fail with 7u6b15 (build without fix CR 7169888), can it be modified to show failure with 7u6b15?
see comments for more details
Broken test, should be fixed.
Found on 7u7, but 7u8 is next bugfix release.
1. test failed on Windows, but shows "passed" result; test should shows "failed" result
log:
----------System.out:(2/28)----------
**** Test one ****
Failed
----------System.err:(1/60)----------
Error: Could not find or load main class RMIConnectionTest
result: Passed. Execution successful
2. test failed on Windows because ":" separator used in classpath instead of ";"
3. test works fine with 7u7b01 and with 7u6b15, but should fail with 7u6b15 (build without fix CR 7169888), can it be modified to show failure with 7u6b15?
see comments for more details
Broken test, should be fixed.
Found on 7u7, but 7u8 is next bugfix release.
- backported by
-
JDK-8001957 [TEST] closed/javax/management/remote/rmiresources/RMIConnectionTest.sh should be modified
-
- Closed
-
-
JDK-8029271 [TEST] closed/javax/management/remote/rmiresources/RMIConnectionTest.sh should be modified
-
- Closed
-