Home | History | Annotate | Download | only in tools

Lines Matching refs:errors

154   def __init__(self, traces=None, errors=None):
156 self.errors = errors or []
159 return {"traces": self.traces, "errors": self.errors}
167 self.errors += other.errors
187 self.errors = []
195 self.errors.append("Regexp \"%s\" returned a non-numeric for test %s."
198 self.errors.append("Regexp \"%s\" didn't match for test %s."
203 self.errors.append("Test %s should only run once since a stddev "
208 self.errors.append("Regexp \"%s\" didn't match for test %s."
217 }], self.errors)
289 res.errors.append("Not all traces have the same number of results.")
333 errors = []
346 errors = ["Found non-numeric in %s" %
354 }], errors))
758 # Work-around for "text file busy" errors. Push the files to a temporary
762 # Errors look like this: "failed to copy ... ".
1063 results.errors.append("Configuration file %s does not exist." % path)
1111 return min(1, len(results.errors))