OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestFail
(Results
26 - 50
of
674
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py
36
raise error.
TestFail
('core pattern should have been %s, not %s' %
42
raise error.
TestFail
(
52
raise error.
TestFail
('core pattern should have been core, not %s' %
146
raise error.
TestFail
('Did not identify SIGSEGV cause')
149
raise error.
TestFail
('Did not identify crash address %s' %
155
raise error.
TestFail
('Did not show crash line on stack')
161
raise error.
TestFail
('Did not show recursion line on stack')
166
raise error.
TestFail
('Did not show main on stack')
215
raise error.
TestFail
('Could not find pid output from crasher: %s' %
271
raise error.
TestFail
(
[
all
...]
/external/autotest/client/tests/cgroup/
cgroup.py
32
raise error.
TestFail
("module not available/mounted")
47
raise error.
TestFail
('Some subtests failed (%s)' % err[:-2])
61
raise error.
TestFail
('Can\'t mount any cgroup modules')
92
raise error.
TestFail
("Some parts of cleanup failed%s" % err)
97
raise error.
TestFail
("cgroup init failed")
100
raise error.
TestFail
("smoke_test failed")
104
raise error.
TestFail
("Can't create cgroup")
154
raise error.
TestFail
("Memory filling failed (WO cgroup)")
159
raise error.
TestFail
("Process failed (WO cgroup); output:\n%s"
162
raise error.
TestFail
("Unsuccessful memory filling
[
all
...]
/external/autotest/client/site_tests/network_SIMLocking/
network_SIMLocking.py
60
raise error.
TestFail
('Cellular device did not complain although '
73
raise error.
TestFail
('Cellular device did not complain although '
90
raise error.
TestFail
( 'Failed to read SIM_LOCK_STATUS.')
101
raise error.
TestFail
('Failed to find LockEnabled key in '
113
raise error.
TestFail
('Failed to find LockType key in the '
125
raise error.
TestFail
('Failed to find LockType key in the '
137
raise error.
TestFail
('Failed to find LockRetriesLeft key '
140
raise error.
TestFail
('Malformed RetriesLeft: %s' %
160
raise error.
TestFail
('Expected SIM to be locked after reset.')
173
raise error.
TestFail
('Expected SIM to be puk-locked.'
[
all
...]
/external/autotest/client/site_tests/desktopui_KillRestart/
desktopui_KillRestart.py
22
error.
TestFail
('%s is not running at start of test' % binary),
30
raise error.
TestFail
('%s is not running before kill' % binary)
36
error.
TestFail
('%s is not running after kill' % binary),
/external/autotest/client/site_tests/hardware_TPMtspi/
hardware_TPMtspi.py
25
raise error.
TestFail
('Error creating a TpmController: %s', e)
64
raise error.
TestFail
('Error: %r' % e)
68
raise error.
TestFail
('Error closing tspi context')
/external/autotest/client/site_tests/network_TwoShills/
network_TwoShills.py
43
raise error.
TestFail
("shill not running at start")
47
raise error.
TestFail
("unable to determine default network device")
59
raise error.
TestFail
("shill did not exit within %d seconds" %
/external/autotest/client/site_tests/platform_CryptohomeMigrateChapsTokenClient/
platform_CryptohomeMigrateChapsTokenClient.py
31
raise error.
TestFail
('Unable to generate key for ' + user)
38
raise error.
TestFail
('Unable to remount users cryptohome')
41
raise error.
TestFail
('No Generated keys present for ' + user)
/external/autotest/client/site_tests/security_SysLogPermissions/
security_SysLogPermissions.py
22
raise error.
TestFail
('/var/log is not sticky')
24
raise error.
TestFail
('/var/log is not group syslog')
27
raise error.
TestFail
('/var/log/messages is not user syslog')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py
80
class
TestFail
(object):
104
class TestPyFail(
TestFail
, PyTest): pass
105
class TestCFail(
TestFail
, CTest): pass
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py
80
class
TestFail
(object):
104
class TestPyFail(
TestFail
, PyTest): pass
105
class TestCFail(
TestFail
, CTest): pass
/external/autotest/client/site_tests/power_PSROccupancyTest/
power_PSROccupancyTest.py
32
raise error.
TestFail
('sysfs entry for "enable_psr" is missing.')
39
raise error.
TestFail
('debugfs entry for PSR status is missing.')
42
raise error.
TestFail
(
46
raise error.
TestFail
('Unknown format in %s.' % debugfs_file_path)
61
error.
TestFail
('Unable to enable PSR via xrandr.')
76
raise error.
TestFail
(
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
bluetooth_Sanity_Discoverable.py
29
raise error.
TestFail
('Tester could not discover devices')
44
raise error.
TestFail
(
64
raise error.
TestFail
('DUT could not be reset to initial state')
80
raise error.
TestFail
('Tester could not be initialized')
88
raise error.
TestFail
('Expected device was not found')
101
raise error.
TestFail
('User indicated test failed')
/external/autotest/client/site_tests/desktopui_ScreenLocker/
desktopui_ScreenLocker.py
70
raise error.
TestFail
('Screen already locked')
78
exception=error.
TestFail
('Screenlock screen not visible'))
80
raise error.
TestFail
('Screen not locked')
87
raise error.
TestFail
('Error bubble prematurely visible')
90
exception=error.
TestFail
('Bad password bubble did not show'))
92
raise error.
TestFail
('Screen unlocked with bad password')
101
exception=error.
TestFail
('Failed to unlock screen'))
103
raise error.
TestFail
('Screen should be unlocked')
/external/autotest/client/site_tests/hardware_RealtekCardReader/
hardware_RealtekCardReader.py
18
raise error.
TestFail
("The Realtek card reader USB device was not "
29
raise error.
TestFail
("The card reader USB device was detected, but "
/external/autotest/client/site_tests/login_CryptohomeIncognito/
login_CryptohomeIncognito.py
19
raise error.
TestFail
('Expected to find a guest vault '
23
raise error.
TestFail
('Expected to NOT find a guest vault mounted.')
/external/autotest/client/site_tests/network_UdevRename/
network_UdevRename.py
81
raise error.
TestFail
('Failed to reload driver %s' % interface['driver'])
106
raise error.
TestFail
('Failed to perform %s on service %s' %
123
raise error.
TestFail
('udev not running')
126
raise error.
TestFail
('could not stop udev')
129
raise error.
TestFail
('could not restart udev')
132
raise error.
TestFail
('udev failed to stay running')
147
raise error.
TestFail
('Reset function failed')
162
raise error.
TestFail
('Interfaces changed after %s (%s != %s)' %
/external/autotest/server/site_tests/brillo_DiskSizeTest/
brillo_DiskSizeTest.py
26
@raise
TestFail
: The test failed.
31
raise error.
TestFail
('Failed to run df')
35
raise error.
TestFail
(
/external/autotest/server/site_tests/brillo_FastbootTest/
brillo_FastbootTest.py
20
@raise
TestFail
: The test failed.
30
raise error.
TestFail
(
37
raise error.
TestFail
(
/external/autotest/server/site_tests/brillo_KernelVersionTest/
brillo_KernelVersionTest.py
25
@raise
TestFail
: The test failed.
30
raise error.
TestFail
('Failed to check kernel version')
33
raise error.
TestFail
(
/external/autotest/client/site_tests/kernel_CrosECSysfs/
kernel_CrosECSysfs.py
30
raise error.
TestFail
('sysfs file problem: %s' % err)
53
raise error.
TestFail
("no '%s' field in %s" % (field, fullpath))
63
raise error.
TestFail
("%s not found. No driver?" % self.cros_ec)
73
raise error.
TestFail
('reboot help is weird: %s' % reboot)
/external/autotest/client/site_tests/network_3GModemPresent/
network_3GModemPresent.py
22
raise error.
TestFail
("Could not find cellular device")
/external/autotest/client/site_tests/network_NegotiatedLANSpeed/
network_NegotiatedLANSpeed.py
14
raise error.
TestFail
('interface failed to come up')
17
raise error.
TestFail
('interface failed to negotiate at 1000Mbps')
25
raise error.
TestFail
('test interface not found')
36
raise error.
TestFail
('unable to determine negotiated link speed')
/external/autotest/client/site_tests/platform_Rootdev/
platform_Rootdev.py
26
raise error.
TestFail
(
32
raise error.
TestFail
(
45
raise error.
TestFail
("Rootdev failed")
49
raise error.
TestFail
("Rootdev failed -s -d")
/external/autotest/server/site_tests/buffet_PrivetInfo/
buffet_PrivetInfo.py
18
raise error.
TestFail
('Expected: %r, actual: %r' % (expected, actual))
29
raise error.
TestFail
('Missing key: %s' % key)
32
raise error.
TestFail
('Key "%s" is empty' % key)
57
raise error.
TestFail
('Expected privet version 3.0')
/external/autotest/server/site_tests/platform_UReadAheadServer/
platform_UReadAheadServer.py
28
raise error.
TestFail
('"ureadahead" pack files were not created on '
Completed in 320 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>