[wpt-sync] Sync PR 36816 - [ComputePressure] Update LastRecordMap when needed
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox109 fixed)
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36816 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36816
Details from upstream follow.
Wei4 Wang <wei4.wang@intel.com> wrote:
[ComputePressure] Update LastRecordMap when needed
LastRecordMap need to be updated when unobserve() or disconnect()
is called according to spec [1].[1] https://wicg.github.io/compute-pressure/#the-unobserve-method
Bug: 1380310
Change-Id: Ia9622ba6aae4e1d25f3dfa787abefbab8975a4e5
Reviewed-on: https://chromium-review.googlesource.com/3996010
WPT-Export-Revision: c72477664b5e01f8cda892cdb8f02a78fbf4ce3a
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
FAIL
: 2
Safari
OK
: 1
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /compute-pressure/compute_pressure_timestamp.tentative.https.window.html [wpt.fyi]
- Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - disconnect() should update [[LastRecordMap]]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate:
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/619a5b27765f
https://hg.mozilla.org/mozilla-central/rev/55b28e3c46d5
Description
•