-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
rc1
-
x86, sparc
-
generic, linux, windows_2000
-
Verified
Name: iaR10016 Date: 10/01/2001
JDK : JDK1.4.0-beta-b81
JCK : JCK1.4-b10
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/org_ietf/jgss/GSSName/index.html#exportTests
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/org_ietf/jgss/GSSName/exportTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail15/results/merlin/b81/jck14/linux/redhat7.1_kde2_client_linux-13/workDir/api/org_ietf/jgss/GSSName/index_exportTests.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"
$JAVA_HOME/bin/java -Xfuture javasoft.sqe.tests.api.org.ietf.jgss.GSSName.exportTests
---------Script END----------------------
Test output:
============
Oid "null" is supported.
old Name = service@host
new Name = service@host
--------------------------------------------------
Oid "1.3.6.1.5.6.3" is not supported.
--------------------------------------------------
Oid "1.3.6.1.5.6.4" is not supported.
--------------------------------------------------
Oid "1.3.6.1.5.6.2" is supported.
old Name = service@host
new Name = service/###@###.###
exportTest001: Failed. GSSName.export() fails.
Oid "null" is supported.
old Name = service@host
new Name = service@host
--------------------------------------------------
Oid "1.3.6.1.5.6.3" is not supported.
--------------------------------------------------
Oid "1.3.6.1.5.6.4" is not supported.
--------------------------------------------------
Oid "1.3.6.1.5.6.2" is supported.
old Name = service@host
new Name = service/###@###.###
exportTest002: Failed. GSSName.export() fails.
STATUS:Failed.tests: 2; failed: 2; first test case failure: exportTest001
Test failed
Specific Machine Info:
=====================
Hostname: Linux-14
OS: RedHat 7.1
Hostname: Linux-2
OS: Windows 2000
======================================================================