OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testwarn
(Results
1 - 19
of
19
) sorted by null
/external/autotest/client/site_tests/dummy_Fail/
control
22
job.run_test('dummy_Fail', tag='Warn', to_throw='
TestWarn
')
/external/autotest/client/site_tests/power_Resume/
power_Resume.py
29
except error.
TestWarn
:
/external/autotest/client/profilers/blktrace/
blktrace.py
43
raise error.
TestWarn
('No device specified for blktrace')
/external/autotest/client/site_tests/power_PSROccupancyTest/
power_PSROccupancyTest.py
82
raise error.
TestWarn
('Unable to disable PSR via xrandr.')
/external/autotest/server/site_tests/display_HotPlugNoisy/
display_HotPlugNoisy.py
130
raise error.
TestWarn
('; '.join(set(warns)))
/external/autotest/client/cros/ui/
ui_test_base.py
110
raise error.
TestWarn
(warn)
/external/autotest/client/site_tests/power_SuspendStress/
power_SuspendStress.py
83
raise error.
TestWarn
('%d non-fatal suspend failures in %d '
/external/autotest/client/site_tests/security_BundledExtensions/
security_BundledExtensions.py
151
raise error.
TestWarn
('Baseline mismatch, see error log.')
/external/autotest/server/site_tests/brillo_Gtests/
brillo_Gtests.py
79
raise error.
TestWarn
('No test executables found on the DUT')
/external/autotest/client/tests/kvm/tests/
enospc.py
151
except (virt_vm.VMError, error.
TestWarn
), e:
/external/curl/packages/OS400/
ccsidcurl.c
1106
static char
testwarn
= 1;
local
1114
if(
testwarn
) {
1115
testwarn
= 0;
/external/autotest/docs/
best-practices.md
152
| WARN | error.
TestWarn
| error.
TestWarn
should be used when side effects to the test running are encountered but are not directly related to the test running. For example, if you are testing Wifi and powerd crashes. *Currently* there are not any clear usecases for this and error.
TestWarn
should be generally avoided until further notice. |
/external/autotest/client/cros/
power_suspend.py
408
raise error.
TestWarn
('Ten tries failed due to whitelisted bug')
454
raise error.
TestWarn
(message)
/external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py
459
raise error.
TestWarn
('No test cases found for filter: %s!' %
464
raise error.
TestWarn
(
/external/clang/test/FixIt/
format-darwin.m
101
void
testWarn
() {
156
void
testWarn
() {
/external/autotest/client/common_lib/
error.py
230
class
TestWarn
(TestBaseException):
/external/autotest/client/cros/graphics/
graphics_utils.py
[
all
...]
/external/autotest/client/virt/
virt_vm.py
315
raise error.
TestWarn
("qemu-img check error. Some bad data "
327
raise error.
TestWarn
("Leaked clusters were noticed during "
/external/autotest/server/cros/
telemetry_runner.py
503
raise error.
TestWarn
('Telemetry Benchmark: %s'
Completed in 1624 milliseconds