Lines Matching refs:sbuf
527 with recording(self, self.TraceOn()) as sbuf:
528 print(*args, file=sbuf, **kwargs)
949 with recording(self, traceAlways) as sbuf:
953 file=sbuf)
963 with recording(self, traceAlways) as sbuf:
964 print("tearing down the child process....", file=sbuf)
992 with recording(self, traceAlways) as sbuf:
996 file=sbuf)
1037 with recording(self, False) as sbuf:
1040 print("ERROR", file=sbuf)
1045 with recording(self, False) as sbuf:
1048 print("CLEANUP_ERROR", file=sbuf)
1053 with recording(self, False) as sbuf:
1056 print("FAIL", file=sbuf)
1061 with recording(self, False) as sbuf:
1066 print("expected failure", file=sbuf)
1070 file=sbuf)
1075 with recording(self, False) as sbuf:
1079 print("skipped test", file=sbuf)
1084 with recording(self, False) as sbuf:
1089 print("unexpected success", file=sbuf)
1093 file=sbuf)
1605 with recording(self, trace) as sbuf:
1606 print(str(method) + ":", result, file=sbuf)
1969 with recording(self, trace) as sbuf:
1970 print("runCmd:", cmd, file=sbuf)
1972 print("check of return status not required", file=sbuf)
1974 print("output:", self.res.GetOutput(), file=sbuf)
1976 print("runCmd failed!", file=sbuf)
1977 print(self.res.GetError(), file=sbuf)
1984 with recording(self, trace) as sbuf:
1985 print("Command '" + cmd + "' failed!", file=sbuf)
2036 with recording(self, trace) as sbuf:
2037 print("looking at:", output, file=sbuf)
2046 with recording(self, trace) as sbuf:
2047 print("%s pattern: %s" % (heading, pattern), file=sbuf)
2048 print("Matched" if matched else "Not matched", file=sbuf)
2226 with recording(self, trace) as sbuf:
2227 print(filecheck_trace, file=sbuf)
2315 with recording(self, trace) as sbuf:
2316 print("looking at:", output, file=sbuf)
2384 with recording(self, trace) as sbuf:
2385 print(log_msg, file=sbuf)