Home | History | Annotate | Download | only in layout_package

Lines Matching refs:port_obj

70 def summarize_results(port_obj, expectations, result_summary, retry_summary, test_timings, only_unexpected):
76 port_obj: interface to port-specific hooks
122 test = port_obj.relative_test_filename(filename)
180 results['uses_expectations_file'] = port_obj.name().find('chromium') != -1
181 results['layout_tests_dir'] = port_obj.layout_tests_dir()
182 results['has_wdiff'] = port_obj.wdiff_available()
183 results['has_pretty_patch'] = port_obj.pretty_patch_available()