1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-01 14:06:55 +03:00

13 Commits

Author SHA1 Message Date
09012e97f5 tests: Skip test_bad.xsl with libxml2 before 2.13 2025-03-09 19:08:24 +01:00
bf59c33812 tests: Make runtest compile with older libxml2 versions
This partly reverts commit ce3ad4f93c.

Fixes #125.
2024-11-12 13:36:48 +01:00
ce3ad4f93c runtest: Switch to xmlFormatError 2024-06-14 17:09:54 +02:00
bf3c42127e tests: Add missing newline 2024-01-26 10:59:37 +01:00
044a98e6d3 tests: Check whether C library supports collation with locales
Fixes #104.
2024-01-25 19:20:28 +01:00
86ec392efd tests: Fix build with older libxml2
Fixes #99.
2023-12-01 21:05:19 +01:00
97bbff0f6c tests: Structured error handler now passes a const xmlError
This has changed in libxml2.
2023-10-26 14:45:53 +02:00
b7f824f613 build: Add missing includes 2023-09-21 03:29:28 +02:00
1ecbc0cc09 xsltlocale: Add test 2023-01-09 18:34:29 +01:00
c782c9ab69 tests: Fix memory leak in runtest.c 2022-10-31 18:16:13 +01:00
f581d4c739 tests: Remove unused leak statistics 2022-09-08 01:06:36 +02:00
223e5e7033 tests: Skip some tests if iconv/ICU is disabled
Fixes #77.
2022-09-07 22:44:26 +02:00
971d5c4dd1 tests: Port most of the test suite to C
Use runtest.c from libxml2 as a starting point.

This finally allows us to run most of tests with CMake and Autotools
VPATH builds.
2022-09-07 22:18:55 +02:00