Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py876 def _tests_from_skipped_file_contents(self, skipped_file_contents): argument
878 for line in skipped_file_contents.split('\n'):
894 skipped_file_contents = self._filesystem.read_text_file(filename)
895 tests_to_skip.extend(self._tests_from_skipped_file_contents(skipped_file_contents))