Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7083664

TEST_BUG: test hard code of using c:/temp but this dir might not exist

XMLWordPrintable

    • b06
    • generic
    • windows
    • Verified

        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

              weijun Weijun Wang
              amlu Amy Lu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: