-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
generic
-
generic
Name: iaR10016 Date: 10/23/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b24, JDK1.5.0-b23, JDK1.4.2-b28
JCK : JCK1.5-runtime (b06)
Platform[s] : all
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test : vm/classfmt/vrf/vrfexc204/vrfexc20408m1/vrfexc20408m1.html
JCK1.5-runtime vm/classfmt/vrf/vrfexc204/vrfexc20408m1/vrfexc20408m1.html test fails with
JDK1.5.0, JDK1.4.2 with "Failed to reject invalid class vrfexc20408m11n"
This test is in the latest JCK1.5 known failure list because of the bug 4310993 which was
closed as "not a bug" at October, 22.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/classfmt/vrf/vrfexc204/vrfexc20408m1/vrfexc20408m1.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b24/jck15/linux/Sles8_gnome_client_dsa_linux-4/workDir/vm/classfmt/vrf/vrfexc204/vrfexc20408m1/vrfexc20408m1.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
#Paths in Java Software:
JDK="/java/re/jdk/1.5.0/promoted/all/b24/binaries/linux-i586"
JCK="/java/re/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#Alternative paths outside Java Software:
#JDK="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b24/binaries/linux-i586"
#JCK="/net/koori.sfbay/onestop/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#Alternative paths for the NSK site:
#JCK="/net/linux-15/export/home/java/jck1.5/JCK-runtime-15"
#JDK="/net/linux-15/export/home/java/jdk1.5.0/linux"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java -Xfuture -showversion javasoft.sqe.tests.vm.classfmt.vrf.vrfexc204.vrfexc20408m1.vrfexc20408m1
--- script end ---
Test output:
============
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b24)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b24, mixed mode)
Failed to reject invalid class vrfexc20408m11n
Specific machine info:
======================
Hostname: linux-19
OS: Windows 2003
Hostname: linux-22
OS: RedHat Linux 9.0 (GNOME)
Hostname: linux-4
OS: SuSE SLES 8
Hostname: linux-6
OS: Solaris 9 (x86) (CDE)
Hostname: linux-8
OS: Solaris 10 (sparc) (CDE)
======================================================================