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

JCK: 3 JCK1.3 MulticastSocket tests fail on Windows

XMLWordPrintable

    • beta
    • x86
    • generic, windows_nt
    • Verified



      Name: asR10013 Date: 01/10/2001



      Bug description ---> The following tests fail on Windows
      ****************************************************************************

      Failing Test:
      =============
      api/java_net/MulticastSocket/descriptions.html#getInterface
      api/java_net/MulticastSocket/descriptions.html#setTimeToLive
      api/java_net/MulticastSocket/descriptions.html#setTTL

      JCK :
      =====
      JCK1.3

      Test source location:
      ====================
      /net/jdk/export/disk8/local.java/jck1.3/JCK-runtime-13fcs/tests/api/java_net/MulticastSocket/getInterfaceTests.java
      /net/jdk/export/disk8/local.java/jck1.3/JCK-runtime-13fcs/tests/api/java_net/MulticastSocket/setTimeToLiveTests.java
      /net/jdk/export/disk8/local.java/jck1.3/JCK-runtime-13fcs/tests/api/java_net/MulticastSocket/setTTLTests.java

      Platforms:
      =============
      Windows

      JDK, switches Info:
      ===================
      java version "1.4.0-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b46)
      Java HotSpot(TM) Client VM (build 1.4beta-B45, mixed mode)

      Default switch
      -client -Xmixed

      jtr file location:
      ==================

      How to reproduce:
      ====================
      Run the following script:

      #!/bin/sh
      JAVA_HOME="H:/jdk1.4.0/win32"
      JCK="H:/jck1.3/JCK-runtime-13fcs"
      CLASSPATH="$JCK/classes;$JCK/javatest.jar"
      export CLASSPATH
      executeClass="javasoft.sqe.tests.api.java.net.MulticastSocket.joinGroupTests -TestCaseID ALL"

      $JAVA_HOME/bin/java -version
      $JAVA_HOME/bin/java -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass}
      RESULT="$?"
      if [ $RESULT = 95 ]; then
       echo Test passed
      elif [ $RESULT = 97 ]; then
       echo Test failed
      else
       echo Result is $RESULT
      fi

      Test output:
      =============
      MulticastSocket1001: Failed. Unexpected Interface Address

      Specific Machine Info:
      =====================
      Hostname: linux-19

      Additional JCK related info:
      ============================
      URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto


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

            alanb Alan Bateman
            alssunw Als Als (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: