Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_run_results.py193 expected = expectations.get_expectations_string(test_name)
206 actual.extend(expectations.get_expectations_string(test_name).split(" "))
Dtest_expectations.py605 def get_expectations_string(self, test): member in TestExpectationsModel
976 def get_expectations_string(self, test): member in TestExpectations
977 return self._model.get_expectations_string(test)
Dtest_expectations_unittest.py162 self.assertEqual(self._exp.get_expectations_string(
333 self.assertEqual('NOTRUN', self._exp.get_expectations_string(notrun))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dlayout_test_runner.py178 exp_str = self._expectations.get_expectations_string(result.test_name)