Home
last modified time | relevance | path

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

12345678910>>...24

/external/flatbuffers/tests/
Dtest.cpp1244 # define TestError(src, ...) \ macro
1247 # define TestError(src, ...) \ macro
1255 TestError("table X { Y:byte; } root_type X; { Y: 999 }", "does not fit"); in ErrorTest()
1256 TestError("\"\0", "illegal"); in ErrorTest()
1257 TestError("\"\\q", "escape code"); in ErrorTest()
1258 TestError("table ///", "documentation"); in ErrorTest()
1259 TestError("@", "illegal"); in ErrorTest()
1260 TestError("table 1", "expecting"); in ErrorTest()
1261 TestError("table X { Y:[[int]]; }", "nested vector"); in ErrorTest()
1262 TestError("table X { Y:1; }", "illegal type"); in ErrorTest()
[all …]
/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/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()
131 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
134 #define TCU_CHECK(X) do { if (!(!deGetFalse() && (X))) throw tcu::TestError(DE_NULL, #X, __FILE__…
137 #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.py118 except (error.TestError, dbus.DBusException,
126 raise error.TestError('INIT_ERROR: %s' % str(e))
144 exception=error.TestError('Cannot find cellular device in shill. '
160 exception=error.TestError(
197 raise error.TestError('Cannot connect to shill, is shill running?')
214 raise error.TestError('Cannot get modem object at %s.' %
244 raise error.TestError('There is no SIM in the modem.')
251 raise error.TestError('Failed to read SIM lock status.')
256 raise error.TestError('Failed to read SIM LockEnabled status.')
258 raise error.TestError(
[all …]
/external/autotest/server/cros/network/
Dtelnet_helper.py38 raise error.TestError("Timed out while opening telnet connection")
58 raise error.TestError("Invalid command string %s" % cmd_str)
61 raise error.TestError("Telnet connection not open for commands")
67 raise error.TestError("Connection closed. EOFError (%s)" % e)
72 raise error.TestError("Connection closed. Socket error (%s)." % e)
82 raise error.TestError("Connection closed. EOFError (%s)" % e)
85 raise error.TestError("Telnet command failed to return valid data. "
Dattenuator_controller.py41 raise error.TestError('Unexpected RvR host name %r.' % hostname)
120 raise error.TestError('Attenuation did not set as expected '
122 except error.TestError:
126 raise error.TestError('Attenuation did not set as expected '
164 raise error.TestError("No signal detected.")
167 raise error.TestError("Requested signal level (%d) is either "
182 raise error.TestError("No signal detected.")
194 except (timeout_util.TimeoutError, error.TestError,
196 raise error.TestError("Not able to set wifi signal to requested "
Dattenuator.py68 raise error.TestError("Connection not open!")
71 raise error.TestError("Attenuator channel out of range! Requested "
76 raise error.TestError("Requested attenuator value %d not in range "
82 raise error.TestError("Error while setting attenuation on %d" %
92 raise error.TestError("Connection not open!")
95 raise error.TestError("Attenuator channel out of range! Requested "
/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/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/server/cros/
Dfilesystem_util.py32 raise error.TestError('Failed to make root filesystem writable')
59 raise error.TestError('Executing remount command on DUT failed')
82 raise error.TestError('Executing command on DUT failed')
101 raise error.TestError('Executing command on DUT failed')
108 raise error.TestError('Command output not in expected format')
/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/site_tests/hardware_EC/
Dhardware_EC.py49 raise error.TestError('Unable to start fan')
61 raise error.TestError('Unable to set fan speed')
71 raise error.TestError(
84 raise error.TestError('Battery communication failed')
90 raise error.TestError('Lightbar communication failed')
/external/autotest/client/common_lib/
Derror.py67 class TestError(TestBaseException): class
89 class UnhandledTestError(TestError):
92 if isinstance(unhandled_exception, TestError):
93 TestError.__init__(self, *unhandled_exception.args)
95 TestError.__init__(self, unhandled_exception)
101 TestError.__init__(self, msg)
119 class CmdError(TestError):
122 TestError.__init__(self, command, result_obj, additional_text)
153 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/site_tests/video_YouTubePage/
Dvideo_YouTubePage.py153 raise error.TestError(msg)
199 raise error.TestError(error)
219 raise error.TestError(
241 raise error.TestError(
259 raise error.TestError('perform_playing_test failed.')
292 raise error.TestError(
327 raise error.TestError(
351 raise error.TestError((
386 raise error.TestError((

12345678910>>...24