1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00
freebsd/tests
Enji Cooper 8e1eae2319 vendor/expat: import 2.6.3
The 2.6.1 - 2.6.3 releases address security issues.

The release notes for the 2.6.3 release can be found at
https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes .
2024-09-27 20:21:31 -07:00
..
benchmark vendor/expat: import 2.6.3 2024-09-27 20:21:31 -07:00
acc_tests_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
acc_tests.c vendor/expat: import 2.6.3 2024-09-27 20:21:31 -07:00
acc_tests.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
alloc_tests_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
alloc_tests.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
alloc_tests.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
basic_tests_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
basic_tests.c vendor/expat: import 2.6.3 2024-09-27 20:21:31 -07:00
basic_tests.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
chardata_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
chardata.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
chardata.h Vendor import of expat 2.4.3. 2022-01-16 18:55:26 -08:00
common_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
common.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
common.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
dummy_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
dummy.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
dummy.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
handlers_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
handlers.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
handlers.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
Makefile.am vendor/expat: import 2.6.3 2024-09-27 20:21:31 -07:00
Makefile.in vendor/expat: import 2.6.3 2024-09-27 20:21:31 -07:00
memcheck_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
memcheck.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
memcheck.h Vendor import of expat 2.4.3. 2022-01-16 18:55:26 -08:00
minicheck_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
minicheck.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
minicheck.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
misc_tests_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
misc_tests.c vendor/expat: import 2.6.3 2024-09-27 20:21:31 -07:00
misc_tests.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
ns_tests_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
ns_tests.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
ns_tests.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
nsalloc_tests_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
nsalloc_tests.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
nsalloc_tests.h Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
README.md vendor/expat: import 2.6.3 2024-09-27 20:21:31 -07:00
runtests_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
runtests.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
structdata_cxx.cpp Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
structdata.c Vendor import of expat 2.6.0 2024-02-17 13:54:42 -08:00
structdata.h Vendor import of expat 2.4.3. 2022-01-16 18:55:26 -08:00
udiffer.py Vendor import of expat 2.4.3. 2022-01-16 18:55:26 -08:00
xmltest.log.expected Vendor import of expat 2.2.6 2018-11-02 22:10:07 +00:00
xmltest.sh Vendor import of expat 2.4.3. 2022-01-16 18:55:26 -08:00

This directory contains the test suite for Expat. The tests provide general unit testing and regression coverage. The tests are not expected to be useful examples of Expat usage; see the examples directory for that.

The Expat tests use a partial internal implementation of the Check unit testing framework for C.

Expat must be built and, on some platforms, installed, before the tests can be run.