Home
last modified time | relevance | path

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

12345678910>>...22

/external/autotest/client/site_tests/platform_ImageLoader/
Dplatform_ImageLoader.py120 raise error.TestError('Failed to register a valid component')
142 raise error.TestError('Failed to register a valid component')
146 raise error.TestError('Failed to mount component as dbus service.')
149 raise error.TestError(
154 raise error.TestError('Failed to remove a removable component')
168 raise error.TestError('Must supply two versions of '
175 raise error.TestError('There should be no currently '
181 raise error.TestError('The component failed to register')
186 raise error.TestError('The component version is incorrect')
191 raise error.TestError('ImageLoader allowed registration '
[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/flatbuffers/tests/
Dtest.cpp1116 void TestError(const char *src, const char *error_substr, in TestError() function
1130 TestError("table X { Y:byte; } root_type X; { Y: 999 }", "does not fit"); in ErrorTest()
1131 TestError(".0", "floating point"); in ErrorTest()
1132 TestError("\"\0", "illegal"); in ErrorTest()
1133 TestError("\"\\q", "escape code"); in ErrorTest()
1134 TestError("table ///", "documentation"); in ErrorTest()
1135 TestError("@", "illegal"); in ErrorTest()
1136 TestError("table 1", "expecting"); in ErrorTest()
1137 TestError("table X { Y:[[int]]; }", "nested vector"); in ErrorTest()
1138 TestError("table X { Y:1; }", "illegal type"); in ErrorTest()
[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/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, const char* expr, const char* file, int line);
82 TestError (const std::string& message);
83 virtual ~TestError (void) throw() {} in ~TestError()
130 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
133 #define TCU_CHECK(X) do { if (!(!deGetFalse() && (X))) throw tcu::TestError(DE_NULL, #X, __FILE__…
136 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F…
DtcuDefs.cpp88 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError() function in tcu::TestError
92 TestError::TestError (const std::string& message, const char* expr, const char* file, int line) in TestError() function in tcu::TestError
97 TestError::TestError (const std::string& message) in TestError() function in tcu::TestError
/external/autotest/client/cros/cellular/
Dtest_environment.py123 except (error.TestError, dbus.DBusException,
131 raise error.TestError('INIT_ERROR: %s' % str(e))
149 exception=error.TestError('Cannot find cellular device in shill. '
165 exception=error.TestError(
202 raise error.TestError('Cannot connect to shill, is shill running?')
218 raise error.TestError('Cannot get modem object at %s.' %
248 raise error.TestError('There is no SIM in the modem.')
255 raise error.TestError('Failed to read SIM lock status.')
260 raise error.TestError('Failed to read SIM LockEnabled status.')
262 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/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/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/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/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/robolectric-shadows/shadowapi/src/test/java/org/robolectric/util/
DReflectionHelpersTest.java163 failBecauseExceptionWasNotThrown(TestError.class); in callInstanceMethodReflectively_rethrowsError()
166 } catch (TestError e) { in callInstanceMethodReflectively_rethrowsError()
203 failBecauseExceptionWasNotThrown(TestError.class); in callStaticMethodReflectively_rethrowsError()
206 } catch (TestError e) { in callStaticMethodReflectively_rethrowsError()
241 failBecauseExceptionWasNotThrown(TestError.class); in callConstructorReflectively_rethrowsError()
244 } catch (TestError e) { in callConstructorReflectively_rethrowsError()
266 private static class TestError extends Error { class in ReflectionHelpersTest
326 throw new TestError(); in throwError()
338 throw new TestError(); in staticThrowError()
345 throw new TestError(); in ThrowsError()
/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/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/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.py43 raise error.TestError('input facade: input device name not given')
50 raise error.TestError('input facade: input device name not given')
57 raise error.TestError('input facade: input device name not given')
68 raise error.TestError('input facade: input device name not given')
/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/site_tests/video_YouTubePage/
Dvideo_YouTubePage.py133 raise error.TestError(error)
153 raise error.TestError(
175 raise error.TestError(
193 raise error.TestError('perform_playing_test failed.')
226 raise error.TestError(
261 raise error.TestError(
287 raise error.TestError((
/external/autotest/client/cros/video/
Dyoutube_helper.py99 exception=error.TestError(
125 raise error.TestError(
157 raise error.TestError(
188 raise error.TestError(
219 raise error.TestError(
236 raise error.TestError(

12345678910>>...22