mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-13 08:02:56 +00:00
runtests.c: Workaround issue with combining XML_MIN_SIZE and ASan (#332)
This commit is contained in:
parent
d2892df8fd
commit
48d4929bff
1 changed files with 4 additions and 0 deletions
|
@ -11277,10 +11277,14 @@ make_suite(void) {
|
|||
tcase_add_test(tc_basic, test_good_cdata_utf16);
|
||||
tcase_add_test(tc_basic, test_good_cdata_utf16_le);
|
||||
tcase_add_test(tc_basic, test_long_cdata_utf16);
|
||||
#ifndef XML_MIN_SIZE /* FIXME workaround -DXML_MIN_SIZE + ASan (issue #332) */
|
||||
tcase_add_test(tc_basic, test_multichar_cdata_utf16);
|
||||
#endif
|
||||
tcase_add_test(tc_basic, test_utf16_bad_surrogate_pair);
|
||||
tcase_add_test(tc_basic, test_bad_cdata);
|
||||
#ifndef XML_MIN_SIZE /* FIXME workaround -DXML_MIN_SIZE + ASan (issue #332) */
|
||||
tcase_add_test(tc_basic, test_bad_cdata_utf16);
|
||||
#endif
|
||||
tcase_add_test(tc_basic, test_stop_parser_between_cdata_calls);
|
||||
tcase_add_test(tc_basic, test_suspend_parser_between_cdata_calls);
|
||||
tcase_add_test(tc_basic, test_memory_allocation);
|
||||
|
|
Loading…
Add table
Reference in a new issue