OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestFail
(Results
526 - 550
of
674
) sorted by null
<<
21
22
23
24
25
26
27
/external/autotest/client/cros/
chrome_binary_test.py
57
@raises: error.
TestFail
if there is error running the command.
77
raise error.
TestFail
('%s failed! %s' % (binary_to_run, e))
/external/autotest/client/cros/ui/
ui_test_base.py
143
raise error.
TestFail
('Test Failed. Please see image comparison '
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
autoupdate_CannedOmahaUpdate.py
144
raise error.
TestFail
('Update attempt failed.')
/external/autotest/client/site_tests/desktopui_HangDetector/
desktopui_HangDetector.py
83
raise error.
TestFail
('session_manager seems to have restarted')
/external/autotest/client/site_tests/hardware_Usb30Throughput/
hardware_Usb30Throughput.py
77
# Apparently self.postprocess_iteration is not called on
TestFail
79
# even on
TestFail
88
raise error.
TestFail
(msg)
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/
hardware_VideoDecodeCapable.py
47
"""Raises an
TestFail
when the assertion failed"""
49
raise error.
TestFail
(message % args)
64
@raise error.
TestFail
: when verification fails
/external/autotest/client/site_tests/kernel_ConfigVerify/
kernel_ConfigVerify.py
216
raise error.
TestFail
((", ".join(config.failures())))
/external/autotest/client/site_tests/kernel_ProtocolCheck/
kernel_ProtocolCheck.py
96
raise error.
TestFail
('required protocols are unsupported: %s' %
/external/autotest/client/site_tests/logging_CrashServices/
logging_CrashServices.py
87
raise error.
TestFail
("Failed to kill process %s" % process_path)
/external/autotest/client/site_tests/login_OwnershipTaken/
login_OwnershipTaken.py
65
raise error.
TestFail
('Policy not found.')
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py
85
raise error.
TestFail
('Could not reset zram - swapoff failed.')
255
@raise
TestFail
: Fails if hog could not allocate memory, or if
416
raise error.
TestFail
('The swap enable file said 0, but'
424
raise error.
TestFail
('The %s swap enable file should have'
432
raise error.
TestFail
('Our swap of %d K is not within 10%%'
/external/autotest/client/site_tests/platform_CryptohomeFio/
platform_CryptohomeFio.py
39
raise error.
TestFail
('Unknown keys in disk config')
/external/autotest/client/site_tests/platform_MemCheck/
platform_MemCheck.py
127
raise error.
TestFail
('Found incorrect values: %s' % error_list_str)
/external/autotest/client/site_tests/platform_OSLimits/
platform_OSLimits.py
165
raise error.
TestFail
('Found incorrect values: %s' %
/external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py
119
raise error.
TestFail
(
/external/autotest/client/site_tests/power_ARMSettings/
power_ARMSettings.py
47
raise error.
TestFail
(failures)
/external/autotest/client/site_tests/security_AccountsBaseline/
security_AccountsBaseline.py
110
raise error.
TestFail
('Baseline mismatch.')
/external/autotest/client/site_tests/security_NetworkListeners/
security_NetworkListeners.py
126
raise error.
TestFail
('Baseline mismatch')
/external/autotest/client/site_tests/security_ProfilePermissions/
security_ProfilePermissions.py
131
raise error.
TestFail
(
/external/autotest/client/site_tests/security_ReservedPrivileges/
security_ReservedPrivileges.py
98
raise error.
TestFail
('Baseline mismatch')
/external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
security_RootfsStatefulSymlinks.py
107
raise error.
TestFail
("Baseline mismatch")
/external/autotest/client/site_tests/security_StatefulPermissions/
security_StatefulPermissions.py
203
testfail
= False
207
testfail
= True
233
testfail
= True
239
testfail
= True
243
if
testfail
:
244
raise error.
TestFail
("Unexpected files/perms in stateful")
/external/autotest/client/site_tests/security_SysVIPC/
security_SysVIPC.py
110
raise error.
TestFail
('SysV IPCs did not match expectations')
/external/autotest/client/site_tests/touch_ScrollDirection/
touch_ScrollDirection.py
28
@raises
TestFail
if actual scrolling did not match expected.
43
raise error.
TestFail
('Page scroll was in wrong direction! '
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py
56
@raises error.
TestFail
for video_encode_accelerator_unittest failures.
76
except error.
TestFail
as test_failure:
Completed in 930 milliseconds
<<
21
22
23
24
25
26
27