Home
last modified time | relevance | path

Searched refs:TestError (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/external/autotest/client/common_lib/feedback/
Dclient.py65 raise error.TestError('Client was not initialized')
67 raise error.TestError('Client was already finalized')
91 raise error.TestError('Client was already initialized')
93 raise error.TestError('Client was already finalized')
167 raise error.TestError('Prepare was already called')
190 raise error.TestError('Validate was already called')
224 raise error.TestError('Prepare was not called')
250 raise error.TestError('Emit was not called')
263 raise error.TestError('Prepare was not called')
265 raise error.TestError('Emit was already called')
Dtester_feedback_client.py65 raise error.TestError('Feedback client registration error: %s' % e)
80 raise error.TestError('Unknown query (%s)' % query_id)
87 raise error.TestError('Feedback query registration error: %s' % e)
96 raise error.TestError(
121 raise error.TestError('Tester feedback request error: %s' % desc)
122 raise error.TestError('Unknown feedback call return code (%s)' % ret)
/external/autotest/client/cros/cellular/
Dtest_environment.py127 except (error.TestError, dbus.DBusException,
135 raise error.TestError('INIT_ERROR: %s' % str(e))
154 raise error.TestError('Cannot find cellular device in shill. '
170 exception=error.TestError(
207 raise error.TestError('Cannot connect to shill, is shill running?')
227 raise error.TestError('Cannot get modem object at %s.' %
257 raise error.TestError('There is no SIM in the modem.')
264 raise error.TestError('Failed to read SIM lock status.')
269 raise error.TestError('Failed to read SIM LockEnabled status.')
271 raise error.TestError(
[all …]
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/
Dbrillo_RecoverFromBadImage.py50 raise error.TestError(
67 raise error.TestError('Error resolving device slots')
90 raise error.TestError(
92 raise error.TestError(
113 raise error.TestError(
132 raise error.TestError('No image file provided')
134 raise error.TestError('Image file %s not found' % image_file)
177 raise error.TestError(
/external/deqp/framework/common/
DtcuDefs.hpp77 class TestError : public TestException class
80 TestError (const char* message, const char* expr, const char* file, int line);
81 TestError (const std::string& message);
82 virtual ~TestError (void) throw() {} in ~TestError()
129 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
132 #define TCU_CHECK(X) do { if (!(!deGetFalse() && (X))) throw tcu::TestError(DE_NULL, #X, __FILE__…
135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F…
/external/autotest/client/site_tests/hardware_EC/
Dhardware_EC.py36 raise error.TestError('EC communication failed')
44 raise error.TestError('Unable to start fan')
56 raise error.TestError('Unable to set fan speed')
66 raise error.TestError(
70 raise error.TestError('Battery communication failed')
73 raise error.TestError('Lightbar communication failed')
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
Dnetwork_Ipv6SimpleNegotiation.py80 raise error.TestError('Found no IPv6 IPConfig entries')
96 raise error.TestError('Expected 2 global address but got %d' %
103 raise error.TestError('Global address %s does not start with '
118 raise error.TestError('Expected 1 mac-related global address but '
124 raise error.TestError('Expected at least 1 non-global address but '
144 raise error.TestError('IPv6 IPConfig entry does not '
147 raise error.TestError('IPv6 IPConfig property %s does not '
164 raise error.TestError('IPv6 name servers mismatched: '
/external/autotest/client/cros/
Denterprise_policy_base.py122 raise error.TestError('env must be "dm-fake" '
125 raise error.TestError('case must not be given '
128 raise error.TestError('value must not be given '
144 raise error.TestError('env=%s is invalid.' % self.env)
149 raise error.TestError('value must not be given when using '
152 raise error.TestError('user credentials must not be given '
162 raise error.TestError('case must be given when mode is single.')
166 raise error.TestError('value must not be given without also '
171 raise error.TestError('dms_name must be given when using '
174 raise error.TestError('dms_name must not be given when not using '
[all …]
/external/autotest/server/site_tests/firmware_EventLog/
Dfirmware_EventLog.py64 raise error.TestError('No "System boot" event on normal boot.')
67 raise error.TestError('Incorrect event logged on normal boot.')
82 raise error.TestError('Missing required event on dev mode boot.')
84 raise error.TestError('Incorrect event logged on dev mode boot.')
102 raise error.TestError('Missing required event in recovery mode.')
104 raise error.TestError('Incorrect event logged in recovery mode.')
115 raise error.TestError('Missing required event on suspend/resume.')
117 raise error.TestError('Incorrect event logged on suspend/resume.')
/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
Dnetwork_WiFi_ChaosConfigFailure.py33 raise error.TestError('The AP was not configured because the PDU '
38 raise error.TestError('The AP was not configured correctly. Please '
42 raise error.TestError('The AP was not configured with correct '
46 raise error.TestError('Work client was not able to connect to '
50 raise error.TestError('The SSID %s was not found in the scan. '
/external/autotest/client/site_tests/power_Thermal/
Dpower_Thermal.py177 raise error.TestError('Wrong cpu %d frequency reading %d' % (
210 raise error.TestError('core %d does not allow setting %s'
227 raise error.TestError('failed to speed up some CPU clocks: %s' %
260 raise error.TestError(
268 raise error.TestError(
278 raise error.TestError(
295 raise error.TestError('found %d sensor files' % len(ext_temp_path))
308 raise error.TestError('Throttling active before test started')
314 raise error.TestError('Target is too hot: %s C' % str(
340 raise error.TestError('Throttling did not stop')
[all …]
/external/autotest/client/site_tests/firmware_VbootCrypto/
Dfirmware_VbootCrypto.py45 raise error.TestError("Couldn't generate test cases")
55 raise error.TestError("SHA Test Error")
67 raise error.TestError("RSA Test Error")
79 raise error.TestError("Image Verification Test Error")
122 raise error.TestError("Firmware Rollback Test Error")
129 raise error.TestError("KernelRollback Test Error")
143 raise error.TestError("Firmware Splicing Test Error")
150 raise error.TestError("Kernel Splicing Test Error")
/external/deqp/modules/gles31/functional/
Des31fSSBOArrayLengthTests.cpp100 throw tcu::TestError("Failed to build shader"); in init()
124 throw tcu::TestError("Failed to find outLength variable"); in init()
129 throw tcu::TestError("Unexpected outLength location"); in init()
137 throw tcu::TestError("Failed to find unused variable"); in init()
142 throw tcu::TestError("Unexpected unused location"); in init()
150 throw tcu::TestError("Failed to find array variable"); in init()
155 throw tcu::TestError("Unexpected array stride"); in init()
212 throw tcu::TestError("mapBufferRange returned NULL"); in iterate()
223 throw tcu::TestError("unmapBuffer returned false"); in iterate()
/external/autotest/client/site_tests/desktopui_HangDetector/
Ddesktopui_HangDetector.py31 raise error.TestError('Could not find pid of %s: %r' % (name, e))
33 raise error.TestError('Got bad pid looking up %s: %r' % (name, e))
35 raise error.TestError('Got no pid looking up %s' % name)
59 raise error.TestError('Cannot STOP browser: %r' % e)
71 raise error.TestError('Cannot CONT browser: %r' % e)
/external/autotest/client/bin/net/
Dnet_utils.py278 raise error.TestError('Unable to enable loopback while '
282 raise error.TestError('Unable to enable loopback')
296 raise error.TestError('Unable to disable loopback')
369 raise error.TestError('Timed out waiting for carrier.')
403 raise error.TestError('Undefined')
407 raise error.TestError('Undefined')
411 raise error.TestError('Undefined')
415 raise error.TestError('Undefined')
475 raise error.TestError('Invalid interface name')
502 raise error.TestError('Raw socket already open')
[all …]
/external/autotest/client/site_tests/camera_V4L2/
Dcamera_V4L2.py81 raise error.TestError(device + " does not support multiple open!")
85 raise error.TestError(device + " does support multiple init!")
91 raise error.TestError(device + " does support enum controls!")
107 raise error.TestError(device + " does not support " + control)
111 raise error.TestError(device + " does not support set controls!")
117 raise error.TestError(device + " does not support probe caps!")
134 raise error.TestError(device + " does not support enum formats!")
213 raise error.TestError("capture test failed")
/external/autotest/client/cros/video/
Dyoutube_helper.py89 exception=error.TestError(
115 raise error.TestError(
149 raise error.TestError(
166 raise error.TestError(
191 raise error.TestError(
208 raise error.TestError(
/external/autotest/server/site_tests/power_DarkResumeDisplay/
Dpower_DarkResumeDisplay.py39 raise error.TestError('platform is not capable of dark resume')
44 raise error.TestError('%s file not found.' % ERROR_FILE)
60 raise error.TestError('Unexpected error file string: %s' % line)
102 raise error.TestError('Device did not enter dark resume!')
110 raise error.TestError('Crtc %d Pipe %s err count changed %d/%d'
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Daccessibility_ChromeVoxSound.py36 exception = error.TestError(
92 raise error.TestError('No sound after enabling Chromevox!')
97 raise error.TestError('Speech after enabling ChromeVox was <= '
104 raise error.TestError('Speech after loading a page was <= '
111 raise error.TestError('No sound after opening new tab!')
/external/autotest/client/site_tests/login_MultiUserPolicy/
Dlogin_MultiUserPolicy.py48 raise error.TestError('Could not start session')
51 raise error.TestError('session_manager already has user policy!')
83 raise error.TestError('Could not start second session')
86 raise error.TestError('session_manager already has user policy!')
100 raise error.TestError('Failed to retrieve stored policy')
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Ddocumentscan_AppTestWithFakeLorgnette.py118 raise error.TestError(
125 raise error.TestError('Image data from tag is not the same as '
136 raise error.TestError('Expected 2 method calls but got: %r' % calls)
140 raise error.TestError('Call #%d was %s instead of expected %s' %
162 raise error.TestError('Scan count is %d instead of 1' %
/external/autotest/client/common_lib/
Derror.py214 class TestError(TestBaseException): class
242 class UnhandledTestError(TestError):
245 if isinstance(unhandled_exception, TestError):
246 TestError.__init__(self, *unhandled_exception.args)
248 TestError.__init__(self, unhandled_exception)
256 TestError.__init__(self, msg)
276 class CmdError(TestError):
279 TestError.__init__(self, command, result_obj, additional_text)
304 class PackageError(TestError):
/external/autotest/client/cros/faft/utils/
Dsaft_flashrom_util.py24 class TestError(Exception): class
117 raise TestError('bad section at 0x%x..0x%x' % (
121 raise TestError('Section end 0x%x exceeds file size %x' % (
149 raise TestError('%s duplicated in the layout' % name)
260 raise TestError('INTERNAL ERROR: invalid layout map: %s.' %
281 raise TestError('INTERNAL ERROR: invalid layout map.')
289 raise TestError('INTERNAL ERROR: unmatched data size.')
/external/autotest/server/site_tests/platform_USBHIDWake/
Dplatform_USBHIDWake.py45 raise error.TestError('openvt missing (see control file)')
47 raise error.TestError('Insufficient privileges: cannot sudo')
89 raise error.TestError('Must have test client IP address')
92 raise error.TestError('No HID devices found, please attach one')
/external/autotest/client/tests/sound_infrastructure/
Dsound_infrastructure.py30 raise error.TestError("Incorrect permissions for %s" % filename)
47 raise error.TestError("Missing device %s" % pattern)
55 raise error.TestError("No playback devices found by aplay")
60 raise error.TestError("No playback devices found by arecord")

12345678910>>...21