Searched refs:TestFail (Results 1 – 5 of 5) sorted by relevance
36 class TestFail(Exception): class in TestBase114 except (self.TestFail, TestSuiteException) as e:133 raise self.TestFail()152 raise self.TestFail('Frame language not RenderScript, instead {0}'182 raise self.TestFail('The command "{0}" failed with the error: {1}'225 except self.TestFail as exception:262 raise self.TestFail('Cannot find "{0}" in the output'284 raise self.TestFail('Cannot match the regexp "{0}" in '
57 raise self.TestFail('Could not determine source path of '
56 except self.TestFail:67 raise self.TestFail(
73 raise self.TestFail(
70 except self.TestFail: