[wpt-sync] Sync PR 43565 - compute pressure: Fix index for checking penalty event
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox122 fixed)
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43565 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43565
Details from upstream follow.
Arnaud Mandy <arnaud.mandy@intel.com> wrote:
compute pressure: Fix index for checking penalty event
The update is pushed in the vector after the penalty check.
If penalty is supposed to happen on the 50th update, the test won't be
able to detect it, because the penalty is happening between the 49th
and the 50th update. The test starts to check at 50th update,
so in other word, the test checks the time delta between the 51st and
50th update.Bug: 1501324
Change-Id: Ieb9b19462353d6d33c10090053979b2dfbb87fb6
Reviewed-on: https://chromium-review.googlesource.com/5099670
WPT-Export-Revision: 7110413f8bd59bdae696ea417536ad19403fdf52
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 6 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.html [wpt.fyi]
- Rate obfuscation mitigation should have been triggered, when changes is higher than minimum changes before penalty:
FAIL(Chrome:FAIL, Safari:FAIL)
- Rate obfuscation mitigation should have been triggered, when changes is higher than minimum changes before penalty:
Comment 5•1 year ago
|
||
| bugherder | ||
Description
•