Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations.py418 def merge_expectation_lines(line1, line2, model_all_expectations): argument
424 if model_all_expectations and line1.filename != line2.filename:
431 if model_all_expectations:
558 …e.merge_expectation_lines(self._test_to_expectation_line[test], line, model_all_expectations=False)
637 model_all_expectations=False): argument
647 if model_all_expectations:
648 ….merge_expectation_lines(self.get_expectation_line(test), expectation_line, model_all_expectations)
911 …ort, tests=None, include_overrides=True, expectations_dict=None, model_all_expectations=False, is_… argument
915 self._model_all_expectations = self._is_lint_mode or model_all_expectations
1054 … model.add_expectation_line(expectation_line, model_all_expectations=self._model_all_expectations)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dlayout_tests_mover.py160 …t_expectations = TestExpectations(self._port, include_overrides=False, model_all_expectations=True)