[webkit-changes] [WebKit/WebKit] 408eaa: REGRESSION (276015 at main): [iOS] WKHTTPCookieStore....
Matthew Finkel
noreply at github.com
Thu Mar 21 22:45:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 408eaa60b003960c066013716a338654f1f07c6f
https://github.com/WebKit/WebKit/commit/408eaa60b003960c066013716a338654f1f07c6f
Author: Matthew Finkel <sysrqb at apple.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKitCocoa/WKHTTPCookieStore.mm
Log Message:
-----------
REGRESSION (276015 at main): [iOS] WKHTTPCookieStore.SameSiteWithPatternMatch is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=271398
rdar://125179058
Reviewed by Alex Christensen.
The test that I added in 276015 at main is buggy. It passes on macOS for strange
and racy reasons, the iOS failure is correct. This change: 1) relaxes
third-party cookie blocking, which is necessary for testing the intended
behavior, 2) waits until a load finishes before proceeding with some tests, and
3) fixes a typo.
* Tools/TestWebKitAPI/Tests/WebKitCocoa/WKHTTPCookieStore.mm:
(TEST):
Canonical link: https://commits.webkit.org/276529@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