Home
last modified time | relevance | path

Searched refs:TestFail (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/tests/lldb/tests/harness/
Dtest_base.py36 class TestFail(Exception): class in TestBase
114 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 '
Dtest_base_remote.py57 raise self.TestFail('Could not determine source path of '
/frameworks/rs/tests/lldb/tests/testcases/
Dtest_reduction_combiner.py56 except self.TestFail:
67 raise self.TestFail(
Dreduce_common.py73 raise self.TestFail(
Dtest_reduction.py70 except self.TestFail: