Home | History | Annotate | Download | only in libxml2

Lines Matching defs:log

18 LOG="check-xml-test-suite.log"
20 log = open(LOG, "w")
76 global log
94 log.write("%s: error: Well Formedness error not detected\n" % (id))
101 global log
120 log.write("%s: error: Well Formedness error not detected\n" % (id))
127 global log
147 log.write("%s: error: Well Formedness error not detected\n" % (id))
154 global log
172 log.write("%s: error: wrongly failed to parse the document\n" % (id))
178 log.write("%s: error: WF document generated an error msg\n" % (id))
187 global log
207 log.write("%s: warning: failed to parse the document but accepte\n" % (id))
211 log.write("%s: error: WF document generated an error msg\n" % (id))
218 global log
236 log.write("%s: error: wrongly failed to parse the document\n" % (id))
240 log.write("%s: error: Validity error not detected\n" % (id))
245 log.write("%s: warning: Validity error not reported\n" % (id))
272 log.write("%s: error: wrongly failed to parse the document\n" % (id))
276 log.write("%s: error: Validity check failed\n" % (id))
281 log.write("%s: warning: valid document reported an error\n" % (id))
292 global log
345 # Log the ontext
347 log.write(" File: %s\n" % (URI))
352 log.write(" %s:%s:%s\n" % (type, extra, content))
354 log.write(" %s:%s\n\n" % (type, content))
356 log.write(" ----\n%s ----\n" % (error_msg))
358 log.write("\n")
406 log.close()