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
======================================================================
- duplicates
-
JDK-4410274 JCK: api/java_net/MulticastSocket/descriptions.html#setInterface fails on Window
- Closed
- relates to
-
JDK-4396698 JCK: 6 JCK MulticastSocket tests fail on Windows
- Closed