Lines Matching refs:test_log
111 static void test_log(const char *msg, ...) { in test_log() function
190 test_log("test %s : %s out of memory\n", in xmlconfTestInvalid()
196 test_log("test %s : %s invalid document turned not well-formed too\n", in xmlconfTestInvalid()
201 test_log("test %s : %s failed to detect invalid document\n", in xmlconfTestInvalid()
220 test_log("test %s : %s out of memory\n", in xmlconfTestValid()
226 test_log("test %s : %s failed to parse a valid document\n", in xmlconfTestValid()
233 test_log("test %s : %s failed to validate a valid document\n", in xmlconfTestValid()
255 test_log("test %s : %s failed to parse the XML\n", in xmlconfTestNotNSWF()
262 test_log("test %s : %s failed to detect namespace error\n", in xmlconfTestNotNSWF()
279 test_log("test %s : %s failed to detect not well formedness\n", in xmlconfTestNotWF()
310 test_log("test missing ID, line %ld\n", xmlGetLineNo(cur)); in xmlconfTestItem()
315 test_log("Skipping test %s from skipped list\n", (char *) id); in xmlconfTestItem()
323 test_log("test %s missing TYPE\n", (char *) id); in xmlconfTestItem()
328 test_log("test %s missing URI\n", (char *) id); in xmlconfTestItem()
334 test_log("test %s missing file %s \n", id, in xmlconfTestItem()
353 test_log("Skipping test %s for %s\n", (char *) id, in xmlconfTestItem()
365 test_log("Skipping test %s for REC %s\n", (char *) id, (char *) rec); in xmlconfTestItem()
395 test_log("Skipping error test %s \n", (char *) id); in xmlconfTestItem()
400 test_log("test %s unknown TYPE value %s\n", (char *) id, (char *)type); in xmlconfTestItem()
411 test_log("test %s : %s leaked %d bytes\n", in xmlconfTestItem()