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

[TESTBUG] runtime/6878713/Test6878713.sh is written incorrectly

    XMLWordPrintable

Details

    • generic
    • generic

    Description

      Test case is written in such a way that its execution status depends on whether some particular files are present in the current directory priror to execution, or not, causing problems:

      if [ -s core -o -s "hs_*.log" ]
      then
          cat hs*.log
          echo "Test Failed"
          exit 1
      else
          echo "Test Passed"
          exit 0
      fi

      This dependency should be eliminated.

      Attachments

        Issue Links

          Activity

            People

              mseledtsov Mikhailo Seledtsov
              iprivaloorcl Igor Privalov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: