Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
Dprinting.py203 …self._print_test_list_timing("%s slowest tests that are not marked as SLOW and did not timeout/cra…
208 self._print_test_list_timing("Tests marked as SLOW:", slow_tests)
212 self._print_test_list_timing("Tests that timed out or crashed:", timeout_or_crash_tests)
215 def _print_test_list_timing(self, title, test_list): member in Printer