Searched refs:test_expectations (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
H A Djson_layout_results_generator.py35 from layout_package import test_expectations namespace
134 summary.tests_by_expectation[test_expectations.SKIP]) &
135 summary.tests_by_timeline[test_expectations.NOW]),
138 self._get_failure_summary_entry(test_expectations.NOW),
142 test_expectations.NOW)), self.ALL_FIXABLE_COUNT)
144 self._get_failure_summary_entry(test_expectations.DEFER),
147 self._get_failure_summary_entry(test_expectations.WONTFIX),
166 timeline current test_expectations timeline to build entry for
167 (e.g., test_expectations.NOW, etc.)
173 summary.tests_by_expectation[test_expectations
[all...]
H A Dtest_failures.py33 import test_expectations namespace
41 one of the test_expectations result types - PASS, TEXT, CRASH, etc."""
44 return test_expectations.PASS
48 return test_expectations.CRASH
50 return test_expectations.TIMEOUT
54 return test_expectations.MISSING
60 return test_expectations.IMAGE_PLUS_TEXT
62 return test_expectations.TEXT
64 return test_expectations.IMAGE
H A Djson_results_generator.py39 from layout_package import test_expectations namespace
66 # Note that we omit test_expectations.FAIL from this list because
69 FAILURE_TO_CHAR = {test_expectations.CRASH: "C",
70 test_expectations.TIMEOUT: "T",
71 test_expectations.IMAGE: "I",
72 test_expectations.TEXT: "F",
73 test_expectations.MISSING: "O",
74 test_expectations.IMAGE_PLUS_TEXT: "Z"}
93 failures: Map of test name to a failure type (of test_expectations).
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
H A Drun_chromium_webkit_tests.py63 from layout_package import test_expectations namespace
86 TestExpectationsFile = test_expectations.TestExpectationsFile
127 self.tests_by_expectation[test_expectations.SKIP] = set()
227 expectations_str = self._port.test_expectations()
228 self._expectations = test_expectations.TestExpectations(
254 test_expectations.SKIP)
356 test_expectations.PASS, "passes")
358 test_expectations.FAIL, "failures")
360 test_expectations.FLAKY, "flaky")
362 test_expectations
[all...]
H A Drebaseline_chromium_webkit_tests.py58 from layout_package import test_expectations namespace
213 # -. update the tests in test_expectations file after rebaseline
216 test_expectations.TestExpectations(None,
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py107 def test_expectations(self): member in class:TestPort
H A Dchromium.py131 def test_expectations(self, options=None): member in class:ChromiumPort
135 test_expectations file. See test_expectations.py for more details."""
137 'layout_tests', 'test_expectations.txt')
H A Dbase.py412 def test_expectations(self): member in class:Port
416 test_expectations file. See test_expectations.py for more details."""
417 raise NotImplementedError('Port.test_expectations')
440 test_expectations and on dashboards, the rebaselining tool, etc.
H A Dmac.py106 def test_expectations(self): member in class:MacPort
114 # contents into the format expected by test_expectations.

Completed in 69 milliseconds