Searched refs:include_expectations (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
D | queries.py | 142 …include_expectations = options.full or len(options.include_keyword) != 1 or len(options.exclude_ke… 145 …output.append("%s" % line.to_string(None, include_modifiers, include_expectations, include_comment…
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
D | test_expectations.py | 447 …def to_string(self, test_configuration_converter, include_specifiers=True, include_expectations=Tr… argument 467 include_specifiers, include_expectations, include_comment) 495 …specifiers, name, expectations, comment, include_specifiers=True, include_expectations=True, inclu… argument 514 if include_expectations and new_expectations:
|