Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ae0d4f1fea8977763cd51f6b63d0d5cc4be18587
https://github.com/WebKit/WebKit/commit/ae0d4f1fea8977763cd51f6b63d0d5cc4be18587
Author: Sam Sneddon <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M Tools/Scripts/webkitpy/common/system/filesystem.py
M Tools/Scripts/webkitpy/common/system/filesystem_mock.py
M Tools/Scripts/webkitpy/common/system/filesystem_unittest.py
M Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
M
Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py
Log Message:
-----------
run-webkit-tests should support recursive globs
https://bugs.webkit.org/show_bug.cgi?id=317871
Reviewed by Elliott Williams.
Patterns using ** passed to run-webkit-tests silently matched nothing
below the top level of LayoutTests because LayoutTestFinder.get_tests()
did not pass recursive=True when expanding the directory portion of glob
patterns via fs.glob().
* Tools/Scripts/webkitpy/common/system/filesystem.py:
(FileSystem.glob):
* Tools/Scripts/webkitpy/common/system/filesystem_mock.py:
(MockFileSystem.glob):
* Tools/Scripts/webkitpy/common/system/filesystem_unittest.py:
(GenericFileSystemTests.setup_generic_test_dir):
(GenericFileSystemTests.test_glob__double_star_recursive):
(GenericFileSystemTests.test_glob__double_star_default_non_recursive):
* Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py:
(LayoutTestFinder.get_tests):
*
Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_unittest.py:
(LayoutTestFinderTests.test_get_tests__double_star_glob):
Canonical link: https://commits.webkit.org/315857@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications