Home | History | Annotate | Download | only in tools

Lines Matching full:print

75     print "=== %(label)s %(negative)s===" % {
79 print "Path: %s" % "/".join(test.path)
152 print 'Running %i tests' % len(self.cases)
155 print
159 print "--- stderr ---"
160 print failed.output.stderr.strip()
162 print "--- stdout ---"
163 print failed.output.stdout.strip()
164 print "Command: %s" % EscapeCommand(failed.command)
166 print "--- CRASHED ---"
168 print "--- TIMEOUT ---"
170 print "==="
171 print "=== All tests succeeded"
172 print "==="
174 print
175 print "==="
176 print "=== %i tests failed" % len(self.failed)
178 print "=== %i tests CRASHED" % self.crashed
179 print "==="
185 print 'Starting %s...' % case.GetLabel()
196 print 'Done running %s: %s' % (output.test.GetLabel(), outcome)
246 print self.templates['stdout'] % stdout
249 print self.templates['stderr'] % stderr
250 print "Command: %s" % EscapeCommand(output.command)
252 print "--- CRASHED ---"
254 print "--- TIMEOUT ---"
275 print status,
290 print "\033[1K\r",
306 print ("\r" + (" " * last_line_length) + "\r"),
443 if context.verbose: print "#", " ".join(args)
947 print "Malformed expression: '%s'" % expr
952 print "Malformed expression: '%s'" % expr
955 print "Malformed expression: '%s'" % expr
1069 print "Malformed line: '%s'." % line
1097 result.add_option("--report", help="Print a summary of the tests to be run",
1112 result.add_option("--cat", help="Print the source of the tests",
1118 result.add_option("--time", help="Print timing information after running",
1134 print "Unknown mode %s" % mode
1142 print "Architecture %s does not match sim %s" %(options.arch, options.simulator)
1172 print REPORT_TEMPLATE % {
1296 print "Can't find shell executable: '%s'" % context.GetVm(mode)
1321 print "--- begin source: %s ---" % test.GetLabel()
1323 print source
1324 print "--- end source: %s ---" % test.GetLabel()
1329 print "Rule for '%s' was not used." % '/'.join([str(s) for s in rule.path])
1339 print "No tests to run."
1350 print "Interrupted"
1356 print