HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-libs/libxml2/2.7.3/1


Ignore:
Timestamp:
01/18/09 22:49:47 (6 years ago)
Author:
scottmc
Comment:

initial build of libxml2

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libxml2/2.7.3/1

    v1 v2  
    1   
     1 Same as 2.7.2, still waiting for patches to be applied upstream, and config.guess/.sub to be updated there as well. 
     2 *added check for network to configure.in to allow make check to work, new patch posted. 
     3 
     4 Make check results: 
     5 
     6{{{ 
     7## XML regression tests 
     8## XML regression tests on memory 
     9## XML entity subst regression tests 
     10## XML Namespaces regression tests 
     11## Error cases regression tests 
     12## Error cases stream regression tests 
     13## Reader regression tests 
     14## Reader entities substitution regression tests 
     15## Reader on memory regression tests 
     16## Walker regression tests 
     17## SAX1 callbacks regression tests 
     18## SAX2 callbacks regression tests 
     19## XML push regression tests 
     20## HTML regression tests 
     21## Push HTML regression tests 
     22## HTML SAX regression tests 
     23## Valid documents regression tests 
     24## Validity checking regression tests 
     25## General documents valid regression tests 
     26## XInclude regression tests 
     27## XInclude xmlReader regression tests 
     28## XInclude regression tests stripping include nodes 
     29## XInclude xmlReader regression tests stripping include nodes 
     30## XPath expressions regression tests 
     31## XPath document queries regression tests 
     32## XPointer document queries regression tests 
     33## xml:id regression tests 
     34## URI parsing tests 
     35## URI base composition tests 
     36## Path URI conversion tests 
     37## Schemas regression tests 
     38## Relax-NG regression tests 
     39## Relax-NG streaming regression tests 
     40## Pattern regression tests 
     41## C14N with comments regression tests 
     42## C14N without comments regression tests 
     43## C14N exclusive without comments regression tests 
     44Total 8 tests, no errors 
     45## Parsing recursive test cases 
     46## Parsing non-recursive test cases 
     47## Parsing non-recursive huge case 
     48......... 
     49Total 1 tests, no errors 
     50Testing HTMLparser : 32 of 38 functions ... 
     51Testing HTMLtree : 18 of 18 functions ... 
     52Testing SAX2 : 38 of 38 functions ... 
     53Testing c14n : 3 of 4 functions ... 
     54Testing catalog : 27 of 36 functions ... 
     55Testing chvalid : 9 of 9 functions ... 
     56Testing debugXML : 25 of 28 functions ... 
     57Testing dict : 9 of 10 functions ... 
     58Testing encoding : 16 of 19 functions ... 
     59Testing entities : 13 of 17 functions ... 
     60Testing hash : 16 of 24 functions ... 
     61Testing list : 19 of 26 functions ... 
     62Testing nanoftp : 16 of 22 functions ... 
     63Testing nanohttp : 13 of 17 functions ... 
     64Testing parser : 61 of 70 functions ... 
     65Testing parserInternals : 33 of 90 functions ... 
     66Testing pattern : 10 of 15 functions ... 
     67Testing relaxng : 14 of 24 functions ... 
     68Testing schemasInternals : 0 of 2 functions ... 
     69Testing schematron : 1 of 10 functions ... 
     70Testing tree : 138 of 157 functions ... 
     71Testing uri : 10 of 15 functions ... 
     72Testing valid : 50 of 70 functions ... 
     73Testing xinclude : 7 of 9 functions ... 
     74Testing xmlIO : 39 of 48 functions ... 
     75Testing xmlautomata : 3 of 19 functions ... 
     76Testing xmlerror : 7 of 15 functions ... 
     77Testing xmlmodule : 2 of 4 functions ... 
     78Testing xmlreader : 75 of 85 functions ... 
     79Testing xmlregexp : 16 of 30 functions ... 
     80Testing xmlsave : 4 of 10 functions ... 
     81Testing xmlschemas : 15 of 25 functions ... 
     82Testing xmlschemastypes : 26 of 34 functions ... 
     83Testing xmlstring : 26 of 30 functions ... 
     84Testing xmlunicode : 166 of 166 functions ... 
     85Testing xmlwriter : 51 of 79 functions ... 
     86Testing xpath : 30 of 38 functions ... 
     87Testing xpathInternals : 106 of 117 functions ... 
     88Testing xpointer : 17 of 21 functions ... 
     89Total: 1161 functions, 291335 tests, 0 errors 
     90testing char range: 1 2 3 4 done 
     91testing 1 byte char in document: 1 2 3 4 done 
     92testing 2 byte char in document: 1 2 3 4 done 
     93dictionary tests succeeded 20000 strings 
     94Test suite: XML 1.0 (2nd edition) W3C Conformance Test Suite, 6 October 2000 
     95Test cases: James Clark  XML 1.0 Tests 
     96Test cases: Fuji Xerox Japanese Text Tests XML 1.0 Tests 
     97Test cases: Sun Microsystems XML Tests 
     98Test cases: 159 tests 
     99Test cases: OASIS/NIST XML 1.0 Tests 
     100Test cases: IBM XML 1.0 Tests 
     101Test cases: IBM XML 1.1 Tests 
     102Test cases: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003 
     103Test cases: 34 tests 
     104Test cases: Richard Tobin's XML 1.1 test suite 13 Feb 2003 
     105Test cases: 57 tests 
     106Test cases: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003 
     107Test cases: 46 tests 
     108Test cases: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003 
     109Test cases: 6 tests 
     110Test cases: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006 
     111Test cases: 13 tests 
     112Test cases: University of Edinburgh tests for XML 1.0 5th edition 
     113Test cases: 381 tests 
     114Test cases: Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006 
     115Test cases: 3 tests 
     116Ran 2262 tests, 15 errors, 0 leaks 
     117Total 2262 tests, 15 errors, 0 leaks 
     118See runxmlconf.log for detailed output 
     11915 errors were expected 
     120~/libxml2-2.7.3>  
     121}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/