Bug 284190
| Summary: | REGRESSION (285696@main): [ Sequoia wk2 ] http/tests/privateClickMeasurement/send-attribution-conversion-request.https.html is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | charliew, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
http/tests/privateClickMeasurement/send-attribution-conversion-request.https.html
This test showing as a failure on the flakiness dashboard most recently can be bisected to https://commits.webkit.org/285696@main, where the test expectation was removed as part of webkit.org/b/281984.
The flakiness dashboard does show it consistently failing before commmit 285696@main on Sequoia since the bring-up.
This issue can be reproduced using the command:
run-webkit-tests --no-retry --force --iterations=1 http/tests/privateClickMeasurement/send-attribution-conversion-request.https.html
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2FprivateClickMeasurement%2Fsend-attribution-conversion-request.https.html&version_name=Sequoia
Diff:
--------
Frame: '<!--frame1-->'
--------
-Cookies are: cookieSetAsFirstParty = 1
+Cookies are:
--------
Frame: '<!--frame2-->'
@@ -34,9 +34,9 @@
--------
Frame: '<!--frame4-->'
--------
-Cookies are: cookieSetAsFirstParty = 1
+Cookies are:
--------
Frame: '<!--frame5-->'
--------
-Cookies are: cookieSetAsFirstParty = 1
+Cookies are:
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141066034>
Karl Rackler
https://github.com/WebKit/WebKit/pull/37561
EWS
Test gardening commit 287457@main (b32b65a0b29b): <https://commits.webkit.org/287457@main>
Reviewed commits have been landed. Closing PR #37561 and removing active labels.
Karl Rackler
Adding these two tests to the list with same regression point.
imported/w3c/web-platform-tests/html/anonymous-iframe/cookie.tentative.https.window.html
imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/anonymous-iframe/cookie.tentative.https.window.html
History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fcross-origin-embedder-policy%2Fanonymous-iframe%2Fcookie.tentative.https.window.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fanonymous-iframe%2Fcookie.tentative.https.window.html
Diff:
imported/w3c/web-platform-tests/html/anonymous-iframe/cookie.tentative.https.window.html
imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/anonymous-iframe/cookie.tentative.https.window.html
PASS Setup
FAIL Anonymous same-origin iframe is loaded without credentials assert_equals: expected (undefined) undefined but got (string) "same_origin"
-FAIL Anonymous cross-origin iframe is loaded without credentials assert_equals: expected (undefined) undefined but got (string) "cross_origin"
+PASS Anonymous cross-origin iframe is loaded without credentials
FAIL same_origin anonymous iframe can't send same_origin credentials assert_equals: expected (undefined) undefined but got (string) "same_origin"
-FAIL same_origin anonymous iframe can't send cross_origin credentials assert_equals: expected (undefined) undefined but got (string) "cross_origin"
-FAIL cross_origin anonymous iframe can't send cross_origin credentials assert_equals: expected (undefined) undefined but got (string) "cross_origin"
-FAIL cross_origin anonymous iframe can't send same_origin credentials assert_equals: expected (undefined) undefined but got (string) "same_origin"
+PASS same_origin anonymous iframe can't send cross_origin credentials
+PASS cross_origin anonymous iframe can't send cross_origin credentials
+PASS cross_origin anonymous iframe can't send same_origin credentials
FAIL same_origin anonymous iframe can't send same_origin credentials on child iframe assert_equals: expected (undefined) undefined but got (string) "same_origin"
-FAIL same_origin anonymous iframe can't send cross_origin credentials on child iframe assert_equals: expected (undefined) undefined but got (string) "cross_origin"
-FAIL cross_origin anonymous iframe can't send cross_origin credentials on child iframe assert_equals: expected (undefined) undefined but got (string) "cross_origin"
-FAIL cross_origin anonymous iframe can't send same_origin credentials on child iframe assert_equals: expected (undefined) undefined but got (string) "same_origin"
+PASS same_origin anonymous iframe can't send cross_origin credentials on child iframe
+PASS cross_origin anonymous iframe can't send cross_origin credentials on child iframe
+PASS cross_origin anonymous iframe can't send same_origin credentials on child iframe
EWS
Test gardening commit 287762@main (c2ec1def350c): <https://commits.webkit.org/287762@main>
Reviewed commits have been landed. Closing PR #37855 and removing active labels.