Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c7a31322c9a0f4177b1f469b88f5a60967273e4b
https://github.com/WebKit/WebKit/commit/c7a31322c9a0f4177b1f469b88f5a60967273e4b
Author: Sam Sneddon <[email protected]>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
M Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
M Tools/Scripts/webkitpy/layout_tests/models/test_expectations_unittest.py
M Tools/Scripts/webkitpy/port/base.py
M Tools/Scripts/webkitpy/port/port_testcase.py
M Tools/Scripts/webkitpy/port/test.py
M Tools/Scripts/webkitpy/port/win.py
Log Message:
-----------
[webkitpy] Remove vestigle skipped feature support
https://bugs.webkit.org/show_bug.cgi?id=248234
Reviewed by Jonathan Bedard.
This removes Port._skipped_tests_for_unsupported_features and
simplifies Port.skipped_layout_tests, along with addressing an old
FIXME saying to move code from TestExpectations.parse_all_expectations
to Port.skipped_layout_tests.
* Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py:
(FakePort.skipped_layout_tests):
* Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py:
(TestExpectations.parse_all_expectations): Fix the FIXME.
* Tools/Scripts/webkitpy/layout_tests/models/test_expectations_unittest.py:
(SkippedTests.check):
(SkippedTests.test_skipped_entry_dont_exist):
* Tools/Scripts/webkitpy/port/base.py:
(Port.skipped_layout_tests):
(Port._tests_for_other_platforms):
(Port._skipped_tests_for_unsupported_features): Deleted.
* Tools/Scripts/webkitpy/port/port_testcase.py:
(PortTestCase.test_skipped_layout_tests):
* Tools/Scripts/webkitpy/port/test.py:
* Tools/Scripts/webkitpy/port/win.py:
(WinPort.test_search_path): Add a comment, to keep me sane in future.
Canonical link: https://commits.webkit.org/257099@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes