[webkit-changes] [WebKit/WebKit] 3c10a4: run-webkit-tests a/b shouldn't run platform/mac/a/b
Sam Sneddon
noreply at github.com
Wed May 17 09:03:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3c10a480a06d3197cd86c434dc68227fa78cb825
https://github.com/WebKit/WebKit/commit/3c10a480a06d3197cd86c434dc68227fa78cb825
Author: Sam Sneddon <gsnedders at apple.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_legacy.py
M Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_legacy_unittest.py
M Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
Log Message:
-----------
run-webkit-tests a/b shouldn't run platform/mac/a/b
https://bugs.webkit.org/show_bug.cgi?id=251847
Reviewed by Jonathan Bedard.
If you want the prior behaviour, you must run
`run-webkit-tests a/b 'platform/*/a/b'`.
* Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_legacy.py:
(LayoutTestFinder.find_tests_by_path): Remove _expanded_paths.
(LayoutTestFinder._expanded_paths): Deleted.
* Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder_legacy_unittest.py:
(LayoutTestFinderTests.test_find_platform_specific): Renamed to test_find_file_excludes_platform_specific.
(LayoutTestFinderTests.test_find_directory_includes_platform_specific): Renamed to test_find_directory_excludes_platform_specific, changed expectation.
* Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
(RunTest.serial_test_platform_tests_are_not_found):
(RunTest.serial_test_platform_tests_are_found): Renamed to serial_test_platform_tests_are_not_found, changed expectation.
Canonical link: https://commits.webkit.org/264151@main
More information about the webkit-changes
mailing list