-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6u101
-
Component/s: security-libs
-
b01
-
windows
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8085992 | 6u101 | Ivan Gerasimov | P4 | Resolved | Fixed | b14 |
This is because of these two lines in the shell-test:
SystemDrive=`pwd`
export SystemDrive
Normally, SystemDrive env variable should contain C: or whatever drive is system.
In jdk7 and later, this env variable isn't set in the test.
SystemDrive=`pwd`
export SystemDrive
Normally, SystemDrive env variable should contain C: or whatever drive is system.
In jdk7 and later, this env variable isn't set in the test.
- backported by
-
JDK-8085992 [TEST_BUG] sun/security/mscapi/PublicKeyInterop.sh fails due to keytool error
-
- Resolved
-
- relates to
-
JDK-7054708 More fix of 6578658.
-
- Closed
-