diff --git a/runtest.c b/runtest.c index c7214f2..ea8a852 100644 --- a/runtest.c +++ b/runtest.c @@ -4143,6 +4143,7 @@ threadsTest(const char *filename ATTRIBUTE_UNUSED, static testDesc testDescriptions[] = { +#if 0 { "XML regression tests" , oldParseTest, "./test/*", "result/", "", NULL, 0 }, @@ -4155,9 +4156,11 @@ testDesc testDescriptions[] = { { "XML Namespaces regression tests", errParseTest, "./test/namespaces/*", "result/namespaces/", "", ".err", 0 }, +#endif /* 0 */ { "Error cases regression tests", errParseTest, "./test/errors/*.xml", "result/errors/", "", ".err", 0 }, +#if 0 #ifdef LIBXML_READER_ENABLED { "Error cases stream regression tests", streamParseTest, "./test/errors/*.xml", "result/errors/", NULL, ".str", @@ -4302,6 +4305,7 @@ testDesc testDescriptions[] = { threadsTest, NULL, NULL, NULL, NULL, 0 }, #endif +#endif /* 0 */ {NULL, NULL, NULL, NULL, NULL, NULL, 0} };