libexpat/expat/tests
Sebastian Pipping 94cceb228c tests: Address clang-tidy warning bugprone-narrowing-conversions
The symptom was:
> [..]/expat/tests/alloc_tests.c:326:26: error: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>   326 |     g_allocation_count = i;
>       |                          ^
> [..]/expat/tests/alloc_tests.c:437:26: error: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>   437 |     g_allocation_count = i;
>       |                          ^

> [..]/expat/tests/basic_tests.c:415:47: error: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>   415 |   if (_XML_Parse_SINGLE_BYTES(g_parser, text, first_chunk_bytes, XML_FALSE)
>       |                                               ^
> [..]/expat/tests/basic_tests.c:421:34: error: narrowing conversion from 'unsigned long' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>   421 |                                  sizeof(text) - first_chunk_bytes - 1,
>       |                                  ^

> [..]/expat/tests/handlers.c:92:37: error: narrowing conversion from 'XML_Size' (aka 'unsigned long') to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>    92 |   StructData_AddItem(storage, name, XML_GetCurrentColumnNumber(g_parser),
>       |                                     ^
> [..]/expat/tests/handlers.c:93:22: error: narrowing conversion from 'XML_Size' (aka 'unsigned long') to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>    93 |                      XML_GetCurrentLineNumber(g_parser), STRUCT_START_TAG);
>       |                      ^
> [..]/expat/tests/handlers.c:99:37: error: narrowing conversion from 'XML_Size' (aka 'unsigned long') to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>    99 |   StructData_AddItem(storage, name, XML_GetCurrentColumnNumber(g_parser),
>       |                                     ^
> [..]/expat/tests/handlers.c💯22: error: narrowing conversion from 'XML_Size' (aka 'unsigned long') to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>   100 |                      XML_GetCurrentLineNumber(g_parser), STRUCT_END_TAG);
>       |                      ^
> [..]/expat/tests/handlers.c:1279:26: error: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>  1279 |     g_allocation_count = i;
>       |                          ^

> [..]/expat/tests/misc_tests.c:73:26: error: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>    73 |     g_allocation_count = i;
>       |                          ^
> [..]/expat/tests/misc_tests.c:93:26: error: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>    93 |     g_allocation_count = i;
>       |                          ^

> [..]/expat/tests/nsalloc_tests.c:86:26: error: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>    86 |     g_allocation_count = i;
>       |                          ^
> [..]/expat/tests/nsalloc_tests.c:526:28: error: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions,-warnings-as-errors]
>   526 |     g_reallocation_count = i;
>       |                            ^
2025-03-30 18:52:09 +02:00
..
benchmark tests/benchmark: Resolve mistaken double close 2025-03-15 01:38:13 +01:00
.gitignore tests: Rename "runtestspp" to "runtests_cxx" 2023-09-19 19:25:19 +02:00
acc_tests.c tests: Cover case 0xff for unsignedCharToPrintable 2024-12-09 23:34:08 +01:00
acc_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
acc_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
alloc_tests.c tests: Address clang-tidy warning bugprone-narrowing-conversions 2025-03-30 18:52:09 +02:00
alloc_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
alloc_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
basic_tests.c tests: Address clang-tidy warning bugprone-narrowing-conversions 2025-03-30 18:52:09 +02:00
basic_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
basic_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
chardata.c Sync file headers 2024-02-06 14:13:00 +01:00
chardata.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
chardata_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
common.c portable_strndup() must not read source string beyond NUL byte. 2025-03-30 18:06:32 +02:00
common.h Sync file headers 2025-03-27 17:45:25 +01:00
common_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
dummy.c Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
dummy.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
dummy_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
handlers.c tests: Address clang-tidy warning bugprone-narrowing-conversions 2025-03-30 18:52:09 +02:00
handlers.h tests: Cover suspend inside nested entites in internalEntityProcessor more 2025-03-13 14:01:31 +01:00
handlers_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
Makefile.am Sync file headers 2024-09-03 18:19:25 +02:00
memcheck.c Sync file headers 2024-02-06 14:13:00 +01:00
memcheck.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
memcheck_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
minicheck.c Sync file headers 2024-02-06 14:13:00 +01:00
minicheck.h Sync file headers 2025-03-13 20:41:33 +01:00
minicheck_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
misc_tests.c tests: Address clang-tidy warning bugprone-narrowing-conversions 2025-03-30 18:52:09 +02:00
misc_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
misc_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
ns_tests.c Sync file headers 2024-02-06 14:13:00 +01:00
ns_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
ns_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
nsalloc_tests.c tests: Address clang-tidy warning bugprone-narrowing-conversions 2025-03-30 18:52:09 +02:00
nsalloc_tests.h Update legal name of Donghee Na (#754) 2023-09-24 18:13:03 +02:00
nsalloc_tests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
README.md tests: Convert README to Markdown and update. 2024-04-27 15:04:57 +02:00
runtests.c Sync file headers 2024-02-06 14:13:00 +01:00
runtests_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
structdata.c Sync file headers 2024-02-06 14:13:00 +01:00
structdata.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
structdata_cxx.cpp Sync file headers 2024-02-06 14:13:00 +01:00
udiffer.py Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmltest.log.expected Update expected test log to match changes to xmlwf 2017-08-22 23:14:55 +02:00
xmltest.sh Sync file headers 2025-03-13 20:41:33 +01: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.