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

TEST_BUG: java/util/Calendar/4802409/Test4802409.sh failed on windows 64 bit

XMLWordPrintable

    • b01
    • Not verified

      test java/util/Calendar/4802409/Test4802409.sh failed on windows 64 bit since fcs

      test hangs on kill pidjava because grep returns 2 pids, test should be modified:
      118c118
      < pidjava=`ps -ef | grep ${P_PID} | grep "java" | grep -v grep | awk '{print $2}'`
      ---
      > pidjava=`ps -ef | grep ${P_PID} | grep "java -Djava" | grep -v grep | awk '{print $2}'`

      see comments for more details

            robm Robert Mckenna
            vakulova Vera Akulova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: