-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
sparc
-
solaris_10
Name: mmR10223 Date: 10/20/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b24, JDK1.5.0-b23, JDK1.5.0-b22 (passes with JDK1.5.0-b21, JDK1.4.2-b28)
JCK : JCK1.5-runtime (b06)
Platform[s] : Solaris 10 (sparc, x86)
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/java_security/AlgorithmParameters/AlgorithmParametersTests.html#getInstanceTests [getInstance005]
api/java_security/AlgorithmParameterGenerator/index.html#getMethods [AlgorithmParameterGenerator2007]
These tests fail with JDK1.5.0-b24 on Solaris 10 (sparc, x86) only but pass using
JDK1.5.0-b21, JDK1.4.2-b28. Its also pass on other Solaris and Linux, Windows.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_security/AlgorithmParameters/getInstanceTests.java
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_security/AlgorithmParametersGenerator/getMethodsTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b24/jck15/sparc/sol10_sparc_gnome_plugin_ns6.1_linux-8/workDir/api/java_security/AlgorithmParameters/AlgorithmParametersTests_getInstanceTests.jtr
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b24/jck15/sparc/sol10_sparc_gnome_plugin_ns6.1_linux-8/workDir/api/java_security/AlgorithmParameterGenerator/index_getMethods.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
on Solaris 10
--- script start ---
#!/bin/bash
#Paths in Java Software:
JDK="/java/re/jdk/1.5.0/promoted/all/b24/binaries/"
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/"
#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/sparc"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
# Test 1
$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.java.security.AlgorithmParameters.getInstanceTests -TestCaseID getInstance005
# Test 2
#$JDK/bin/java $switches -cp $CLASSPATH #javasoft.sqe.tests.api.java.security.AlgorithmParameterGenerator.getMethodsTests #-TestCaseID AlgorithmParameterGenerator2007
--- script end ---
Test output #1:
============
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)
Provider SUN, algorithm DSA: Failed. '.$method.' Test Failed
Provider SunJCE, algorithm DESede: Failed. '.$method.' Test Failed
Provider SunJCE, algorithm DiffieHellman: Failed. '.$method.' Test Failed
Provider SunJCE, algorithm DES: Failed. '.$method.' Test Failed
Provider SunJCE, algorithm AES: Failed. '.$method.' Test Failed
Provider SunJCE, algorithm PBE: Passed. OKAY
Provider SunJCE, algorithm Blowfish: Passed. OKAY
getInstance005: Failed. test cases: 7; passed: 2; failed: 5; first test case failure: Provider SUN, algorithm DSA
Algorithm DSA does not found in the default provider Signature.RawDSA
Algorithm DESede does not found in the default provider KeyGenerator.DESede
Algorithm DiffieHellman does not found in the default provider Alg.Alias.KeyFactory.DiffieHellman
Algorithm DES does not found in the default provider SecretKeyFactory.DES
Algorithm AES does not found in the default provider KeyGenerator.AES
STATUS:Failed.test cases: 1; all failed; first test case failure: getInstance005
Test output #2:
============
Provider SUN, algorithm DSA: Failed. public static AlgorithmParameterGenerator getInstance(String algorithm, String provider) throws NoSuchAlgorithmException, NoSuchProviderException Test Failed
Provider SunJCE, algorithm DiffieHellman: Failed. public static AlgorithmParameterGenerator getInstance(String algorithm, String provider) throws NoSuchAlgorithmException, NoSuchProviderException Test Failed
AlgorithmParameterGenerator2007: Failed. test cases: 2; all failed; first test case failure: Provider SUN, algorithm DSA
=========== public static AlgorithmParameterGenerator getInstance(String algorithm, String provider) throws NoSuchAlgorithmException, NoSuchProviderException ===========
Algorithm DSA does not found in the default provider Signature.RawDSA
=========== public static AlgorithmParameterGenerator getInstance(String algorithm, String provider) throws NoSuchAlgorithmException, NoSuchProviderException ===========
Algorithm DiffieHellman does not found in the default provider Alg.Alias.KeyFactory.DiffieHellman
STATUS:Failed.test cases: 1; all failed; first test case failure: AlgorithmParameterGenerator2007
Specific machine info:
======================
Hostname: linux-8
OS: Solaris 10 (sparc) (CDE)
Hostname: linux-18
OS: Solaris 10 (x86) (CDE)
======================================================================