Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/tests/testcases/
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')
/frameworks/rs/tests/lldb/tests/harness/
Dutil_bundle.py24 from .exception import TestSuiteException
89 raise TestSuiteException('test not apk or ndk')
117 raise TestSuiteException('Repeated timeouts when uninstalling '
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)
[all …]
Dexception.py19 class TestSuiteException(Exception): class
34 class FailFastException(TestSuiteException):
39 class TestIgnoredException(TestSuiteException):
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 …]
D__init__.py21 from .exception import TestSuiteException
Dtest_base.py26 from .exception import DisconnectedException, TestSuiteException
114 except (self.TestFail, TestSuiteException) as e:
/frameworks/rs/tests/lldb/
Drun_tests.py31 from tests.harness.exception import TestSuiteException, FailFastException
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: '
336 raise TestSuiteException('Unable to import the module from "%s"'
348 raise TestSuiteException('The provided user configuration is not '
375 raise TestSuiteException('The emulator terminated with output:'
395 raise TestSuiteException(
400 raise TestSuiteException('An emulator already exists.')
417 except TestSuiteException as ex:
[all …]
/frameworks/rs/tests/lldb/tests/
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: