Searched refs:expectations_str (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | test_expectations.py | 87 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,
|
D | test_expectations_unittest.py | 79 checker.check_test_expectations(expectations_str='\n'.join(lines),
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | chromium.py | 266 expectations_str = self.test_expectations() 275 self, all_test_files, expectations_str, self.test_configuration(),
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | printing_unittest.py | 142 def get_result_summary(self, tests, expectations_str): argument 146 self._port, test_paths, expectations_str,
|
D | test_expectations.py | 392 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/ |
D | rebaseline_chromium_webkit_tests.py | 178 expectations_str = self._rebaseline_port.test_expectations() 180 … self._rebaseline_port, None, expectations_str, self._rebaseline_port.test_configuration(), False)
|