HomeSort by relevance Sort by last modified time
    Searched refs:expectations_file (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations.py 61 for expectations_file in expectations_dict.keys():
62 if expectations_file in files_linted:
67 expectations_dict={expectations_file: expectations_dict[expectations_file]},
75 files_linted.add(expectations_file)
layout_tests_mover.py 179 expectations_file = self._port.path_to_generic_test_expectations_file()
180 self._filesystem.write_text_file(expectations_file,
182 self._scm.add(self._filesystem.relpath(expectations_file, self._scm.checkout_root))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
port_testcase.py 54 expectations_file=None, skips_file=None, host=None, config=None,

Completed in 166 milliseconds