Lines Matching refs:TestSuiteException
31 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:
434 raise TestSuiteException('The emulator has failed to boot.')
447 raise TestSuiteException(
455 raise TestSuiteException('Failed to copy lldb-server to the emulator.')
483 except TestSuiteException as expt:
571 raise TestSuiteException(message)
573 raise TestSuiteException(message)
632 except TestSuiteException as expt:
762 raise TestSuiteException(error_string)
790 raise TestSuiteException('Test suite pre-run step failed')
817 except TestSuiteException as error: