-
Bug
-
Resolution: Fixed
-
P4
-
6, 7, 8
-
b06
-
generic
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8001696 | 7u40 | Abhijit Saha | P4 | Closed | Fixed | b01 |
JDK-2224497 | 7u9 | Konstantin Shefov | P4 | Closed | Fixed | b02 |
JDK-2224496 | 6u34 | Konstantin Shefov | P4 | Closed | Fixed | b03 |
sun/security/tools/jarsigner/diffend.sh
hard code of c:/temp
Windows_* )
NULL=NUL
PS=";"
FS="\\"
CP="cp -f"
TMP="c:/temp"
;;
c:/temp might not exist and test will just fail on such machine with no clear message for test requires c:/temp must exist
#section:shell
----------messages:(3/127)----------
command: shell diffend.sh []
reason: Assumed action based on file name: run shell diffend.sh
elapsed time (seconds): 1.211
----------System.out:(1/49)----------
jarsigner: unable to open jar file: diffend.jar
----------System.err:(3/139)----------
rm: cannot unlink entry "diffend.jar": The system cannot find the file specified.
zip error: Out of memory (allocating temp filename)
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1
hard code of c:/temp
Windows_* )
NULL=NUL
PS=";"
FS="\\"
CP="cp -f"
TMP="c:/temp"
;;
c:/temp might not exist and test will just fail on such machine with no clear message for test requires c:/temp must exist
#section:shell
----------messages:(3/127)----------
command: shell diffend.sh []
reason: Assumed action based on file name: run shell diffend.sh
elapsed time (seconds): 1.211
----------System.out:(1/49)----------
jarsigner: unable to open jar file: diffend.jar
----------System.err:(3/139)----------
rm: cannot unlink entry "diffend.jar": The system cannot find the file specified.
zip error: Out of memory (allocating temp filename)
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1
- backported by
-
JDK-2224496 TEST_BUG: test hard code of using c:/temp but this dir might not exist
-
- Closed
-
-
JDK-2224497 TEST_BUG: test hard code of using c:/temp but this dir might not exist
-
- Closed
-
-
JDK-8001696 TEST_BUG: test hard code of using c:/temp but this dir might not exist
-
- Closed
-