Name: skR10017 Date: 01/31/2001
****************************************************************************
Failing Test:
=============
api/java_net/MulticastSocket/descriptions.html#setInterface
JCK :
=====
JCK1.3a
Test source location:
====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/java_net/MulticastSocket/setInterfaceTests.java
Platforms:
=============
Windows NT 4.0
Windows 2000
Windows 98
JDK, switches Info:
===================
-client
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b49/jck13a/win32/winnt4.0_client_comp_linux-20/workDir/api/java_net/MulticastSocket/descriptions_setInterface.jtr
How to reproduce:
====================
To reproduce the bug, run script below
You may need to set JCK and JAVA_HOME.
-------------------------------------------------------------------------------------
#!/bin/sh
JAVA_HOME="H:/jdk1.4.0/win32"
JCK="H:/jck1.3a/JCK-runtime-13a"
CLASSPATH="$JCK/classes;$JCK/javatest.jar"
export CLASSPATH
executeClass="javasoft.sqe.tests.api.java.net.MulticastSocket.setInterfaceTests -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:
=============
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b49)
Java HotSpot(TM) Client VM (build 1.4beta-B49, mixed mode)
MulticastSocket2008: Failed. Interfaces mismatch.
MulticastSocket1016: Passed. OKAY
STATUS:Failed.tests: 2; passed: 1; failed: 1; first test case failure: MulticastSocket2008
Test failed
Specific Machine Info:
=====================
Hostname: linux-20
Additional JCK related info:
============================
URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto
======================================================================
- duplicates
-
JDK-4410454 JCK: api/java_net/MulticastSocket/descriptions.html#setInterface fails on Window
- Closed
-
JDK-4403778 JCK: 3 JCK1.3 MulticastSocket tests fail on Windows
- Closed