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

RFE: Implement Ports

XMLWordPrintable

    • mantis
    • generic, x86
    • generic, windows_xp
    • Verified

      Name: fb126949 Date: 12/07/2001

      It is impossible to get instances of Port in javax.sound.sampled.*

      ======================================================================

      ###@###.### 2002-03-29
      Sound Test: test013 & test014 failing in Hopper build 06 on all platforms. Shell script details are below.

      #!/bin/ksh

      PATH=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin:
      JAVAC=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac
      CLASSPATH=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013:/net/sqesvr.sfbay/export/st1/Alan/sound/tonga/classes:/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes
      DISPLAY=grus:0.0
      JAVA=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java

      while [ $# -gt 0 ];
      do
        if [ $1 = "-jdk" ]; then
      shift 1
      PATH=${1}/bin:${PATH}
      shift 1
        else
      if [ $1 = "-d" ]; then
      shift 1
      if [ $# -gt 0 ]; then
      DISPLAY=$1
      shift 1
      else
      DISPLAY=:0.0
      fi
      fi
        fi
      done

      export PATH
      export JAVAC
      export CLASSPATH
      export DISPLAY
      export JAVA
      /net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac -d /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013/ /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013/*.java
      ##Exit status of Java compilation=0


      #Note: /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes/TestPrefs.java uses or overrides a deprecated API.
      #Note: Recompile with -deprecation for details.

      PATH=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin:
      JAVAC=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac
      CLASSPATH=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013:/net/sqesvr.sfbay/export/st1/Alan/sound/tonga/classes:/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes
      DISPLAY=grus:0.0
      JAVA=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java

      while [ $# -gt 0 ];
      do
        if [ $1 = "-jdk" ]; then
      shift 1
      PATH=${1}/bin:${PATH}
      shift 1
        else
      if [ $1 = "-d" ]; then
      shift 1
      if [ $# -gt 0 ]; then
      DISPLAY=$1
      shift 1
      else
      DISPLAY=:0.0
      fi
      fi
        fi
      done

      export PATH
      export JAVAC
      export CLASSPATH
      export DISPLAY
      export JAVA
      /net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java -Ddata.dir=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase test013
      ##Exit status of execution step=1
      ##!checkExitCode

      #
      #Port.Info.MICROPHONE: Not Supported, see BugID 4384401
      #Port.Info.LINE_IN: Not Supported, see BugID 4384401
      #Port.Info.COMPACT_DISC: Not Supported, see BugID 4384401
      #Port.Info.SPEAKER: Not Supported, see BugID 4384401
      #Port.Info.HEADPHONE: Not Supported, see BugID 4384401
      #Port.Info.LINE_OUT: Not Supported, see BugID 4384401

      ======================================================================

            fbomerssunw Florian Bomers (Inactive)
            fbomerssunw Florian Bomers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: