-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
generic
-
generic
Name: iaR10016 Date: 09/16/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b19, JDK1.5.0-b18, JDK1.4.2-b28
JCK : JCK1.5-runtime (b04)
Platform[s] : all
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/java_util/logging/Formatter/index.html#Get [Formatter0001, Formatter0003]
JCK1.5-runtime api/java_util/logging/Formatter/index.html#Get test fails with JDK1.5.0,
JDK1.4.2.
This test is in JCK1.5 (b04) known failure list because of the Specification bug 4486754
integrated in tiger. API Specification for XMLFormatter.getHead(handler) and
XMLFormatter.getTail(Handler) methods was changed in JDK1.5.0-b19, so the test should be
updated to meet new Specification requirenments.
Please, see bug 4486754 for more details.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_util/logging/Formatter/GetTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b19/jck15/linux/redhat9.0_gnome_smp_client_dsa_linux-22/workDir/api/java_util/logging/Formatter/index_Get.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables):
--- script start ---
#!/bin/bash
JCK="/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15"
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/solaris-sparc"
#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 -showversion javasoft.sqe.tests.api.java.util.logging.Formatter.GetTests -TestCaseID Formatter0001 Formatter0003
--- script end ---
Test output:
============
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b19)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b19, mixed mode)
Formatter0001: Failed. I do wait for NPE here
Formatter0003: Failed. I do wait for NPE here
=== Formatter0001 ===
head| ""
=== Formatter0003 ===
tail| ""
STATUS:Failed.test cases: 2; all failed; first test case failure: Formatter0001
Specific machine info:
======================
Hostname: linux-21
OS: Windows XP Home
Hostname: linux-22
OS: RedHat Linux 9.0 (GNOME)
======================================================================
- duplicates
-
JDK-4932069 java.util.logging.Formatter.get[Head|Tail]: no NPE
- Closed