TEST_BUG: java/lang/ClassLoader/deadlock/TestCrossDelegate.sh needs to be modified for Cygwin

XMLWordPrintable

    • b109
    • generic
    • generic
    • Verified

      Test java/lang/ClassLoader/deadlock/TestCrossDelegate.sh is unable to find javac under Cygwin:

      # set platform-specific variables
      OS=`uname -s`
      case "$OS" in
        SunOS )
          FS="/"
          ;;
        Linux )
          FS="/"
          ;;
        Windows* )
          FS="\\"
          ;;
      esac

      Under Cygwin 'uname -s' typically prints a string that begins with 'CYGWIN':

      CYGWIN_NT-5.2-WOW64

            Assignee:
            Mandy Chung (Inactive)
            Reporter:
            Kirill Shirokov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: