Closed
Bug 1660497
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 25182 - Fix test flake in animation-state-changes-positive-playback-rate.html
Categories
(Core :: DOM: Animation, task, P4)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
97.58 KB,
text/plain
|
Details |
Sync web-platform-tests PR 25182 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25182
Details from upstream follow.
Kevin Ellis <kevers@chromium.org> wrote:
Fix test flake in animation-state-changes-positive-playback-rate.html
The flake is caused by limited precision of timeline times. When
comparing times with >=, the boundary time needs to factor in error
tolerance.The virtual/threaded-no-composited-antialiasing variant of this test
had a recent flake score of 954.Bug: 623434
Change-Id: I44b41da1326849da4b3dec30cea76be6673e0b17Reviewed-on: https://chromium-review.googlesource.com/2368500
WPT-Export-Revision: 591edb5810b8eaf4d2c3c7164f104607842c7530
Assignee | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM: Animation
Product: Testing → Core
Assignee | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9e7fd8563fe4f527bf8ef7b1b91bb7abb564743
Assignee | ||
Comment 2•5 years ago
|
||
# CI Results
Ran 6 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 156 tests
## Status Summary
### Firefox
OK : 78[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt] 120[GitHub]
PASS : 3286[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt] 3291[GitHub]
FAIL : 86[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt] 418[GitHub]
TIMEOUT: 25
ERROR : 7
### Chrome
OK : 127
PASS : 3353
FAIL : 227
TIMEOUT: 2
### Safari
OK : 120
PASS : 1553
FAIL : 871
TIMEOUT: 25
ERROR : 7
## Links
[Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9e7fd8563fe4f527bf8ef7b1b91bb7abb564743)
[GitHub PR Head](https://wpt.fyi/results/?sha=15a3df67075380d2de9a08d58b163f8617eefaf2&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=15a3df67075380d2de9a08d58b163f8617eefaf2&label=pr_base)
## Details
### Firefox-only Failures
/web-animations/interfaces/Animatable/animate.html
animate() with pseudoElement parameter creates an Animation object for ::first-line: FAIL
(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eac105c8f99c
[wpt PR 25182] - Fix test flake in animation-state-changes-positive-playback-rate.html, a=testonly
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•