[wpt-sync] Sync PR 43115 - Protected Audiences: Enable Interest Group Cache
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43115 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43115
Details from upstream follow.
Abigail Katcoff <abigailkatcoff@chromium.org> wrote:
Protected Audiences: Enable Interest Group Cache
Enable flag for caching interest groups. In addition, fix web platform
tests which were failing as a result.join-leave-ad-interest-group.https.window:
This test was failing because an expired object was being returned by the
cache.private-network-access/fenced-frame-no-preflight-required
This test failed because multiple auctions were run in parallel in a way
incompatible with the cache. Each auction expected to be run on an
interest group with the same name/owner but different renderURL but the
cache would cause the same renderURL to be called across multiple
auctions.Change-Id: If01184326294bd1e612d95ca7ca2a159f7d6c987
Reviewed-on: https://chromium-review.googlesource.com/5025155
WPT-Export-Revision: 4c8e77884d328ff93d367e5b2c0174f6152825c1
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 8
Chrome
OK
: 1
FAIL
: 8
Safari
OK
: 1
FAIL
: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fetch/private-network-access/fenced-frame-no-preflight-required.tentative.https.window.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
] (Chrome:OK
, Safari:OK
)- local to local: no preflight required.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - local to private: no preflight required.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - local to public: no preflight required.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - private to private: no preflight required.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - private to public: no preflight required.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - public to public: no preflight required.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - treat-as-public-address to public: no preflight required.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - treat-as-public-address to local: optional preflight:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- local to local: no preflight required.:
Tests Disabled in Gecko Infrastructure
- /fetch/private-network-access/fenced-frame-no-preflight-required.tentative.https.window.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
] (Chrome:OK
, Safari:OK
)
Comment 5•2 years ago
|
||
bugherder |
Description
•