Lines Matching refs:msg
41 def __init__(self,msg,error=False): argument
43 self._msg = msg
50 def msg(self): member in Result
58 print(res.msg,file=err)
259 print(res.msg)
263 def process_allocator_data(test_name,test,msg,subtest): argument
264 lines = msg.splitlines()
291 def process_bench(test_name,test,msg,subtest): argument
293 lines = msg.splitlines()
302 def process_result(test_name,test,msg,subtest): argument
305 process_allocator_data(test_name,test,msg,subtest)
307 process_bench(test_name,test,msg,subtest)
333 process_result(test_name,test,res.msg,subtest)
345 process_result(test_name,test,res.msg,subtest)