-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
1.2.3
-
generic, x86
-
generic, linux, windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2069036 | 5.0 | Neeraj Bajaj | P2 | Closed | Fixed | beta |
Name: iaR10016 Date: 05/04/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b05
(passes with JDK1.5.0-b04, JDK1.4.2-b22)
JCK : JCK1.4a-runtime
Platform[s] : all
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling tests : api/org_w3c/dom/CDATASection/index.html#CDATASection [CDATASection005]
JCK1.4a-runtime api/org_w3c/dom/CDATASection/index.html#CDATASection test fails with JDK1.5.0-b05
on all platforms. The test passes with previous JDK builds (1.5.0-b04, 1.4.2-b22).
Test source location:
=====================
/java/re/jck/1.4a/promoted/fcs/binaries/JCK-runtime-14a/tests/api/org_w3c/dom/CDATASection/CDATASectionTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b05/jck14a/win32/win2000_smp_plugin_ie6.0_linux-22/workDir/api/org_w3c/dom/CDATASection/index_CDATASection.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
JCK="/java/re/jck/1.4a/archive/fcs/binaries/JCK-runtime-14a"
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/linux-i586"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.org.w3c.dom.CDATASection.CDATASectionTests -TestCaseID CDATASection005
--- script end ---
Test output:
============
CDATASection005: Failed. getLength() returns 6 (5 expected)
STATUS:Failed.test cases: 1; all failed; first test case failure: CDATASection005
Specific machine info:
======================
Hostname: linux-10
OS: Solaris 8 (x86)
Hostname: linux-22
OS: Windows 2000 Pro
======================================================================
Name: inR10064 Date: 05/04/2003
There is [Fatal Error] message in the output (stderr?) of the test
if to run all testcases (w/o option '-TestCaseID CDATASection005'):
___ CDATA005.ksh
[Fatal Error] :1:52: The character sequence "]]>" must not appear in content unless used to mark the end of a CDATA section.
CDATASection001: Passed. OK
CDATASection002: Passed. OK
CDATASection003: Passed. Ok
CDATASection004: Passed. OK
CDATASection005: Failed. getLength() returns 6 (5 expected)
STATUS:Failed.test cases: 5; passed: 4; failed: 1; first test case failure: CDATASection005
--- script CDATA005.ksh start ---
#!/bin/ksh
JCK="/export/ld52/java/sqe/JCK-14a/JCK-runtime-14a"
JDK="/export/ld25/java/dest/jdk1.5.0-b05/solaris-sparc"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.org.w3c.dom.CDATASection.CDATASectionTests
--- script end ---
======================================================================
Name: inR10064 Date: 05/05/2003
Origin of the [Fatal Error] message mentioned above is the testcase CDATASection003
so this message couldn't help in the investigation of the CDATASection005 failure.
======================================================================
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b05
(passes with JDK1.5.0-b04, JDK1.4.2-b22)
JCK : JCK1.4a-runtime
Platform[s] : all
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling tests : api/org_w3c/dom/CDATASection/index.html#CDATASection [CDATASection005]
JCK1.4a-runtime api/org_w3c/dom/CDATASection/index.html#CDATASection test fails with JDK1.5.0-b05
on all platforms. The test passes with previous JDK builds (1.5.0-b04, 1.4.2-b22).
Test source location:
=====================
/java/re/jck/1.4a/promoted/fcs/binaries/JCK-runtime-14a/tests/api/org_w3c/dom/CDATASection/CDATASectionTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b05/jck14a/win32/win2000_smp_plugin_ie6.0_linux-22/workDir/api/org_w3c/dom/CDATASection/index_CDATASection.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
JCK="/java/re/jck/1.4a/archive/fcs/binaries/JCK-runtime-14a"
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/linux-i586"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.org.w3c.dom.CDATASection.CDATASectionTests -TestCaseID CDATASection005
--- script end ---
Test output:
============
CDATASection005: Failed. getLength() returns 6 (5 expected)
STATUS:Failed.test cases: 1; all failed; first test case failure: CDATASection005
Specific machine info:
======================
Hostname: linux-10
OS: Solaris 8 (x86)
Hostname: linux-22
OS: Windows 2000 Pro
======================================================================
Name: inR10064 Date: 05/04/2003
There is [Fatal Error] message in the output (stderr?) of the test
if to run all testcases (w/o option '-TestCaseID CDATASection005'):
___ CDATA005.ksh
[Fatal Error] :1:52: The character sequence "]]>" must not appear in content unless used to mark the end of a CDATA section.
CDATASection001: Passed. OK
CDATASection002: Passed. OK
CDATASection003: Passed. Ok
CDATASection004: Passed. OK
CDATASection005: Failed. getLength() returns 6 (5 expected)
STATUS:Failed.test cases: 5; passed: 4; failed: 1; first test case failure: CDATASection005
--- script CDATA005.ksh start ---
#!/bin/ksh
JCK="/export/ld52/java/sqe/JCK-14a/JCK-runtime-14a"
JDK="/export/ld25/java/dest/jdk1.5.0-b05/solaris-sparc"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.org.w3c.dom.CDATASection.CDATASectionTests
--- script end ---
======================================================================
Name: inR10064 Date: 05/05/2003
Origin of the [Fatal Error] message mentioned above is the testcase CDATASection003
so this message couldn't help in the investigation of the CDATASection005 failure.
======================================================================
- backported by
-
JDK-2069036 REGRESSION: JCK1.4a-runtime api/org_w3c/dom/CDATASection/index.html#CDATASection
-
- Closed
-