Lines Matching refs:sbuf
541 with recording(self, self.TraceOn()) as sbuf:
542 print(*args, file=sbuf, **kwargs)
963 with recording(self, traceAlways) as sbuf:
967 file=sbuf)
977 with recording(self, traceAlways) as sbuf:
978 print("tearing down the child process....", file=sbuf)
1006 with recording(self, traceAlways) as sbuf:
1010 file=sbuf)
1051 with recording(self, False) as sbuf:
1054 print("ERROR", file=sbuf)
1059 with recording(self, False) as sbuf:
1062 print("CLEANUP_ERROR", file=sbuf)
1067 with recording(self, False) as sbuf:
1070 print("FAIL", file=sbuf)
1075 with recording(self, False) as sbuf:
1080 print("expected failure", file=sbuf)
1084 file=sbuf)
1089 with recording(self, False) as sbuf:
1093 print("skipped test", file=sbuf)
1098 with recording(self, False) as sbuf:
1103 print("unexpected success", file=sbuf)
1107 file=sbuf)
1624 with recording(self, trace) as sbuf:
1625 print(str(method) + ":", result, file=sbuf)
2002 with recording(self, trace) as sbuf:
2003 print("runCmd:", cmd, file=sbuf)
2005 print("check of return status not required", file=sbuf)
2007 print("output:", self.res.GetOutput(), file=sbuf)
2009 print("runCmd failed!", file=sbuf)
2010 print(self.res.GetError(), file=sbuf)
2017 with recording(self, trace) as sbuf:
2018 print("Command '" + cmd + "' failed!", file=sbuf)
2069 with recording(self, trace) as sbuf:
2070 print("looking at:", output, file=sbuf)
2079 with recording(self, trace) as sbuf:
2080 print("%s pattern: %s" % (heading, pattern), file=sbuf)
2081 print("Matched" if matched else "Not matched", file=sbuf)
2259 with recording(self, trace) as sbuf:
2260 print(filecheck_trace, file=sbuf)
2348 with recording(self, trace) as sbuf:
2349 print("looking at:", output, file=sbuf)
2417 with recording(self, trace) as sbuf:
2418 print(log_msg, file=sbuf)