[webkit-changes] [WebKit/WebKit] 49912e: run-webkit-tests logs misleading warnings about sk...
Sam Sneddon
noreply at github.com
Thu Apr 18 08:05:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 49912e9ab15c35e021ed52ab695097aa03da9619
https://github.com/WebKit/WebKit/commit/49912e9ab15c35e021ed52ab695097aa03da9619
Author: Sam Sneddon <gsnedders at apple.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M Tools/Scripts/webkitpy/port/base.py
Log Message:
-----------
run-webkit-tests logs misleading warnings about skipped tests not existing
https://bugs.webkit.org/show_bug.cgi?id=272766
rdar://104513242
Reviewed by Jonathan Bedard.
When skipping tests for other platforms, we add the relevant directories
as skipped expectations to TestExpectations. However, if these
directories are outside of the LayoutTests directory then we incorrectly
pass these to TestExpectations as bogus paths.
* Tools/Scripts/webkitpy/port/base.py:
(Port._tests_for_other_platforms):
Canonical link: https://commits.webkit.org/277674@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list