[wpt-sync] Sync PR 44824 - Add WPTs for auctionReportBuyersDebugModeConfig, fix crash identified
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox125 fixed)
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44824 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44824
Details from upstream follow.
Alex Turner <alexmt@chromium.org> wrote:
Add WPTs for auctionReportBuyersDebugModeConfig, fix crash identified
Adds Web Platform Tests for the feature that allows debug mode to be
specified for auctionReportBuyers reporting.Also fixes a crash identified by these tests. When an
auctionReportBuyersDebugModeConfig is provided and enabled is false, but
a debugKey is still provided, a TypeError is correctly thrown. The
auction should also fail at that point, but before this change that did
not occur. Instead, a CHECK was later hit.Bug: 41485586, 327247098
Change-Id: Ia843011ff1dd74a5e4ba48002f5bea1b77d074d0
Reviewed-on: https://chromium-review.googlesource.com/5328953
WPT-Export-Revision: 0e9028a63f0ea6ac713a2054bf87e2211ac4ece5
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 9 subtests
Status Summary
Firefox
OK
: 1
PASS
: 4
FAIL
: 5
Chrome
OK
: 1
PASS
: 4
FAIL
: 5
Safari
OK
: 1
PASS
: 4
FAIL
: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /private-aggregation/protected-audience-auction-report-buyers-debug-mode-surface.https.html [wpt.fyi]
- auctionReportBuyerDebugModeConfig missing:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - auctionReportBuyerDebugModeConfig with enabled true:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - auctionReportBuyerDebugModeConfig with enabled true and debug key:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - auctionReportBuyerDebugModeConfig with enabled false:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - auctionReportBuyerDebugModeConfig empty:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- auctionReportBuyerDebugModeConfig missing:
Comment 4•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7975a43123c0
https://hg.mozilla.org/mozilla-central/rev/b6c4ebc73fe2
Description
•