Name: iaR10016 Date: 05/07/2001
JDK : JDK1.4.0 beta-b63
JCK : JCK1.4
Platform[s] : Windows ME
switch/Mode : -client -Xmixed, -Xnoclassgc -Xbatch -verify
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test : api/java_net/MulticastSocket/descriptions.html#send
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_net/MulticastSocket/sendTests.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_net/MulticastSocket/MulticastTestServer.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_net/MulticastSocket/TestServerException.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_net/MulticastSocket/TSInterruptedException.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b63/jck14/win32/winme_client_noclassgc_batch_verify_linux-18/workDir/api/java_net/MulticastSocket/descriptions_send.jtr
How to reproduce:
====================
Run the following script under Windows ME (probably, you need to change JCK and JAVA_HOME paths).
Please, note that the bug is not reproducible on Windows 95, Windows 98, Windows 2000 and Windows NT.
--------Script START---------------------
#!/bin/sh
JAVA_HOME="C:/jdk1.4.0"
JCK="H:/jck1.4/JCK-runtime-14"
export CLASSPATH="$JCK/classes;$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.java.net.MulticastSocket.sendTests -TestCaseID MulticastSocket1015"
$JAVA_HOME/bin/java -Xfuture ${executeClass}
---------Script END----------------------
Test output:
=============
MulticastSocket1015: Failed. No exceptions...
STATUS:Failed.tests: 1; failed: 1; first test case failure: MulticastSocket1015
Specific Machine Info:
=====================
Hostname: linux-18
OS: Windows ME
======================================================================