Searched defs:TestFail (Results 1 - 1 of 1) 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...]

Completed in 141 milliseconds