Home
last modified time | relevance | path

Searched refs:summarize_results (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dmanager.py249 …summarized_full_results = test_run_results.summarize_results(self._port, self._expectations, initi…
250 …summarized_failing_results = test_run_results.summarize_results(self._port, self._expectations, in…
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_run_results_unittest.py93 …return test_run_results.summarize_results(port, initial_results.expectations, initial_results, ret…
Dtest_run_results.py155 def summarize_results(port_obj, expectations, initial_results, retry_results, enabled_pixel_tests_i… function