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

/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base.py36 class TestFail(Exception): class in class:TestBase
114 except (self.TestFail, TestSuiteException) as e:
124 '''Check a given condition and raise TestFail if it is False.
130 TestFail: The condition was false.
133 raise self.TestFail()
142 TestFail: Detected language not RenderScript.
152 raise self.TestFail('Frame language not RenderScript, instead {0}'
162 TestFail: The lldb command failed.
182 raise self.TestFail('The command "{0}" failed with the error: {1}'
201 TestFail
[all...]
H A Dtest_base_remote.py57 raise self.TestFail('Could not determine source path of '
/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_reduction_combiner.py56 except self.TestFail:
67 raise self.TestFail(
H A Dreduce_common.py73 raise self.TestFail(
H A Dtest_reduction.py70 except self.TestFail:

Completed in 67 milliseconds