History log of /external/libxml2/runsuite.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8e3db0445a1bc8cfe3f77326b07ec161482caa2 11-Sep-2012 Daniel Veillard <veillard@redhat.com> Big space and tab cleanup

Remove all space before tabs and space and tabs at end of lines.
/external/libxml2/runsuite.c
c3b1d09ba226a138722a21cc8e8cc8ee29d80f8d 13-Aug-2012 Roumen Petrov <bugtrack@roumenpetrov.info> clean redefinition of {v}snprintf in C-source

as those from *config.h are preferable (e.g. win32config.h)
/external/libxml2/runsuite.c
1f0453f71546071d13c1cb06b7b6799e63fd4f9f 13-Aug-2012 Roumen Petrov <bugtrack@roumenpetrov.info> minimize use of HAVE_CONFIG_H

as build process for supported platforms provide "config.h" header file
/external/libxml2/runsuite.c
22030ef8888579b9ae8d8a63367e31b201eef4b5 23-May-2012 Daniel Veillard <veillard@redhat.com> Restore code for Windows compilation

Try to keep as close to rc1 but still allow the change from Roumen for
mingw
/external/libxml2/runsuite.c
978ff224b2284f50bfb59c70b92a4b77bd4a7388 20-May-2012 Roumen Petrov <bugtrack@roumenpetrov.info> use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime
/external/libxml2/runsuite.c
76d364583ecb6a48bd4a4087f3cef9fc7838b481 07-Sep-2009 Daniel Veillard <veillard@redhat.com> Fixing assorted potential problems raised by scan

* encoding.c parser.c relaxng.c runsuite.c tree.c xmlreader.c
xmlschemas.c: nothing really serious but better safe than sorry
/external/libxml2/runsuite.c
ae0765b6819c77aae2638b40735f354b05b9c150 31-Jul-2008 Daniel Veillard <veillard@src.gnome.org> more progresses against the official regression tests small cleanup for

* runxmlconf.c: more progresses against the official regression tests
* runsuite.c: small cleanup for non-leak reports
* include/libxml/tree.h: parsing flags and other properties are
now added to the document node, this is generally useful and
allow to make Name and NmToken validations based on the parser
flags, more specifically the 5th edition of XML or not
* HTMLparser.c tree.c: small side effects for the previous changes
* parser.c SAX2.c valid.c: the bulk of teh changes are here,
the parser and validation behaviour can be affected, parsing
flags need to be copied, lot of changes. Also fixing various
validation problems in the regression tests.
Daniel

svn path=/trunk/; revision=3762
/external/libxml2/runsuite.c
5869469f42db259a21fb0721d66513de0b619097 31-May-2006 Kasimier T. Buchcik <kbuchcik@src.gnome.org> Changed the name of the recently added public function

* xpath.c include/libxml/xpath.h runsuite.c:
Changed the name of the recently added public function
xmlXPathContextSetObjectCache() to
xmlXPathContextSetCache(); so a more generic one, in
case we decide to cache more things than only XPath
objects.
/external/libxml2/runsuite.c
a72484438f798d821fcd65ef26ddd25f2380c5c7 29-May-2006 Kasimier T. Buchcik <kbuchcik@src.gnome.org> Added an XPath object cache. It sits on an xmlXPathContext and need to be

* xpath.c include/libxml/xpath.h: Added an XPath object cache.
It sits on an xmlXPathContext and need to be explicitely
activated (or deactivated again) with
xmlXPathContextSetObjectCache(). The cache consists of 5
lists for node-set, string, number, boolean and misc XPath
objects. Internally the xpath.c module will use object-
deposition and -acquisition functions which will try to reuse
as many XPath objects as possible, and fallback to normal
free/create behaviour if no cache is available or if the cache
is full.
* runsuite.c: Adjusted to deactivate the cache for XML Schema
tests if a cache-creation is turned on by default for the whole
library, e.g. for testing purposes of the cache. It is
deactivated here in order to avoid confusion of the memory leak
detection in runsuite.c.
/external/libxml2/runsuite.c
6a0baa0cd89b402cdfbb63e9c40f291ebd191f1d 10-Dec-2005 Daniel Veillard <veillard@src.gnome.org> fixed a number of warnings shown by HP-UX compiler and reported by Rick

* HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
of warnings shown by HP-UX compiler and reported by Rick Jones
Daniel
/external/libxml2/runsuite.c
dcac4fce1dc25e44437acf041e324d759af932a3 09-Dec-2005 Kasimier T. Buchcik <kbuchcik@src.gnome.org> Changed to instantly mark instance-tests as failed if the corresponding

