-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta3
-
x86
-
linux
-
Verified
Name: iaR10016 Date: 08/06/2001
JDK : JDK1.4.0-beta-b74
JCK : JCK1.3a
Platform[s] : Suse Linux 7.1 (The tests pass under RedHat Linux 6.2, RedHat Linux 7.1, Turbo Linux 6.0)
switch/Mode : -client -Xmixed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Tests:
==============
api/java_net/MulticastSocket/descriptions.html#leaveGroup [MulticastSocket2006]
api/java_net/MulticastSocket/descriptions.html#joinGroup [MulticastSocket1004, MulticastSocket2005, MulticastSocket2102]
api/java_net/MulticastSocket/descriptions.html#setTTL [MulticastSocket1017, MulticastSocket1018, MulticastSocket1019, MulticastSocket2009]
api/java_net/MulticastSocket/descriptions.html#getInterface [MulticastSocket1001, MulticastSocket2003]
api/java_net/MulticastSocket/descriptions.html#setTimeToLive [MulticastSocket1020, MulticastSocket1021, MulticastSocket1022, MulticastSocket2010]
api/java_net/MulticastSocket/descriptions.html#getTimeToLive [MulticastSocket1029, MulticastSocket2011]
api/java_net/MulticastSocket/descriptions.html#getTTL [MulticastSocket1002, MulticastSocket2004]
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/api/java_net/MulticastSocket/*.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b74/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/api/java_net/MulticastSocket/descriptions_leaveGroup.jtr
/net/jtgb4u4c.eng/export/sail16/results/merlin/b74/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/api/java_net/MulticastSocket/descriptions_joinGroup.jtr
/net/jtgb4u4c.eng/export/sail16/results/merlin/b74/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/api/java_net/MulticastSocket/descriptions_setTTL.jtr
/net/jtgb4u4c.eng/export/sail16/results/merlin/b74/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/api/java_net/MulticastSocket/descriptions_getInterface.jtr
/net/jtgb4u4c.eng/export/sail16/results/merlin/b74/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/api/java_net/MulticastSocket/descriptions_setTimeToLive.jtr
/net/jtgb4u4c.eng/export/sail16/results/merlin/b74/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/api/java_net/MulticastSocket/descriptions_getTimeToLive.jtr
/net/jtgb4u4c.eng/export/sail16/results/merlin/b74/jck13a/linux/suse7.1_single_gnome_client_linux-11/workDir/api/java_net/MulticastSocket/descriptions_getTTL.jtr
How to reproduce:
====================
Run the following script under Suse Linux 7.1
(probably, you need to change JCK and JAVA_HOME paths):
--------Script START---------------------
#!/bin/sh
JAVA_HOME=/net/jdk/export/disk8/local.java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.java.net.MulticastSocket.setTTLTests"
$JAVA_HOME/bin/java -Xfuture ${executeClass}
---------Script END----------------------
Test output:
=============
MulticastSocket2009: Failed. Can not get current interface:java.net.SocketException: Invalid argument
MulticastSocket1017: Failed. Can not get current interface:java.net.SocketException: Invalid argument
MulticastSocket1018: Failed. Can not create MulticastTEstServer :java.net.SocketException: Invalid argument
MulticastSocket1019: Failed. Can not create MulticastTEstServer :java.net.SocketException: Invalid argument
STATUS:Failed.tests: 4; failed: 4; first test case failure: MulticastSocket2009
Specific Machine Info:
=====================
Hostname: linux-11
OS: Suse linux 7.1
======================================================================