summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* autoconf: Fix distribution after commit 971d5c4d.Nick Wellnhofer2023-04-261-0/+2
* Remove xpath.xml and seed targets from makefileJoey Arhar2023-03-261-1/+1
* fuzz: Improve fuzzersNick Wellnhofer2023-03-09146-455/+1162
* date: Rewrite duration and seconds formattingNick Wellnhofer2023-01-184-1/+23
* xsltlocale: Add testNick Wellnhofer2023-01-094-0/+50
* tests: Fix memory leak in runtest.cNick Wellnhofer2022-10-311-1/+3
* tests: Remove unused filesNick Wellnhofer2022-09-0812-104/+0
* tests: Remove unused leak statisticsNick Wellnhofer2022-09-081-10/+7
* tests: Skip some tests if iconv/ICU is disabledNick Wellnhofer2022-09-075-0/+5
* tests: Port most of the test suite to CNick Wellnhofer2022-09-07318-1790/+1099
* tests: Fix source directory for reports testsNick Wellnhofer2022-09-077-19/+18
* autotools: Use AM_CFLAGS consistentlyNick Wellnhofer2022-09-062-2/+1
* autotools: Link with -no-undefinedNick Wellnhofer2022-09-061-1/+3
* Fix various compiler warningsNick Wellnhofer2022-09-011-2/+2
* Make generate-id() deterministicNick Wellnhofer2022-08-316-0/+98
* Fix EXSLT functions tests when libxml2 is built --without-debugNick Wellnhofer2022-08-311-3/+0
* Make CI tests exit on failureNick Wellnhofer2022-08-311-1/+0
* Add missing compile definition for static builds to AutotoolsMike Dalessio2022-08-201-1/+1
* Remove test involving XPointer range-to functionNick Wellnhofer2022-08-177-27/+0
* Test recursion in EXSLT dynamic functionsNick Wellnhofer2022-07-295-2/+42
* Don't overlink executables with gcryptNick Wellnhofer2022-07-291-1/+1
* Detect libm using libtool's macrosDavid Seifert2022-04-021-1/+1
* Stop calling deprecated libxml2 init functionsNick Wellnhofer2022-03-181-1/+0
* Remove CVS and SVN-related codeNick Wellnhofer2022-02-161-1/+1
* Fix 'make dist' on systems without gcryptNick Wellnhofer2022-02-141-0/+1
* Fix conflict resolution for templates with same priorityNick Wellnhofer2021-07-073-0/+28
* Fix xsl:number generating invalid UTF-8Nick Wellnhofer2021-03-024-0/+49
* Suppress automake warning in tests/XSLTMarkNick Wellnhofer2020-12-071-0/+1
* Revert "Remove unnecessary .orig files"Nick Wellnhofer2020-08-2643-0/+12946
* Don't set maxDepth in XPath contextsNick Wellnhofer2020-08-261-9/+2
* Stop using maxParserDepth XPath limitNick Wellnhofer2020-08-171-4/+2
* Add test for issue #37Nick Wellnhofer2020-06-243-0/+34
* Remove unnecessary .orig filesSuleyman Poyraz2020-06-2243-12946/+0
* Also search parent dir for source XML when fuzzingNick Wellnhofer2020-01-101-3/+18
* Add new EXSLT string tests to EXTRA_DISTNick Wellnhofer2019-11-281-1/+2
* Add EXSLT str:encode-uri and str:decode-uri testsAfonso Bordado2019-11-283-0/+77
* Add new general tests to EXTRA_DISTNick Wellnhofer2019-11-152-0/+70
* Candidate release 1 of libxslt 1.1.34Daniel Veillard2019-10-231-4/+6
* Enable continuous integration via GitLab CINick Wellnhofer2019-10-201-1/+1
* Improve handling of invalid UTF-8 in format-numberNick Wellnhofer2019-09-151-10/+0
* Fix uninitialized read with UTF-8 grouping charsNick Wellnhofer2019-06-193-0/+9
* Backup XPath context node in xsltInitCtxtKeyNick Wellnhofer2019-06-123-0/+26
* Improve fuzzersNick Wellnhofer2019-05-2020-32/+90
* Fix insertion of xsl:fallback contentNick Wellnhofer2019-05-123-0/+18
* Reorganize fuzzing codeNick Wellnhofer2019-05-087-329/+518
* Fix numbering in non-Latin scriptsNick Wellnhofer2019-04-273-0/+107
* Optional operation limitNick Wellnhofer2019-04-251-0/+1
* Improve seed corpus and dictionaryNick Wellnhofer2019-04-2314-2/+22
* Reuse XPath context when compiling stylesheetsNick Wellnhofer2019-04-221-5/+17
* Add libFuzzer targetsNick Wellnhofer2019-04-15129-1/+754