Name: asR10013 Date: 03/13/2002
JDK : jdk1.4.1-b04
JCK : JCK1.4-b17
Platform[s] : Windows 98
switch/Mode : -client -Xcomp -Xfuture
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : api/org_omg/CORBA/SimpleMarshal/SimpleMarshal.html#SimpleMarshal_Test_Compilation
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/org_omg/CORBA/SimpleMarshal/SimpleMarshalClient.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/org_omg/CORBA/SimpleMarshal/SimpleMarshalForm.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/org_omg/CORBA/SimpleMarshal/SMRunTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/hopper/b04/jck14/win32/win98_client_comp_linux-17/workDir/api/org_omg/CORBA/SimpleMarshal/SimpleMarshal_SimpleMarshal_Test_Compilation.jtr
How to reproduce:
=================
Run the following script on Windows 98 machine (you may need to set JAVA_HOME abd JCK variables)
Also please note, that directory orb.db/logs/ is empty and does not contain any logs after running the test.
--------Script START---------------------
#!/bin/sh
JAVA_HOME=c:/jdk1.4.1
JCK=c:/jck1.4/JCK-runtime-14
export CLASSPATH="$JCK/classes\;$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.org_omg.CORBA.SimpleMarshal.SimpleMarshalClient"
execArgs="-server javasoft.sqe.tests.api.org_omg.CORBA.SimpleMarshal.SimpleMarshalServer -ORBInitialHost localhost -ORBInitialPort 9876 -classDir c:\\temp"
switches="-client -Xcomp -Xfuture"
${JAVA_HOME}/bin/tnameserv.exe -ORBInitialPort 9876 &
$JAVA_HOME/bin/java ${switches} -showversion -cp $CLASSPATH ${executeClass} ${execArgs}
--------Script END----------------------
Test output:
============
----------log:(349/25163)*----------
[...]
SimpleMarshal : SimpleMarshalClient : shutdown invocation successful
SimpleMarshalClient: test execution completed !
No. of Tests :283
No. of Errors :1
STATUS:Failed.FAILED: details in the log file
result: Failed. FAILED: details in the log file
Specific Machine Info:
======================
Hostname: linux-17
Os: Windows 98
======================================================================