History log of /external/libxml2/check-xml-test-suite.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cb40c222a4f92fb4519ec571547f2b8fcbe6a4ed 03-Oct-2004 William M. Brack <wbrack@src.gnome.org> changed changed sys.path setting from 'append' to 'insert' (patch supplied

* 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)
/external/libxml2/check-xml-test-suite.py
1a99396b18b85d27c33f24b509fe03213ddce04c 11-Oct-2003 Daniel Veillard <veillard@src.gnome.org> removed some annoying warnings fixed a bug in the PubidChars definition,

* check-xml-test-suite.py: removed some annoying warnings
* chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
in the PubidChars definition, regenerated, there is still
a bug left somewhere
* genChRanges.py: save the header directly in include/libxml/
* configure.in: I generated a 2.6.0beta6 earlier today
Daniel
/external/libxml2/check-xml-test-suite.py
8f597c3bf515bc1dc962c7eefbe6eb6745b9d5a5 06-Oct-2003 Daniel Veillard <veillard@src.gnome.org> fixing the script replace sequences of RAW && NXT(.) == '.' with memcmp

* check-xml-test-suite.py: fixing the script
* parser.c: replace sequences of RAW && NXT(.) == '.' with
memcmp calls, seems to not break conformance, slightly inflate
the size of the gcc generated code though.
Daniel
/external/libxml2/check-xml-test-suite.py
fa49d87f92bdd6133f95e19b02bc214ade03099e 09-Mar-2002 Daniel Veillard <veillard@src.gnome.org> fix to adapt varaiations in the bindings fixed to have the version of the

* check-xml-test-suite.py: fix to adapt varaiations in the
bindings
* configure.in python/setup.py python/setup.py.in: fixed to
have the version of the python scripts automatically updated
Daniel
/external/libxml2/check-xml-test-suite.py
878eab04c07a090c7b3aeb182993b579e0ea0195 19-Feb-2002 Daniel Veillard <veillard@src.gnome.org> more validation test fixups added duration info for the tests Daniel

* SAX.c parser.c valid.c: more validation test fixups
* check-xml-test-suite.py: added duration info for the tests
Daniel
/external/libxml2/check-xml-test-suite.py
55253e21f0f41f03afb4842f560a852658077a89 18-Feb-2002 Daniel Veillard <veillard@src.gnome.org> fixed the test script after some discussion on the semantic of

* check-xml-test-suite.py: fixed the test script after some discussion
on the semantic of TYPE="error"
* Makefile.am: added the script to the distrib
Daniel
/external/libxml2/check-xml-test-suite.py
c7612996ad1148c324dcd75ca732cf4c0cb68ae0 17-Feb-2002 Daniel Veillard <veillard@src.gnome.org> improved the behaviour a bit as well as the logs fixed a few more bugs

* check-xml-test-suite.py: improved the behaviour a bit as
well as the logs
* parser.c valid.c SAX.c: fixed a few more bugs
"Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
Daniel
/external/libxml2/check-xml-test-suite.py
bb7ddb342917c61f9c95e97b9a0f16ada6d3cdc9 17-Feb-2002 Daniel Veillard <veillard@src.gnome.org> python script to run regression tests against the XML Test suite of

* check-xml-test-suite.py: python script to run regression tests
against the XML Test suite of W3C/OASis
* SAX.c: fixed a validation bug
* parser.c: fixed 3 errors pointed by the test suite
* doc/buildDocBookCatalog: fixed a typo pointed by drake
* python/Makefile.am: fixed a dependendy
Daniel
/external/libxml2/check-xml-test-suite.py