Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_run_results.py236 …return expectations.matches_an_expected_result(test_name, result_type, port_obj.get_option('pixel_…
Dtest_expectations_unittest.py233 return self._exp.matches_an_expected_result(
Dtest_expectations.py982 def matches_an_expected_result(self, test, result, pixel_tests_are_enabled): member in TestExpectations
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dlayout_test_runner.py177 …expected = self._expectations.matches_an_expected_result(result.test_name, result.type, self._opti…