HomeSort by relevance Sort by last modified time
    Searched refs:TestError (Results 1 - 25 of 511) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
network_WiFi_ChaosConfigFailure.py 33 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/tests/error_test_error/
error_test_error.py 9 raise error.TestError("This test always causes an error.")
  /external/autotest/server/cros/
time_util.py 15 @raises TestError: if error reading datetime or converting its value
22 raise error.TestError(err)
26 raise error.TestError('Error converting datetime string: %r', e)
  /external/autotest/client/site_tests/hardware_EC/
hardware_EC.py 39 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/platform_ImageLoader/
platform_ImageLoader.py 96 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/autotest/client/site_tests/platform_HighResTimers/
platform_HighResTimers.py 19 raise error.TestError('Timer resolution %d != 1 ns' % res)
24 except error.TestError, e:
  /external/autotest/client/cros/cellular/
modem_utils.py 13 except error.TestError:
  /external/autotest/client/cros/multimedia/
input_facade_native.py 42 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/server/tests/cleanup_test/
cleanup_test.py 11 raise error.TestError("Cleanup failed: " + str(e))
  /external/autotest/server/tests/verify_test/
verify_test.py 11 raise error.TestError("Verify failed: " + str(e))
  /external/libchrome/base/
scoped_clear_errno_unittest.cc 21 TEST(ScopedClearErrno, TestError) {
  /external/deqp/framework/common/
tcuDefs.hpp 77 class TestError : public TestException
80 TestError (const char* message, const char* expr, const char* file, int line);
81 TestError (const std::string& message);
82 virtual ~TestError (void) throw() {}
128 //! Throw TestError.
129 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
131 //! Throw TestError if condition X is not satisfied.
132 #define TCU_CHECK(X) do { if (!(!deGetFalse() && (X))) throw tcu::TestError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
134 //! Throw TestError if condition X is not satisfied.
135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __FILE__, __LINE__); } while(deGetFalse()
    [all...]
  /external/autotest/client/common_lib/feedback/
client.py 65 raise error.TestError('Client was not initialized')
67 raise error.TestError('Client was already finalized')
88 @raise TestError: There was an error during initialization.
91 raise error.TestError('Client was already initialized')
93 raise error.TestError('Client was already finalized')
114 @raise TestError: Query is invalid or not supported.
133 @raise TestError: There was an error while finalizing the client.
164 @raise TestError: Query preparation failed.
167 raise error.TestError('Prepare was already called')
186 @raise TestError: An error occurred during validation
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]
  /external/autotest/client/site_tests/audio_Aplay/
audio_Aplay.py 72 @raises error.TestError for invalid output or invalidly matching expected.
77 raise error.TestError('%s: %s' % (error_msg, results))
81 raise error.TestError('%s: expected=%s.' %
  /external/autotest/client/site_tests/hardware_GPIOSwitches/
hardware_GPIOSwitches.py 19 self._gpio = gpio.Gpio(error.TestError)
25 raise error.TestError(
  /external/autotest/client/site_tests/network_3GNoGobi/
network_3GNoGobi.py 33 raise error.TestError('Found files: %s' %
38 raise error.TestError('Found non-empty directories: %s' %
  /external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
network_Ipv6SimpleNegotiation.py 80 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/security_DeviceJail_AllowDeny/
security_DeviceJail_AllowDeny.py 30 raise error.TestError('Failed to open allowed jail')
37 raise error.TestError('Successfully opened denied jail')
  /external/autotest/server/site_tests/brillo_RecoverFromBadImage/
brillo_RecoverFromBadImage.py 36 @raise TestError: If a target slot could not be resolved.
50 raise error.TestError(
67 raise error.TestError('Error resolving device slots')
80 @raise TestError: If the partition name could not be mapped to a device.
90 raise error.TestError(
92 raise error.TestError(
105 @raise TestError: If we failed to get the block info for the device.
113 raise error.TestError(
127 @raise TestError: Something went wrong while trying to execute the test.
132 raise error.TestError('No image file provided'
    [all...]
  /external/autotest/client/site_tests/audio_AlsaAPI/
audio_AlsaAPI.py 58 @raises: error.TestError if there is no playback device.
68 raise error.TestError('There is no playback device')
90 @raises error.TestError if command fails.
97 raise error.TestError(
109 @raises error.TestError if command fails.
116 raise error.TestError(
127 @raises error.TestError if command fails.
134 raise error.TestError(
  /external/autotest/client/site_tests/hardware_Fan/
hardware_Fan.py 62 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/hardware_Keyboard/
hardware_Keyboard.py 63 raise error.TestError('No suitable keyboard found.')
67 raise error.TestError('Required key unsupported in %s' %
74 raise error.TestError('Key Capture Test failed : %s' % output);
76 raise error.TestError('Incorrect key pressed : %s' % output);
  /external/autotest/client/site_tests/network_WiMaxPresent/
network_WiMaxPresent.py 31 raise error.TestError('Could not find a WiMAX device.')
  /external/autotest/client/site_tests/platform_KernelVersion/
platform_KernelVersion.py 15 except error.TestError, e:

Completed in 1288 milliseconds

1 2 3 4 5 6 7 8 91011>>