[webkit-changes] [WebKit/WebKit] 77ff84: [ Sequoia ] 3x TestWebKitAPI.ResourceLoad* (api-te...
youennf
noreply at github.com
Tue Dec 3 10:48:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 77ff8499a1f0b440c2d08b3b085101e045a843c9
https://github.com/WebKit/WebKit/commit/77ff8499a1f0b440c2d08b3b085101e045a843c9
Author: Youenn Fablet <youenn at apple.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadDelegate.mm
M Tools/TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadStatistics.mm
Log Message:
-----------
[ Sequoia ] 3x TestWebKitAPI.ResourceLoad* (api-tests) are constant failures
rdar://136525714
https://bugs.webkit.org/show_bug.cgi?id=280202
Reviewed by Chris Dumez.
We relax a bit the URL request class check to allow both mutable ans immutable NS url request classes.
ResourceRequest can either wrap a NSURLRequest or recreate a NSMutableURLRequest, depending on how the request is sent through IPC or manipulated.
If ResourceLoad delegates were API, it might be worth ensuring that the exposed request is NSURLRequest.
But this is not needed for this API test.
* Tools/TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadDelegate.mm:
(LoadInfo)):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadStatistics.mm:
(TEST(ResourceLoadStatistics, StorageAccessOnRedirectSitesWithQuirk)):
(TEST(ResourceLoadStatistics, StorageAccessGrantMultipleSubFrameDomains)):
Canonical link: https://commits.webkit.org/287288@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