[wpt-sync] Sync PR 46147 - Add filtering ID WPTs
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox128 fixed)
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46147 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46147
Details from upstream follow.
Alex Turner <alexmt@chromium.org> wrote:
Add filtering ID WPTs
Adds Web Platform Tests for Private Aggregation's new filtering ID
feature. Also enables the feature for all existing Private Aggregation
WPTs and fixes as necessary (to account for the report format changes).Bug: 330744610
Change-Id: Ia1fe4808178a40c5f793e8d5f809e603d6f91b54
Reviewed-on: https://chromium-review.googlesource.com/5522515
WPT-Export-Revision: 585f340c30cad2c7ccb7059d8965e332e6231869
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 7 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 7
Chrome
TIMEOUT
: 2
NOTRUN
: 6
Safari
OK
: 1
FAIL
: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /private-aggregation/shared-storage-surface-filtering-id.https.html [wpt.fyi]
- no filtering ID max bytes:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
) - explicit default filtering ID max bytes:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - max filtering ID max bytes:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - too big filtering ID max bytes:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - zero filtering ID max bytes:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - negative filtering ID max bytes:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - wrong type filtering ID byte size:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
)
- no filtering ID max bytes:
https://hg.mozilla.org/mozilla-central/rev/e9cfc2a89117
https://hg.mozilla.org/mozilla-central/rev/537a64ea18bf
Description
•