JDK-4937150 : JCK1.5-runtime api/org_w3c/dom/ls/DOMInput/index.html#order fails
  • Type: Bug
  • Component: xml
  • Sub-Component: org.w3c.dom
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux,solaris_9,windows_xp
  • CPU: x86,sparc
  • Submitted: 2003-10-14
  • Updated: 2012-04-24
  • Resolved: 2003-10-31
Related Reports
Duplicate :  
Description
Name: icR10030			Date: 10/14/2003


Filed By       : J2SE-SQA [###@###.###
JDK            : JDK1.5.0-b23
JCK            : JCK1.5-runtime-b06
Platform[s]    : RedHat Advanced Server 2.1 (Gnome), Windows XP Home, Solaris 9 (sparc) (CDE)
switch/Mode    : -XX:+UseParallelGC -Xfuture, -dsa -Xfuture, -esa -Xfuture
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
         api/org_w3c/dom/ls/DOMInput/index.html#order [order0005]

JCK1.5-runtime api/org_w3c/dom/ls/DOMInput/index.html#order test fails with JDK1.5.0-b23
The test is new in jck15-b06

Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/org_w3c/dom/ls/DOMInput/orderTests.java

jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b23/jck15/win32/winXP_smp_client_dsa_linux-21/workDir/api/org_w3c/dom/ls/DOMInput/index_order.jtr

How to reproduce:
=================
Run the following script (you may need to change its variables)

--- script start ---
#!/bin/bash

#KOORI_ONESTOP is your path to koori.sfbay/onestop (/net/koori/onestop, /java/re)
KOORI_ONESTOP="z:"

#JCK="h:/java/jck1.5/JCK-runtime-15"
JCK="$KOORI_ONESTOP/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#JDK="h:/java/jdk1.5.0/win32"
JDK="$KOORI_ONESTOP/jdk/1.5.0/promoted/all/b23/binaries/windows-i586"

switches="-dsa -Xfuture"
CLASSPATH="$JCK/classes;$JCK/lib/javatest.jar"

$JDK/bin/java $switches -cp $CLASSPATH javasoft.sqe.tests.api.org.w3c.dom.ls.DOMInput.orderTests -TestCaseID order0005

--- script end ---

Test output [part of jtr-file]:
==============================
..
command: com.sun.jck.lib.ExecJCKTestOtherJVMCmd PATH=H:\java\jck1.5\JCK-runtime-15\lib windir=C:\Windows SYSTEMROOT=e:/windows WINDIR=e:/windows
PATH=h:/java/jck1.5/JCK-runtime-15/lib;h:\java\jdk1.4.2\win32\bin;.;E:\WINDOWS\System32;E:\WINDOWS;E:\mksnt;E:\WINDOWS\system32;E:\WINDOWS;E:\WINDOWS\System32\Wbem;;E:\PROGRA~1\2gis2002;E:\PROGRA~1\ATT\Graphviz\bin;E:\PROGRA~1\ATT\Graphviz\bin\tools; 


e:/j2sdk1.5.0/bin/java -dsa -Xfuture -classpath H:\java\jck1.5\JCK-runtime-15\classes -Djava.security.policy=H:\java\jck1.5\JCK-runtime-15\lib\jck.policy
javasoft.sqe.tests.api.org.w3c.dom.ls.DOMInput.orderTests -TestCaseID ALL -TestURL file:///H:/java/jck1.5/JCK-runtime-15/tests/api/org_w3c/dom/ls/DOMInput/index.html#order
----------ref:(1/24)----------
Using AllPermissionSM.
----------log:(28/2227)----------
order0001: Passed. OKAY
order0002: Passed. OKAY
order0003: Passed. OKAY
order0004: Passed. OKAY
java.lang.InternalError: Converter malfunction (Unicode) -- please submit a bug report via http://java.sun.com/cgi-bin/bugreport.cgi
	at sun.nio.cs.StreamDecoder$ConverterSD.malfunction(StreamDecoder.java:235)
	at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:251)
	at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:297)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
	at java.io.InputStreamReader.read(InputStreamReader.java:167)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1643)
	at com.sun.org.apache.xerces.internal.impl.XML11EntityScanner.skipString(XML11EntityScanner.java:1018)
	at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:188)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:188)
	at com.sun.org.apache.xerces.internal.parsers.DTDConfiguration.parse(DTDConfiguration.java:593)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
	at com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.parse(DOMParserImpl.java:755)
	at javasoft.sqe.tests.api.org.w3c.dom.ls.DOMInput.orderTests.order0005(orderTests.java:241)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:399)
	at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:195)
	at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:127)
	at javasoft.sqe.tests.api.org.w3c.dom.ls.DOMInput.orderTests.main(orderTests.java:105)
order0005: Failed. Test case throws exception: java.lang.InternalError: Converter malfunction (Unicode) -- please submit a bug report via
http://java.sun.com/cgi-bin/bugreport.cgi
STATUS:Failed.test cases: 5; passed: 4; failed: 1; first test case failure: order0005
result: Failed. test cases: 5; passed: 4; failed: 1; first test case failure: order0005


test result: Failed. test cases: 5; passed: 4; failed: 1; first test case failure: order0005


Specific machine info:
======================
Hostname: linux-21
OS: Windows XP Home
Hostname: linux-24
OS: RedHat Advanced Server 2.1 (Gnome)
Hostname: novo48
OS: Solaris 9 (sparc) (CDE)



======================================================================