* runsuite.c: Changed to instantly mark instance-tests as
failed if the corresponding schema was invalid. This
reflects the side of the Python code for the XML Schema test
suite. We now get the same number of failed tests on both
sides.
/external/libxml2/runsuite.c
f93a67e9c9ab8d4bfd8af59cd7a9e0b99da6cdc7 28-Oct-2005 Daniel Veillard <veillard@src.gnome.org> tiny fix from Albert Chin portability cleanup for arch needing trio for

* libxml.3: tiny fix from Albert Chin
* runsuite.c runtest.c testapi.c: portability cleanup for arch
needing trio for *printf
Daniel
/external/libxml2/runsuite.c
24505b0f5c872c5afb6da5093565e5a6e09ca541 29-Jul-2005 Daniel Veillard <veillard@src.gnome.org> a lot of small cleanups based on Linus' sparse check output. Daniel

* HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
runsuite.c runtest.c schematron.c testHTML.c testReader.c
testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
small cleanups based on Linus' sparse check output.
Daniel
/external/libxml2/runsuite.c
87db1cf6d1f05b286cf47960324b8536db442f80 05-Jul-2005 Kasimier T. Buchcik <kbuchcik@src.gnome.org> Tiny portability adjustment for win. Added runtest.exe and runsuite.exe to

* runsuite.c runtest.c: Tiny portability adjustment for win.
* win32/Makefile.*: Added runtest.exe and runsuite.exe to
be created.
/external/libxml2/runsuite.c
cfbb0dd89a0138905899be74b385cebbeab9322b 04-Jul-2005 Daniel Veillard <veillard@src.gnome.org> Trying to fix CR/LF troubles, Daniel
/external/libxml2/runsuite.c
9083778967e514c6c786c7feabd80f3d339d8b3d 04-Jul-2005 Daniel Veillard <veillard@src.gnome.org> first stb at unimplemnted detection fixing Windows code Daniel

* runsuite.c: first stb at unimplemnted detection
* runtest.c: fixing Windows code
Daniel
/external/libxml2/runsuite.c
4ac5f9af14c5887b0b0e57da415574a550a464bc 04-Jul-2005 Daniel Veillard <veillard@src.gnome.org> fix on schemas error portability glob() on Windows Daniel

* runsuite.c: fix on schemas error
* runtest.c: portability glob() on Windows
Daniel
/external/libxml2/runsuite.c
c935253fb7e328ac47c899e7e55ce9908054aeaa 04-Jul-2005 Daniel Veillard <veillard@src.gnome.org> cleanups, logfile and portability fixed a memory leak Daniel

* runsuite.c runtest.c: cleanups, logfile and portability
* xmllint.c: fixed a memory leak
Daniel
/external/libxml2/runsuite.c
6b6d680901779455b5c43142e2954dddbaf4b206 03-Jul-2005 Daniel Veillard <veillard@src.gnome.org> fixing compilations when disabling parts of the library at configure time.

* runsuite.c runtest.c tree.c: fixing compilations when
disabling parts of the library at configure time.
Daniel
/external/libxml2/runsuite.c
95175012ecb180e9f40f57455a600401f854075c 03-Jul-2005 Daniel Veillard <veillard@src.gnome.org> fixing #307823 and a couple of assorted bugs fixed conditionals in

* testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
assorted bugs
* python/generator.py python/libxml2-python-api.xml: fixed
conditionals in generator too
* doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
cleanups too and rebuilt
Daniel
/external/libxml2/runsuite.c
de0e498b426e8493ab9e7b22a2f88501e96db000 03-Jul-2005 Daniel Veillard <veillard@src.gnome.org> expanded test found and fixed the leak exposed by Microsoft regtests

* runsuite.c: expanded test
* xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
Daniel
/external/libxml2/runsuite.c
3fe1e8a115d418061637ecf2c8cb7d81504899b2 02-Jul-2005 Daniel Veillard <veillard@src.gnome.org> a bit of progresses on xstc Daniel

* runsuite.c: a bit of progresses on xstc
Daniel
/external/libxml2/runsuite.c
e84f231ea04e82cbd4fbaaa28fa64973406c489b 02-Jul-2005 Daniel Veillard <veillard@src.gnome.org> completed the simple checks for Relax-NG suites back to the same 11 errors

* runsuite.c: completed the simple checks for Relax-NG suites
back to the same 11 errors as in the Python runs.
Daniel
/external/libxml2/runsuite.c
f2e066ac2ab9991341699c7ee3b58793c3b5358b 30-Jun-2005 Daniel Veillard <veillard@src.gnome.org> complete, checking on other platforms is needed updated fix a bug raised

* runtest.c: complete, checking on other platforms is needed
* README: updated
* debugXML.c: fix a bug raised by bill on IRC
* relaxng.c: fix a leak in weird circumstances
* runsuite.c Makefile.am: standalone test tool agaisnt
the regression suites, work in progress
Daniel
/external/libxml2/runsuite.c