HomeSort by relevance Sort by last modified time
    Searched refs:JobError (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/tests/aborttest/
aborttest.py 8 raise error.JobError('Arrrrrrrrggggh. You are DOOOMED')
  /external/autotest/client/common_lib/
error.py 42 class JobError(AutotestError):
46 class UnhandledJobError(JobError):
49 if isinstance(unhandled_exception, JobError):
50 JobError.__init__(self, *unhandled_exception.args)
52 JobError.__init__(self, unhandled_exception)
58 JobError.__init__(self, msg)
163 class BarrierError(JobError):
171 class InstallError(JobError):
202 class HostInstallTimeoutError(JobError):
profiler_manager.py 7 class ProfilerNotPresentError(error.JobError):
10 error.JobError.__init__(self, msg, *args, **dargs)
  /external/autotest/client/tests/selftest/
selftest.py 32 raise error.JobError("selftest: sequence was " +
  /external/autotest/client/bin/
job.py 495 except error.JobError:
568 # is error.JobError as _runtest() turns all others into an
626 except error.JobError, e:
697 @raise JobError: Raised if the current configuration does not match the
713 raise error.JobError("Reboot failed: %s" % description)
724 raise error.JobError('Reboot failed: %s' % description)
831 raise error.JobError(msg)
    [all...]
job_unittest.py 491 self.assertRaises(error.JobError, self.job._check_post_reboot, "sub")
509 self.assertRaises(error.JobError, self.job._check_post_reboot, "sub")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h     [all...]
  /external/autotest/server/
server_job.py     [all...]

Completed in 211 milliseconds