summaryrefslogtreecommitdiff
path: root/runtest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Test streaming schema validationNick Wellnhofer2023-04-301-45/+63
* runtest: Skip element name in schema error messagesNick Wellnhofer2023-04-301-1/+5
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-1/+0
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-5/+5
* error: Make sure that error messages are valid UTF-8Nick Wellnhofer2022-12-041-11/+24
* tests: Check that xmlInitParser doesn't allocate memoryNick Wellnhofer2022-11-271-3/+10
* tests: Remove unneeded #includesNick Wellnhofer2022-11-221-2/+3
* test: Add test for push parser boundariesNick Wellnhofer2022-11-201-0/+306
* xinclude: Don't create result doc for test with errorsNick Wellnhofer2022-10-231-1/+4
* xinclude: Also test error messagesNick Wellnhofer2022-10-231-8/+7
* error: Don't use initGenericErrorDefaultFuncNick Wellnhofer2022-09-091-3/+2
* Remove BeOS supportNick Wellnhofer2022-09-041-52/+0
* Move automata test to runtest.cNick Wellnhofer2022-09-021-2/+248
* Stop including sys/types.hNick Wellnhofer2022-09-021-1/+0
* Deprecate old HTML SAX APINick Wellnhofer2022-08-251-2/+10
* Fix warnings when testing --with-minimum buildNick Wellnhofer2022-04-211-1/+1
* Implement xpath1() XPointer schemeNick Wellnhofer2022-04-211-7/+13
* Add configuration flag for XPointer locations supportNick Wellnhofer2022-04-211-2/+2
* Don't mix declarations and code in runtest.cNick Wellnhofer2022-04-131-2/+2
* Fix schemas and relaxng testsNick Wellnhofer2022-04-041-38/+26
* Move regexp tests to runtestNick Wellnhofer2022-04-041-0/+112
* Allow missing result files in runtestNick Wellnhofer2022-04-041-46/+41
* Move SVG tests to runtest.cNick Wellnhofer2022-04-041-0/+3
* Respect `--sysconfdir` in source filesDavid Seifert2022-03-301-2/+2
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-02-281-5/+5
* More fixes to --without-valid buildNick Wellnhofer2022-02-221-0/+8
* Add explicit casts in runtest.cNick Wellnhofer2022-01-251-2/+2
* Added regression tests for xmlReadFd() and htmlReadFd()Finn Barber2022-01-161-0/+75
* Fix memory leak in runtest.cNick Wellnhofer2020-08-171-4/+4
* Add command line option for temp directory in runtestMarkus Rickert2020-07-121-10/+13
* Enable error tests with entity substitutionNick Wellnhofer2020-02-111-0/+3
* Fix exponent digits when running tests under old MSVCDaniel Richard G2019-10-141-0/+4
* Large batch of typo fixesJared Yanovich2019-09-301-3/+3
* Don't call printf with NULL string in runtest.cDaniel Richard G2019-08-021-0/+2
* Remove unneeded function pointer castsNick Wellnhofer2019-01-061-16/+4
* Fix -Wformat-truncation warnings (GCC 8)Nick Wellnhofer2019-01-061-32/+49
* Don't run icu_parse_test if EUC-JP is unsupportedNick Wellnhofer2018-09-041-3/+7
* Skip EBCDIC tests if EBCDIC isn't supportedNick Wellnhofer2017-11-041-0/+10
* Rework handling of return values in thread testsNick Wellnhofer2017-10-211-37/+37
* Fix runtest on WindowsNick Wellnhofer2017-10-091-2/+7
* Fix the Windows header messNick Wellnhofer2017-10-091-1/+1
* Fix unused-parameter warningsNick Wellnhofer2017-06-171-1/+2
* Test SAX2 callbacks with entity substitutionNick Wellnhofer2017-06-161-10/+27
* Support catalog and threads tests under --without-sax1Nick Wellnhofer2017-06-161-2/+6
* Add test cases for bug 758518David Kilzer2017-06-121-7/+12
* Fix handling of parameter-entity referencesNick Wellnhofer2017-06-051-0/+3
* Fix format string warningsNick Wellnhofer2016-10-121-1/+1
* Don't print generic error messages in XPath testsNick Wellnhofer2016-06-251-0/+12
* Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla....CVE-2016-1839Pranjal Jumde2016-05-231-2/+2
* Add more debugging info to runtestDaniel Veillard2016-05-221-15/+27