Lines Matching refs:error
190 # an error (as opposed to a failure).
205 # "With a default result, an error in the test still results in stopTestRun
229 # a failure (as opposed to an error).
357 # i=2, j=3 => subtest error
358 # i=3, j=2 => subtest error
360 # toplevel => error
920 # under the threshold: diff marker (^) in error message
927 # over the threshold: diff not used and marker (^) not in error message
1161 # need to remove the first line of the error message
1162 error = str(e).split('\n', 1)[1]
1163 self.assertEqual(sample_text_error, error)
1177 # need to remove the first line of the error message
1178 error = str(e).split('\n', 1)[1]
1179 self.assertEqual(sample_text_error, error)
1470 warnings.simplefilter("error", RuntimeWarning)
1517 warnings.simplefilter("error", RuntimeWarning)
1564 warnings.simplefilter("error", RuntimeWarning)
1608 warnings.simplefilter("error", RuntimeWarning)
1667 log_foobar.error("2")
1727 log_quux.error("1")
1748 log_quux.error("1")
1749 log_foo.error("foo")
1760 log_quux.error("1")
1768 log_quux.error("1")