[webkit-changes] [WebKit/WebKit] c4b144: [webkitpy] Change update-expectations to use ios i...
Ben
noreply at github.com
Mon Dec 16 11:29:55 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c4b144fae478f60e453ef4b18ab9cd7e571876f1
https://github.com/WebKit/WebKit/commit/c4b144fae478f60e453ef4b18ab9cd7e571876f1
Author: Ben Schwartz <ben_schwartz at apple.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M Tools/Scripts/webkitpy/common/net/bugzilla/results_fetcher.py
M Tools/Scripts/webkitpy/common/net/bugzilla/results_fetcher_unittest.py
Log Message:
-----------
[webkitpy] Change update-expectations to use ios instead of ios-wk2.
https://bugs.webkit.org/show_bug.cgi?id=284658
rdar://141459504
Reviewed by Sam Sneddon.
The ios-wk2 folder no longer exists in LayoutTests/platform (as we haven't made
a distinction in embedded testing between wk1 and wk2 in many years). Despite
this change, the update-expectations script still auto-imports to ios-wk2 by
default.
This change modifies the underlying code in webkitpy to use ios instead of
ios-wk2.
* Tools/Scripts/webkitpy/common/net/bugzilla/results_fetcher.py:
-> (_platform_name_for_bot): Change ios-wk2 -> ios.
* Tools/Scripts/webkitpy/common/net/bugzilla/results_fetcher_unittest.py:
-> (MockRequestsGet.__init__): Ditto.
-> (ResultsFetcherTest.test_lookup_ews_results_from_bugzilla): Ditto.
Canonical link: https://commits.webkit.org/287901@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