OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unexpected_failures
(Results
1 - 5
of
5
) sorted by null
/frameworks/webview/chromium/tools/
run_webview_cts.py
85
unexpected_failures
= failures.difference(EXPECTED_FAILURES)
86
if len(
unexpected_failures
) > 0:
88
for test in
unexpected_failures
:
91
unexpected_failures_count = len(
unexpected_failures
)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py
76
self.
unexpected_failures
= 0
119
self.
unexpected_failures
+= 1
/external/chromium_org/build/android/buildbot/
bb_device_steps.py
285
unexpected_passes,
unexpected_failures
, unexpected_flakes = (
287
if
unexpected_failures
:
288
_PrintDashboardLink('failed',
unexpected_failures
,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py
166
run_results.
unexpected_failures
,
168
"Exiting early after %d failures." % run_results.
unexpected_failures
)
layout_test_runner_unittest.py
117
run_results.
unexpected_failures
= 100
Completed in 1314 milliseconds