Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dtest_expectations.py87 def check_test_expectations(self, expectations_str, tests=None, overrides=None): argument
92 port=self._port_obj, expectations=expectations_str, full_test_list=tests,
115 self.check_test_expectations(expectations_str=expectations,
Dtest_expectations_unittest.py79 checker.check_test_expectations(expectations_str='\n'.join(lines),
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dchromium.py266 expectations_str = self.test_expectations()
275 self, all_test_files, expectations_str, self.test_configuration(),
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dprinting_unittest.py142 def get_result_summary(self, tests, expectations_str): argument
146 self._port, test_paths, expectations_str,
Dtest_expectations.py392 def _get_iterable_expectations(self, expectations_str): argument
396 iterable = [x + "\n" for x in expectations_str.split("\n")]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Drebaseline_chromium_webkit_tests.py178 expectations_str = self._rebaseline_port.test_expectations()
180 … self._rebaseline_port, None, expectations_str, self._rebaseline_port.test_configuration(), False)