Home
last modified time | relevance | path

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

12345678910>>...21

/external/autotest/client/site_tests/platform_ImageLoader/
Dplatform_ImageLoader.py96 raise error.TestError('Failed to register a valid component')
114 raise error.TestError('Must supply two versions of '
119 raise error.TestError('There should be no currently '
125 raise error.TestError('The component failed to register')
130 raise error.TestError('The component version is incorrect')
135 raise error.TestError('ImageLoader allowed registration '
142 raise error.TestError('ImageLoader allowed registration of a '
148 raise error.TestError('Failed to register updated version')
151 raise error.TestError('The component version is incorrect')
156 raise error.TestError('ImageLoader allowed a rollback')
[all …]
/external/flatbuffers/tests/
Dtest.cpp936 void TestError(const char *src, const char *error_substr, in TestError() function
950 TestError("table X { Y:byte; } root_type X; { Y: 999 }", "bit field"); in ErrorTest()
951 TestError(".0", "floating point"); in ErrorTest()
952 TestError("\"\0", "illegal"); in ErrorTest()
953 TestError("\"\\q", "escape code"); in ErrorTest()
954 TestError("table ///", "documentation"); in ErrorTest()
955 TestError("@", "illegal"); in ErrorTest()
956 TestError("table 1", "expecting"); in ErrorTest()
957 TestError("table X { Y:[[int]]; }", "nested vector"); in ErrorTest()
958 TestError("table X { Y:1; }", "illegal type"); in ErrorTest()
[all …]
/external/autotest/client/site_tests/kernel_CheckArmErrata/
Dkernel_CheckArmErrata.py130 raise error.TestError(
214 raise error.TestError("Unexpected A12 revision: %s" % rev_str)
221 raise error.TestError("Kernel didn't provide register vals")
227 raise error.TestError("Kernel didn't provide diag register")
229 raise error.TestError(
238 raise error.TestError("Kernel didn't provide internal feature reg")
240 raise error.TestError(
247 raise error.TestError("Kernel didn't provide diag register")
249 raise error.TestError(
331 raise error.TestError("Kernel didn't provide register vals")
[all …]
/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.py67 raise error.TestError('Feedback client registration error: %s' % e)
84 raise error.TestError('Unknown query (%s)' % query_id)
91 raise error.TestError('Feedback query registration error: %s' % e)
100 raise error.TestError(
125 raise error.TestError('Tester feedback request error: %s' % desc)
126 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/autotest/client/site_tests/hardware_EC/
Dhardware_EC.py39 raise error.TestError('EC communication failed')
47 raise error.TestError('Unable to start fan')
59 raise error.TestError('Unable to set fan speed')
69 raise error.TestError(
73 raise error.TestError('Battery communication failed')
76 raise error.TestError('Lightbar communication failed')
/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/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/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/autotest/client/cros/
Dtouch_playback_test_base.py87 raise error.TestError('find_test_files() takes a LIST, not a '
91 raise error.TestError('Device does not have a %s!' % input_type)
96 raise error.TestError('No valid hw_id for %s!' % input_type)
177 raise error.TestError('Mouse emulation failed!')
383 raise error.TestError('Could not find any kernel timestamps!'
434 exception=error.TestError('Test page is not ready!'))
473 except error.TestError as e:
509 exception=error.TestError('Page not set to default scroll!'))
525 exception=error.TestError('No scrolling occurred!'), timeout=30)
537 exception=error.TestError('Page did not stop moving!'),
[all …]
Ddevice_jail_utils.py56 raise error.TestError('Function %s timed out' % self._target_name)
90 raise error.TestError('Failed to create device jail')
92 raise error.TestError('Failed to call device_jail_utility')
128 raise error.TestError(
140 raise error.TestError('Timed out waiting for jail-request')
146 raise error.TestError('Got request for the wrong path')
/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/common_lib/
Derror.py67 class TestError(TestBaseException): class
95 class UnhandledTestError(TestError):
98 if isinstance(unhandled_exception, TestError):
99 TestError.__init__(self, *unhandled_exception.args)
101 TestError.__init__(self, unhandled_exception)
107 TestError.__init__(self, msg)
125 class CmdError(TestError):
128 TestError.__init__(self, command, result_obj, additional_text)
159 class PackageError(TestError):
/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/cros/multimedia/
Dinput_facade_native.py42 raise error.TestError('input facade: input device name not given')
49 raise error.TestError('input facade: input device name not given')
56 raise error.TestError('input facade: input device name not given')
67 raise error.TestError('input facade: input device name not given')
/external/autotest/client/bin/net/
Dnet_utils.py279 raise error.TestError('Unable to enable loopback while '
283 raise error.TestError('Unable to enable loopback')
297 raise error.TestError('Unable to disable loopback')
371 raise error.TestError('Timed out waiting for carrier.')
405 raise error.TestError('Undefined')
409 raise error.TestError('Undefined')
413 raise error.TestError('Undefined')
417 raise error.TestError('Undefined')
477 raise error.TestError('Invalid interface name')
504 raise error.TestError('Raw socket already open')
[all …]
/external/autotest/client/cros/video/
Dyoutube_helper.py89 exception=error.TestError(
115 raise error.TestError(
149 raise error.TestError(
168 raise error.TestError(
192 raise error.TestError(
209 raise error.TestError(
/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/cros/faft/utils/
Dsaft_flashrom_util.py24 class TestError(Exception): class
120 raise TestError('bad section at 0x%x..0x%x' % (
124 raise TestError('Section end 0x%x exceeds file size %x' % (
152 raise TestError('%s duplicated in the layout' % name)
263 raise TestError('INTERNAL ERROR: invalid layout map: %s.' %
284 raise TestError('INTERNAL ERROR: invalid layout map.')
292 raise TestError('INTERNAL ERROR: unmatched data size.')
/external/autotest/client/site_tests/hardware_Fan/
Dhardware_Fan.py62 raise error.TestError('Unable to manually set fan speed')
64 raise error.TestError('Fan cannot be turned on')
70 raise error.TestError('Unable to turn off fan')
75 raise error.TestError('Fan speed not in reasonable range')
/external/autotest/client/site_tests/platform_SecureEraseFile/
Dplatform_SecureEraseFile.py33 raise error.TestError('Failed to generate test file')
45 raise error.TestError('Unable to find partition for path: ' + path)
77 raise error.TestError('Bad byte found')
91 raise error.TestError('No extents found for ' + TEST_PATH)
99 raise error.TestError('Secure Erase failed to unlink file.')

12345678910>>...21