Lines Matching refs:got
463 'Incorrect answer for ' + s + ' -- got ' + result)
466 'Incorrect flags set in ' + s + ' -- got ' + str(myexceptions))
1528 got = op(x, y)
1530 self.assertIs(expected, got,
1532 "got {4!r}".format(
1533 expected, op.__name__, x, y, got))
1541 got = op(x, y)
1543 self.assertIs(expected, got,
1546 "got {4!r}".format(
1547 expected, op.__name__, x, y, got))
3865 # flags we actually got
3871 "expected %s, got %s." % (ans, new_ans))
3874 "expected %s, got %s" % (expected_flags, new_flags))