Home | History | Annotate | Download | only in libxml2

Lines Matching refs:test_log

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