[xml] Test failures with 2.6.10 on Solaris 9/SPARC
- From: Albert Chin <libxml mlists thewrittenword com>
- To: xml gnome org
- Subject: [xml] Test failures with 2.6.10 on Solaris 9/SPARC
- Date: Sat, 3 Jul 2004 15:03:33 -0500
$ gmake check
Making check in include
gmake[1]: Entering directory `/opt/build/libxml2-2.6.10/include'
Making check in libxml
gmake[2]: Entering directory `/opt/build/libxml2-2.6.10/include/libxml'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/opt/build/libxml2-2.6.10/include/libxml'
gmake[2]: Entering directory `/opt/build/libxml2-2.6.10/include'
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory `/opt/build/libxml2-2.6.10/include'
gmake[1]: Leaving directory `/opt/build/libxml2-2.6.10/include'
Making check in .
gmake[1]: Entering directory `/opt/build/libxml2-2.6.10'
gmake check-local
gmake[2]: Entering directory `/opt/build/libxml2-2.6.10'
gmake all-recursive
gmake[3]: Entering directory `/opt/build/libxml2-2.6.10'
Making all in include
gmake[4]: Entering directory `/opt/build/libxml2-2.6.10/include'
Making all in libxml
gmake[5]: Entering directory `/opt/build/libxml2-2.6.10/include/libxml'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/opt/build/libxml2-2.6.10/include/libxml'
gmake[5]: Entering directory `/opt/build/libxml2-2.6.10/include'
gmake[5]: Nothing to be done for `all-am'.
gmake[5]: Leaving directory `/opt/build/libxml2-2.6.10/include'
gmake[4]: Leaving directory `/opt/build/libxml2-2.6.10/include'
Making all in .
gmake[4]: Entering directory `/opt/build/libxml2-2.6.10'
gmake[4]: Leaving directory `/opt/build/libxml2-2.6.10'
Making all in doc
gmake[4]: Entering directory `/opt/build/libxml2-2.6.10/doc'
Making all in examples
gmake[5]: Entering directory `/opt/build/libxml2-2.6.10/doc/examples'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/opt/build/libxml2-2.6.10/doc/examples'
gmake[5]: Entering directory `/opt/build/libxml2-2.6.10/doc'
gmake[5]: Nothing to be done for `all-am'.
gmake[5]: Leaving directory `/opt/build/libxml2-2.6.10/doc'
gmake[4]: Leaving directory `/opt/build/libxml2-2.6.10/doc'
Making all in example
gmake[4]: Entering directory `/opt/build/libxml2-2.6.10/example'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/opt/build/libxml2-2.6.10/example'
gmake[3]: Leaving directory `/opt/build/libxml2-2.6.10'
## XML regression tests
## XML regression tests on memory
## XML entity subst regression tests
## XML Namespaces regression tests
## xml:id regression tests
## Error cases regression tests
## Error cases stream regression tests
## Reader regression tests
## Reader on memory regression tests
## Walker regression tests
## SAX callbacks regression tests
## XML push regression tests
## HTML regression tests
## Push HTML regression tests
## HTML SAX regression tests
## Push HTML SAX regression tests
## Valid documents regression tests
## Validity checking regression tests
## General documents valid regression tests
## URI module regression tests
## XPath regression tests
## XPointer regression tests
## XInclude regression tests
docids.xml result
1,19d0 < <?xml version="1.0"?> < <!DOCTYPE book [ < <!ELEMENT book (doc)*> < <!ELEMENT doc (isid)*> <
<!ELEMENT isid EMPTY> < <!ATTLIST isid myid ID #IMPLIED> < ]> < <book> < <doc> < <isid myid="mine"/> < <isid
myid="dup"/> < </doc> < <!-- including another XML document with IDs --> < <doc
xml:base="test/XInclude/ents/ids.xml"> < <isid myid="dup"/> < <isid myid="foo"/> < <isid myid="bar"/> <
</doc> < </book>
fallback.xml result
1,5d0 < <?xml version="1.0"?> < <x xmlns:xinclude="http://www.w3.org/2001/XInclude"> < <!-- Simple test of a
fallback on unavailble URI --> < <warning>Inclusion failed</warning> < </x>
fallback2.xml result
1,6d0 < <?xml version="1.0"?> < <a> < There is no b.xml ... < There is no c.xml ... < < </a>
include.xml result
1,9d0 < <?xml version="1.0"?> < <x xmlns:xinclude="http://www.w3.org/2001/XInclude"> < <!-- Simple test of
including another XML document --> < <doc xml:base="test/XInclude/ents/something.xml"> < <p>something</p> <
<p>really</p> < <p>simple</p> < </doc> < </x>
nodes.xml result
1,5d0 < <?xml version="1.0"?> < <x xmlns:xinclude="http://www.w3.org/2001/XInclude"> < <!-- Simple test of
including a set of nodes from an XML document --> < <p
xml:base="test/XInclude/ents/something.xml">something</p><p
xml:base="test/XInclude/ents/something.xml">really</p><p
xml:base="test/XInclude/ents/something.xml">simple</p> < </x>
nodes2.xml result
1,5d0 < <?xml version="1.0"?> < <x xmlns:xinclude="http://www.w3.org/2003/XInclude"> < <!-- Simple test of
including a set of nodes from an XML document --> < <p
xml:base="test/XInclude/ents/something.xml">something</p><p
xml:base="test/XInclude/ents/something.xml">really</p><p
xml:base="test/XInclude/ents/something.xml">simple</p> < </x>
nodes3.xml result
1,5d0 < <?xml version="1.0"?> < <x xmlns:xinclude="http://www.w3.org/2003/XInclude"> < <!-- Simple test of
including a set of nodes from an XML document --> < <xinclude:include
href="../ents/something.xml#xpointer(//p)"/> < </x> 1d0 < ./test/XInclude/docs/nodes3.xml:3: element include:
XInclude error : Invalid fragment identifier in URI test/XInclude/ents/something.xml#xpointer(//p) use the
xpointer attribute
recursive.xml result
1,3d0 < <?xml version="1.0"?> < <this><sub-inc xml:base="test/XInclude/ents/sub-inc.ent">is a test <
</sub-inc></this>
tstencoding.xml result
1,6d0 < <?xml version="1.0" encoding="ISO-8859-1"?> < <x xmlns:xinclude="http://www.w3.org/2001/XInclude"> <
<!-- Simple test of including another text document --> < test with accents in ISO-8859-1: < < </x>
txtinclude.xml result
1,6d0 < <?xml version="1.0"?> < <x xmlns:xinclude="http://www.w3.org/2001/XInclude"> < <!-- Simple test of
including another text document --> < this is some text in ASCII < < </x>
## XInclude xmlReader regression tests
docids.xml result
1,35d0 < 0 10 book 0 0 < 0 1 book 0 0 < 1 14 #text 0 1 < < 1 1 doc 0 0 < 2 14 #text 0 1 < < 2 1 isid 1 0 < 2
14 #text 0 1 < < 2 1 isid 1 0 < 2 14 #text 0 1 < < 1 15 doc 0 0 < 1 14 #text 0 1 < < 1 8 #comment 0 1
including another XML document with IDs < 1 14 #text 0 1 < < 1 1 doc 0 0 < 2 14 #text 0 1 < < 2 1 isid 1 0 <
2 14 #text 0 1 < < 2 1 isid 1 0 < 2 14 #text 0 1 < < 2 1 isid 1 0 < 2 14 #text 0 1 < < 1 15 doc 0 0 < 1 14
#text 0 1 < < 0 15 book 0 0
fallback.xml result
1,12d0 < 0 1 x 0 0 < 1 14 #text 0 1 < < 1 8 #comment 0 1 Simple test of a fallback on unavailble URI < 1 14
#text 0 1 < < 1 1 warning 0 0 < 2 3 #text 0 1 Inclusion failed < 1 15 warning 0 0 < 1 14 #text 0 1 < < 0 15 x
0 0
fallback2.xml result
1,11d0 < 0 1 a 0 0 < 1 14 #text 0 1 < < 1 3 #text 0 1 There is no b.xml ... < 1 14 #text 0 1 < < 1 3 #text 0
1 There is no c.xml ... < 1 14 #text 0 1 < < < 0 15 a 0 0
include.xml result
1,28d0 < 0 1 x 0 0 < 1 14 #text 0 1 < < 1 8 #comment 0 1 Simple test of including another XML document < 1 14
#text 0 1 < < 1 1 doc 0 0 < 2 14 #text 0 1 < < 2 1 p 0 0 < 3 3 #text 0 1 something < 2 15 p 0 0 < 2 14 #text
0 1 < < 2 1 p 0 0 < 3 3 #text 0 1 really < 2 15 p 0 0 < 2 14 #text 0 1 < < 2 1 p 0 0 < 3 3 #text 0 1 simple <
2 15 p 0 0 < 2 14 #text 0 1 < < 1 15 doc 0 0 < 1 14 #text 0 1 < < 0 15 x 0 0
nodes.xml result
1,18d0 < 0 1 x 0 0 < 1 14 #text 0 1 < < 1 8 #comment 0 1 Simple test of including a set of nodes from an XML
document < 1 14 #text 0 1 < < 1 1 p 0 0 < 2 3 #text 0 1 something < 1 15 p 0 0 < 1 1 p 0 0 < 2 3 #text 0 1
really < 1 15 p 0 0 < 1 1 p 0 0 < 2 3 #text 0 1 simple < 1 15 p 0 0 < 1 14 #text 0 1 < < 0 15 x 0 0
nodes2.xml result
1,18d0 < 0 1 x 0 0 < 1 14 #text 0 1 < < 1 8 #comment 0 1 Simple test of including a set of nodes from an XML
document < 1 14 #text 0 1 < < 1 1 p 0 0 < 2 3 #text 0 1 something < 1 15 p 0 0 < 1 1 p 0 0 < 2 3 #text 0 1
really < 1 15 p 0 0 < 1 1 p 0 0 < 2 3 #text 0 1 simple < 1 15 p 0 0 < 1 14 #text 0 1 < < 0 15 x 0 0
nodes3.xml result
1d0 < ./test/XInclude/docs/nodes3.xml:3: element include: XInclude error : Invalid fragment identifier in URI
test/XInclude/ents/something.xml#xpointer(//p) use the xpointer attribute 1,10d0 < 0 1 x 0 0 < 1 14 #text 0 1
< < 1 8 #comment 0 1 Simple test of including a set of nodes from an XML document < 1 14 #text 0 1 < < 1 1
xinclude:include 1 0 < 1 14 #text 0 1 < < 0 15 x 0 0
recursive.xml result
1,6d0 < 0 1 this 0 0 < 1 1 sub-inc 0 0 < 2 3 #text 0 1 is a test < < 1 15 sub-inc 0 0 < 0 15 this 0 0
tstencoding.xml result
1,11d0 < 0 1 x 0 0 < 1 14 #text 0 1 < < 1 8 #comment 0 1 Simple test of including another text document < 1
14 #text 0 1 < < 1 3 #text 0 1 test with accents in ISO-8859-1: À Á é è < < 1 14 #text 0 1 < < 0 15 x 0 0
txtinclude.xml result
1,11d0 < 0 1 x 0 0 < 1 14 #text 0 1 < < 1 8 #comment 0 1 Simple test of including another text document < 1
14 #text 0 1 < < 1 3 #text 0 1 this is some text in ASCII < < 1 14 #text 0 1 < < 0 15 x 0 0
## C14N and XPath regression tests
## Scripts regression tests
## Some of the base computations may be different if srcdir != .
## Catalog regression tests
## Add and del operations on XML Catalogs
## Regexp regression tests
## Automata regression tests
## Schemas regression tests
date_0_0 result
1c1 < ./test/schemas/date_0.xml validates --- > ./test/schemas/date_0.xml fails to validate 0a1,2 >
./test/schemas/date_0.xml:23: element monthday1: Schemas validity error : Element monthday1: failed to
validate basic type gMonthDay > ./test/schemas/date_0.xml:24: element dt2: Schemas validity error : Failed to
validate basic type dateTime
## Relax-NG regression tests
## Relax-NG streaming regression tests
## Threaded regression tests
## Timing tests to try to detect performance
## as well a memory usage breakage when streaming
## 1/ using the file interface
## 2/ using the memory interface
## 3/ repeated DOM parsing
## 4/ repeated DOM validation
gmake[3]: Entering directory `/opt/build/libxml2-2.6.10/doc/examples'
gmake[3]: Leaving directory `/opt/build/libxml2-2.6.10/doc/examples'
gmake[2]: Leaving directory `/opt/build/libxml2-2.6.10'
gmake[1]: Leaving directory `/opt/build/libxml2-2.6.10'
Making check in doc
gmake[1]: Entering directory `/opt/build/libxml2-2.6.10/doc'
Making check in examples
gmake[2]: Entering directory `/opt/build/libxml2-2.6.10/doc/examples'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/opt/build/libxml2-2.6.10/doc/examples'
gmake[2]: Entering directory `/opt/build/libxml2-2.6.10/doc'
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory `/opt/build/libxml2-2.6.10/doc'
gmake[1]: Leaving directory `/opt/build/libxml2-2.6.10/doc'
Making check in example
gmake[1]: Entering directory `/opt/build/libxml2-2.6.10/example'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `/opt/build/libxml2-2.6.10/example'
--
albert chin (china thewrittenword com)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]