Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_single_source.py21 from harness.exception import TestSuiteException
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')
/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_bundle.py24 from .exception import TestSuiteException
89 raise TestSuiteException('test not apk or ndk')
123 raise TestSuiteException('Unable to uninstall app ' + app)
140 raise TestSuiteException('unable to uninstall app ' + app)
190 raise TestSuiteException(self._missing_path_msg)
198 raise TestSuiteException('unable to install app {}: {}'.format(
221 raise TestSuiteException(self._missing_path_msg)
235 raise TestSuiteException('unable to push binary ' + app)
250 raise TestSuiteException(self._missing_path_msg)
289 raise TestSuiteException(msg)
[all …]
H A Dutil_android.py32 from .exception import TestSuiteException
216 raise TestSuiteException(
229 raise TestSuiteException('Cannot ping the device/emulator through '
306 raise TestSuiteException('unable to validate adb')
334 raise TestSuiteException('Unable to list devices')
349 raise TestSuiteException('adb is unable to find a connected '
356 raise TestSuiteException('Multiple devices connected,'
360 raise TestSuiteException('Couldn\'t find the device {0} that '
365 raise TestSuiteException(
382 raise TestSuiteException('Unable to list devices')
[all …]
H A Dexception.py19 class TestSuiteException(Exception): class
34 class FailFastException(TestSuiteException):
39 class TestIgnoredException(TestSuiteException):
H A D__init__.py21 from .exception import TestSuiteException
H A Dtest_base.py26 from .exception import DisconnectedException, TestSuiteException
114 except (self.TestFail, TestSuiteException) as e:
/aosp12/frameworks/rs/tests/lldb/
H A Drun_tests.py31 from tests.harness.exception import TestSuiteException, FailFastException
395 raise TestSuiteException(
400 raise TestSuiteException('An emulator already exists.')
417 except TestSuiteException as ex:
447 raise TestSuiteException(
483 except TestSuiteException as expt:
571 raise TestSuiteException(message)
573 raise TestSuiteException(message)
632 except TestSuiteException as expt:
762 raise TestSuiteException(error_string)
[all …]
/aosp12/frameworks/rs/tests/lldb/tests/
H A Drun_test.py35 from harness.exception import TestSuiteException, TestIgnoredException
212 raise TestSuiteException('test_pre_run() failed')
214 raise TestSuiteException('test_run() failed')
258 raise TestSuiteException(
376 raise TestSuiteException('Lost connection to lldb-server')
394 except TestSuiteException as error: