aboutsummaryrefslogtreecommitdiffstats
path: root/check-relaxng-test-suite.py
Commit message (Collapse)AuthorAgeFilesLines
* patches from John Carr to start cleaning up 'make diskcheck' problems c.f.Daniel Veillard2008-01-111-1/+1
| | | | | | | | | | * check-relaxng-test-suite2.py check-relaxng-test-suite.py Makefile.am python/tests/Makefile.am python/Makefile.am check-xsddata-test-suite.py: patches from John Carr to start cleaning up 'make diskcheck' problems c.f. #506228 Daniel svn path=/trunk/; revision=3674
* changed changed sys.path setting from 'append' to 'insert' (patch suppliedWilliam M. Brack2004-10-021-1/+1
| | | | | | | | * check-relaxng-test-suite.py, check-relaxng-test-suite2.py, check-xinclude-test-suite.py, check-xml-test-suite.py, check-xsddata-test-suite.py, doc/examples/index.py: changed changed sys.path setting from 'append' to 'insert' (patch supplied by Malcolm Tredinnick) (bug 153716)
* remove a memory leak on schemas type facets. reduce verbosity incorporatedDaniel Veillard2004-03-221-6/+18
| | | | | | | | | * relaxng.c: remove a memory leak on schemas type facets. * check-relaxng-test-suite.py check-relaxng-test-suite2.py check-xsddata-test-suite.py: reduce verbosity * configure.in Makefile.am: incorporated the Python regressions tests for Relax-NG and Schemas Datatype to "make tests" Daniel
* removed a warning more cleanup, added ENTITY and ENTITIES supportDaniel Veillard2003-03-181-1/+2
| | | | | | | | | | * tree.c: removed a warning * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES support * check-relaxng-test-suite.py check-xsddata-test-suite.py: cleanup/improvements of the regression tests batch * test/relaxng/testsuite.xml: augmented libxml2 own testsuite Daniel
* fixed xmlSetProp and al. when the node passed is not an element. fixedDaniel Veillard2003-02-241-0/+15
| | | | | | | | | | * tree.c: fixed xmlSetProp and al. when the node passed is not an element. * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks found 373 test schemas: 369 success 4 failures found 529 test instances: 525 success 4 failures * check-relaxng-test-suite.py: added memory debug reporting Daniel
* implemented the checks from section 7.1, fixed some of the 4.20 and 4.21Daniel Veillard2003-02-201-3/+8
| | | | | | | | | * relaxng.c: implemented the checks from section 7.1, fixed some of the 4.20 and 4.21 problems. found 373 test schemas: 338 success 35 failures found 529 test instances: 519 success 6 failures * result/relaxng/*: updated the results Daniel
* float/double check bugfix exported a function for NMTOKEN validation add aDaniel Veillard2003-02-181-0/+4
| | | | | | | | | | | | * xmlschemastypes.c: float/double check bugfix * tree.c include/libxml/tree.h: exported a function for NMTOKEN validation * xmlreader.c: add a TODO for Jody * relaxng.c: bugfix bugfix bugfix found 373 test schemas: 300 success 73 failures found 529 test instances: 507 success 10 failures * result/relaxng/*: updated the results Daniel
* more RelaxNG bug hunting DanielDaniel Veillard2003-02-171-1/+0
| | | | | * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting Daniel
* more work on the RelaxNG implementation conformance testing. found 373Daniel Veillard2003-02-171-2/+13
| | | | | | | | | * relaxng.c check-relaxng-test-suite.py: more work on the RelaxNG implementation conformance testing. found 373 test schemas: 284 success 89 failures found 529 test instances: 448 success 47 failures * result/relaxng/*: updated the results Daniel
* more testing on the Relax-NG front, cleaning up the regression testsDaniel Veillard2003-02-141-4/+25
| | | | | | | | | | | | | | * check-relaxng-test-suite.py relaxng.c: more testing on the Relax-NG front, cleaning up the regression tests failures current state and I forgot support for "mixed": found 373 test schemas: 280 success 93 failures found 529 test instances: 401 success 68 failures * tree.c include/libxml/tree.h xmlschemastypes.c: finished and moved the Name, NCName and QName validation routine in tree.c * uri.c: fixed handling of URI ending up with #, i.e. having an empty fragment ID. * result/relaxng/*: updated the results Daniel
* OASIS RelaxNG testsuite python script to run regression against OASISDaniel Veillard2003-02-101-0/+326
* test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite * check-relaxng-test-suite.py: python script to run regression against OASIS RelaxNG testsuite * relaxng.c: some cleanup tweaks * HTMLparser.c globals.c: cleanups in comments * doc/libxml2-api.xml: updated the API * result/relaxng/*: errors moved files, so large diffs but no changes at the semantic level. Daniel