__init__(self, port, tests=None, include_generic=True, include_overrides=True, expectations_to_lint=None, force_expectations_pass=False) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
add_skipped_tests(self, tests_to_skip) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
BUILD_TYPES | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
EXPECTATION_DESCRIPTIONS | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
expectation_from_string(cls, string) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
EXPECTATION_ORDER | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
EXPECTATIONS | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
get_rebaselining_failures(self) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
has_pixel_failures(actual_results) | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
has_warnings(self) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
is_rebaselining(self, test) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
list_to_string(expectation_lines, test_configuration_converter=None, reconstitute_only_these=None) | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
matches_an_expected_result(self, test, result, pixel_tests_are_enabled) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
model(self) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
MODIFIERS | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
parse_all_expectations(self) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
parse_default_port_expectations(self) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
parse_generic_expectations(self) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
parse_override_expectations(self) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
readable_filename_and_line_number(self, line) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
remove_configuration_from_test(self, test, test_configuration) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
remove_pixel_failures(expected_results) | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
remove_rebaselined_tests(self, except_these_tests, filename) | webkitpy.layout_tests.models.test_expectations.TestExpectations | |
RESULT_TYPES | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
result_was_expected(result, expected_results, test_needs_rebaselining, test_is_skipped) | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
suffixes_for_expectations(expectations) | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |
TIMELINES | webkitpy.layout_tests.models.test_expectations.TestExpectations | static |