Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations.py104 def _create_expectation_line(self, test_name, expectations, file_name): member in TestExpectationParser
113 …expectation_line = self._create_expectation_line(test_name, expectations, '<Bot TestExpectations>')
121 …expectation_line = self._create_expectation_line(test_name, [TestExpectationParser.PASS_EXPECTATIO…