Home | History | Annotate | Download | only in testrunner

Lines Matching full:result_dict

85   result_dict = {}
99 result_dict[key] = float(val)
101 result_dict[key] = val
103 result_dict[key] = val
108 result_dict[key] = val
113 result_dict[key] = val
115 result_dict[key] += '\n' + line
117 if not result_dict.has_key('code'):
118 result_dict['code'] = '0'
119 result_dict['shortMsg'] = "No result returned from instrumentation"
121 return result_dict