From 72cdab2aebfb321e8127aadef57421206af78389 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 21 Mar 2021 14:40:06 +0100 Subject: [PATCH] Revert "runtests.c: Workaround issue with combining XML_MIN_SIZE and ASan (#332)" This reverts commit 48d4929bffdd60c88b913b58365062c92b789363. --- expat/tests/runtests.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index 90245607..ceb10545 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -11301,14 +11301,10 @@ 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);