Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aafee1bd8c1d4abc2794dcaab5edf88b47a4d34c
https://github.com/WebKit/WebKit/commit/aafee1bd8c1d4abc2794dcaab5edf88b47a4d34c
Author: Sam Sneddon <[email protected]>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/imported/w3c/resources/resource-files.json
M
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-clip-padding-box-with-border-radius.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-image-image-type-001.htm
M
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-image-slice-005.htm
M
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-image-slice-007.htm
A
LayoutTests/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/unset_context_name-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be-expected.txt
M Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
M
Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_legacy_unittest.py
M Tools/Scripts/webkitpy/port/test.py
M Tools/Scripts/webkitpy/w3c/test_importer.py
M Tools/Scripts/webkitpy/w3c/test_importer_unittest.py
Log Message:
-----------
css/background-origin/ tests are not seen by run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=303792
rdar://166101995
Reviewed by Brianna Fan.
This:
* Fixes TestImporter to remove files from resource-files.json,
* Removes from resource-files.json everything that appears as a test
in the WPT manifest,
* Updates expectations and rebaselines all those tests,
* Fixes -crash.https.html to be picked up as a crash test, by using
the WPT manifest logic directly.
* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/resources/resource-files.json:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-clip-padding-box-with-border-radius.html:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-image-image-type-001.htm:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-image-slice-005.htm:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-image-slice-007.htm:
*
LayoutTests/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/unset_context_name-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be-expected.txt:
Added.
* Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py:
(LayoutTestFinder.is_wpt_crash_test):
*
Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_legacy_unittest.py:
* Tools/Scripts/webkitpy/port/test.py:
* Tools/Scripts/webkitpy/w3c/test_importer.py:
(TestImporter.__init__):
(TestImporter.find_importable_tests):
(TestImporter.import_tests):
(TestImporter.update_tests_options):
(TestImporter._already_identified_as_resource_file): Deleted.
* Tools/Scripts/webkitpy/w3c/test_importer_unittest.py:
Canonical link: https://commits.webkit.org/305533@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications