Home | History | Annotate | Download | only in test

Lines Matching refs:theirexceptions

306         theirexceptions = [ErrorNames[x.lower()] for x in exceptions]
310 for exception in theirexceptions:
324 for error in theirexceptions:
344 for error in theirexceptions:
358 ordered_errors = [e for e in OrderedSignals if e in theirexceptions]
392 self.assertItemsEqual(myexceptions, theirexceptions,