-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.4.0
-
x86
-
linux, windows_2000
Name: iaR10016 Date: 08/20/2001
JDK : JDK1.4.0-beta-b76
JCK : JCK1.4-b08
Platform[s] : RedHat Linux 7.1, Windows 2000
switch/Mode : -client -Xmixed -Xfuture
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : api/java_util/jar/JarInputStream/index.html#Ctor [JarInputStream2001, JarInputStream2003]
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_util/jar/JarInputStream/CtorTests.java
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_util/jar/JarInputStream/Closer.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b76/jck14/jck14/linux/redhat7.1_smp_gnome_client_linux-24/workDir/api/java_util/jar/JarInputStream/index_Ctor.jtr
How to reproduce:
====================
Run the following script under RedHat 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.4/JCK-runtime-14
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.java.util.jar.JarInputStream.CtorTests -TestURL file:$JCK/tests/api/java_util/jar/JarInputStream/index.html#Ctor"
executeArgs="-TestCaseID JarInputStream2001 JarInputStream2003"
$JAVA_HOME/bin/java -Xfuture ${executeClass} ${executeArgs}
---------Script END----------------------
Test output:
=============
JarInputStream2001: Failed. SecurityException expected
JarInputStream2003: Failed. SecurityException expected
STATUS:Failed.tests: 2; failed: 2; first test case failure: JarInputStream2001
Specific Machine Info:
=====================
Hostname: linux-14
OS: RedHat Linux 7.1
Hostname: Linux-2
OS: Windows 2000
======================================================================