Home | History | Annotate | Download | only in layout_package

Lines Matching refs:expectations

70 def summarize_results(port_obj, expectations, result_summary, retry_summary, test_timings, only_unexpected):
77 expectations: test_expectations.TestExpectations object
109 for expecation_string, expectation_enum in TestExpectationsFile.EXPECTATIONS.iteritems():
123 expected = expectations.get_expectations_string(filename)
133 actual.extend(expectations.get_expectations_string(filename).split(" "))
178 # FIXME: If non-chromium ports start using an expectations file,
286 """Parse the expectations from the test_list files and return a data
394 expectations so that the stats are calculated correctly.
794 if result in TestExpectationsFile.EXPECTATIONS:
795 result_enum_value = TestExpectationsFile.EXPECTATIONS[result]
808 expectations.json: This is used by the flakiness dashboard.
829 expectations_path = self._fs.join(self._results_directory, "expectations.json")
846 json_files = ["expectations.json", "incremental_results.json", "full_results.json"]