Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dlint_test_expectations_unittest.py50 def bot_expectations(self): member in FakePort
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations.py1072 bot_expectations = self._port.bot_expectations()
1074 for test_name in bot_expectations:
1075 … expectation_line = self._parser.expectation_line_for_test(test_name, bot_expectations[test_name])
Dtest_expectations_unittest.py271 def bot_expectations(): function
273 self._port.bot_expectations = bot_expectations
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py1243 def bot_expectations(self): member in Port