Searched refs:TestSuiteException (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/tests/lldb/tests/harness/
H A Dexception.py15 '''Module that contains TestSuiteException.'''
19 class TestSuiteException(Exception): class in inherits:Exception
34 class FailFastException(TestSuiteException):
39 class TestIgnoredException(TestSuiteException):
H A D__init__.py21 from .exception import TestSuiteException namespace
H A Dutil_bundle.py24 from .exception import TestSuiteException namespace
83 TestSuiteException: The string does not match any item in the list
89 raise TestSuiteException('test not apk or ndk')
96 TestSuiteException: One or more apks could not be uninstalled.
106 TestSuiteException: An apk could not be uninstalled.
117 raise TestSuiteException('Repeated timeouts when uninstalling '
123 raise TestSuiteException('Unable to uninstall app ' + app)
134 TestSuiteException: An apk could not be uninstalled.
140 raise TestSuiteException('unable to uninstall app ' + app)
146 TestSuiteException
[all...]
H A Dutil_android.py32 from .exception import TestSuiteException namespace
194 a TestSuiteException.
200 TestSuiteException: in case the device/emulator does not reply by
216 raise TestSuiteException(
229 raise TestSuiteException('Cannot ping the device/emulator through '
299 TestSuiteException: Unable to validate that adb exists and runs
306 raise TestSuiteException('unable to validate adb')
326 TestSuiteException: There was a failure to run adb to list the
334 raise TestSuiteException('Unable to list devices')
349 raise TestSuiteException('ad
[all...]
H A Dtest_base.py26 from .exception import DisconnectedException, TestSuiteException namespace
114 except (self.TestFail, TestSuiteException) as e:
/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_single_source.py21 from harness.exception import TestSuiteException namespace
106 TestSuiteException('unexpected breakpoint')
108 TestSuiteException('loop quota exceeded')
125 TestSuiteException('unexpected breakpoint')
127 TestSuiteException('loop quota exceeded')
163 TestSuiteException('unexpected breakpoint')
165 TestSuiteException('loop quota exceeded')
/frameworks/rs/tests/lldb/
H A Drun_tests.py31 from tests.harness.exception import TestSuiteException, FailFastException namespace
160 TestSuiteException: When unable to load config file.
217 raise TestSuiteException('The parameter "verbose" should be a '
235 log.TestSuiteException('Need to specify --emu-cmd (or specify a'
267 raise TestSuiteException('Conflicting options given: '
320 If no suitable class is available, it raises a TestSuiteException.
329 TestSuiteException: when unable to import the module or when a
336 raise TestSuiteException('Unable to import the module from "%s"'
348 raise TestSuiteException('The provided user configuration is not '
369 TestSuiteException
[all...]
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py35 from harness.exception import TestSuiteException, TestIgnoredException namespace
59 TestSuiteException: Previous processes of this apk required for this
212 raise TestSuiteException('test_pre_run() failed')
214 raise TestSuiteException('test_run() failed')
249 TestSuiteException: If a test with this name does not exist.
258 raise TestSuiteException(
376 raise TestSuiteException('Lost connection to lldb-server')
394 except TestSuiteException as error:

Completed in 129 milliseconds