summaryrefslogtreecommitdiff
path: root/gentest.py
Commit message (Expand)AuthorAgeFilesLines
* gentest.py: Fix memory leak in API testsNick Wellnhofer2022-12-081-3/+3
* Use python3 not pythonRoss Burton2022-12-071-1/+1
* buf: Deprecate static/immutable buffersNick Wellnhofer2022-11-201-1/+0
* Make gentest.py work with Python 2Nick Wellnhofer2022-08-171-1/+1
* Fix warnings when testing --with-minimum buildNick Wellnhofer2022-04-211-6/+3
* Add configuration flag for XPointer locations supportNick Wellnhofer2022-04-211-0/+7
* Port gentest.py to Python 3Nick Wellnhofer2022-04-211-212/+209
* Use portable python shebangsDavid Seifert2022-04-061-1/+1
* Remove DOCBparserNick Wellnhofer2022-03-041-4/+0
* Disable legacy support by defaultNick Wellnhofer2022-02-201-5/+3
* Fix typosNick Wellnhofer2020-03-081-2/+2
* Fix unused function warning in testapi.cNick Wellnhofer2019-01-061-8/+16
* Avoid out-of-bound array access in API testsNick Wellnhofer2017-06-011-0/+18
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-0/+1
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-0/+2
* implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stickDaniel Veillard2008-07-291-1/+2
* added a GROW when parsing complex comments (bug #405666) added a hack toWilliam M. Brack2007-02-081-5/+8
* fixed second spot where CRLF split between chunks could cause trouble (bugWilliam M. Brack2005-10-221-0/+1
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-1/+2
* fix a problem with previous patch to testapi.c DanielDaniel Veillard2005-07-031-0/+1
* fixed problem with 'minimal library' compilation (LIBXML_PATTERN_ENABLEDWilliam M. Brack2005-03-251-0/+1
* This change started out as a simple desire to speed up theWilliam M. Brack2005-02-131-6/+14
* had to fix generation and rebuild. the testapi found a bug in the lastDaniel Veillard2005-01-261-0/+2
* William noticed I forgot to add special support for xmlmodules.c defineDaniel Veillard2005-01-091-0/+1
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-1/+1
* enhanced for enabling build in a different directory. Added (optional)William M. Brack2004-12-231-4/+18
* make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalogDaniel Veillard2004-11-261-1/+1
* further enhancement, now all compilation warnings have been fixed. addedWilliam M. Brack2004-11-141-20/+51
* trivial change (changed CHECK_CONTEXT to CHECK_CTXT on a couple of lines)William M. Brack2004-11-121-14/+21
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-2/+3
* better handling of conditional features more testing on parser contextsDaniel Veillard2004-11-091-12/+123
* better parser options coverage more cleanups. DanielDaniel Veillard2004-11-081-0/+3
* more coverage more fixes DanielDaniel Veillard2004-11-081-7/+8
* more coverage more fixes DanielDaniel Veillard2004-11-081-3/+24
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-14/+21
* fixed test file corruption problemWilliam M. Brack2004-11-081-1/+3
* fixed typos and avoid Catalogs verbosity DanielDaniel Veillard2004-11-071-0/+2
* augmented types supported a number of new bug fixes and documentationDaniel Veillard2004-11-061-1/+23
* augmented type autogeneration for enums removed direct error reporting.Daniel Veillard2004-11-061-1/+46
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-3/+42
* more coverage one fix DanielDaniel Veillard2004-11-051-9/+13
* more coverage more fixes DanielDaniel Veillard2004-11-051-2/+6
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-6/+27
* changing the way the .c is generated, extending the tests coverage fixingDaniel Veillard2004-11-041-478/+113
* extending the tests coverage DanielDaniel Veillard2004-11-041-40/+129
* extending the tests coverage more fixes and cleanups DanielDaniel Veillard2004-11-041-47/+112
* more fixes and extending the tests coverage more fixes and hardeningDaniel Veillard2004-11-031-10/+36
* more fixes and extending the tests coverage bunch of cleanups and 2 leaksDaniel Veillard2004-11-031-1/+11
* more fixes and extending the tests coverage more fixes and hardeningDaniel Veillard2004-11-031-13/+94
* more fixes and extending the tests coverage adding a type init interfaceDaniel Veillard2004-11-031-5/+28