summaryrefslogtreecommitdiff
path: root/runtest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement "runtest -u" modeDavid Kilzer2016-05-221-7/+43
* runtest: Fix a memory leak on parse failurePhilip Withnall2014-07-261-1/+4
* Adding streaming validation to runtest checksDaniel Veillard2012-10-251-6/+16
* Patch for portability of latin characters in C filesDaniel Veillard2012-08-201-1/+1
* clean redefinition of {v}snprintf in C-sourceRoumen Petrov2012-08-131-4/+0
* minimize use of HAVE_CONFIG_HRoumen Petrov2012-08-131-3/+0
* fix runtests to use pthreads support for various Unix platformsDaniel Richard G2012-08-071-54/+54
* Restore code for Windows compilationDaniel Veillard2012-05-231-0/+5
* use mingw C99 compatible functions {v}snprintf instead those from MSVC runtimeRoumen Petrov2012-05-211-2/+0
* Fix relaxNG tests in runtest for WindowsRob Richards2010-01-221-1/+1
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+2
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-27/+50
* 558452 fight with reg test and error reportDaniel Veillard2009-08-261-1/+2
* Runtest portability patch for SolarisTim Rice2009-08-251-1/+1
* Aleksey Sanin support for c14n 1.1Aleksey Sanin2009-07-091-7/+18
* applied patch from Aswin to fix tree skipping fixed a comment and added aDaniel Veillard2008-08-251-80/+79
* Bug 546629 – runtests doesn't pass on my mac Reviewed by William M.CEST 2008 Sven Herzberg2008-08-071-1/+1
* fx compilation when configured without the reader should fix #513110Daniel Veillard2008-05-121-0/+4
* applied patch from Boz for VMS and reporting Schemas errors. DanielDaniel Veillard2006-06-181-7/+14
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-4/+2
* fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard2005-12-101-2/+0
* Hisashi Fujinaka pointed that errors in Schemas tests were not properlyDaniel Veillard2005-11-151-2/+4
* tiny fix from Albert Chin portability cleanup for arch needing trio forDaniel Veillard2005-10-281-1/+6
* removed the error message removed 2 instability warnings from functionDaniel Veillard2005-10-181-2/+1
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-1/+1
* fixed compilation when configured --without-sax1 and other cleanups fixesDaniel Veillard2005-08-231-4/+4
* fixed bug #307377 about validation of choices in list values. addedDaniel Veillard2005-08-101-1/+1
* get rid of the dependancy on a locally installed DTD try to cleanup theDaniel Veillard2005-08-071-1/+179