• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:test

135  * which is shared to the current running test. We also don't want to have
230 * for every test, since it will confuse the memory leak detection.
233 * but for test purposes it is sometimes usefull to activate the
306 * Test test/xsdtest/xsdtestsuite.xml *
312 xmlNodePtr test;
323 test = getNext(cur, "./*");
324 if (test == NULL) {
325 test_log("Failed to find test in correct line %ld\n",
340 xmlNodeDump(buf, test->doc, test, 0, 0);
350 xmlGetLineNo(test));
371 xmlNodePtr test;
383 test = getNext(tst, "./*");
384 if (test != NULL) {
386 xmlNodeDump(buf, test->doc, test, 0, 0);
406 xmlNodePtr test;
418 test = getNext(tst, "./resource[1]");
419 if (test != NULL) {
420 installResources(test, res);
422 test = getNext(tst, "./dir[1]");
423 while (test != NULL) {
424 installDirs(test, res);
425 test = getNext(test, "following-sibling::dir[1]");
432 xmlNodePtr test, tmp, cur;
458 test = getNext(cur, "./*");
459 if (test == NULL) {
460 fprintf(stderr, "Failed to find test in correct line %ld\n",
475 xmlNodeDump(buf, test->doc, test, 0, 0);
488 xmlGetLineNo(test));
499 test = getNext(tmp, "./*");
500 if (test == NULL) {
501 fprintf(stderr, "Failed to find test in <valid> line %ld\n",
508 xmlNodeDump(buf, test->doc, test, 0, 0);
511 * We are ready to run the test
516 "test", NULL, 0);
558 test = getNext(tmp, "./*");
559 if (test == NULL) {
560 fprintf(stderr, "Failed to find test in <invalid> line %ld\n",
565 xmlNodeDump(buf, test->doc, test, 0, 0);
568 * We are ready to run the test
573 "test", NULL, 0);
646 const char *filename = "test/xsdtest/xsdtestsuite.xml";
654 printf("## XML Schemas datatypes test suite from James Clark\n");
709 const char *filename = "test/relaxng/OASIS/spectest.xml";
717 printf("## Relax NG test suite from James Clark\n");
747 const char *filename = "test/relaxng/testsuite.xml";
755 printf("## Relax NG test suite for libxml2\n");
783 * Schemas test suites from W3C/NIST/MS/Sun *
1000 test_log("Processing test line %ld %s leaked %d\n",
1034 printf("## %s test suite for Schemas version %s\n", contributor, name);