Intermittent /css/css-contain/content-visibility/animation-display-lock.html | single tracking bug
Categories
(Core :: Layout, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: jihye)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, intermittent-testcase)
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
Bug 1861378 - Intermittent /css/css-contain/content-visibility/animation-display-lock.html, r?emilio
48 bytes,
text/x-phabricator-request
|
Details | Review |
Filed by: csabou [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=433860282&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Q6iXFdv2TXmSD08qNa3Etg/runs/0/artifacts/public/logs/live_backing.log
[task 2023-10-26T10:19:36.151Z] 10:19:36 INFO - TEST-OK | /html/browsers/origin/origin-keyed-agent-clusters/popups/opener-no-openee-yes-port.sub.https.html | took 2454ms
[task 2023-10-26T10:19:36.152Z] 10:19:36 INFO - TEST-START | /html/browsers/origin/origin-keyed-agent-clusters/popups/opener-no-openee-yes-same.sub.https.html
[task 2023-10-26T10:19:36.155Z] 10:19:36 INFO - PID 26742 | [Child 27142, Main Thread] WARNING: could not set real-time limit in CubebUtils::InitLibrary: file /builds/worker/checkouts/gecko/dom/media/CubebUtils.cpp:658
[task 2023-10-26T10:19:36.166Z] 10:19:36 INFO - Closing window 6018d5b0-0ccb-4795-b2e3-37f798cf22cc
[task 2023-10-26T10:19:37.018Z] 10:19:37 INFO -
[task 2023-10-26T10:19:37.018Z] 10:19:37 INFO - TEST-UNEXPECTED-FAIL | /css/css-contain/content-visibility/animation-display-lock.html | Animation events do not fire for a CSS animation running in a display locked subtree - assert_true: The animationiteration event fires once the animation is no longer display locked expected true got false
[task 2023-10-26T10:19:37.018Z] 10:19:37 INFO - @http://web-platform.test:8000/css/css-contain/content-visibility/animation-display-lock.html:77:14
[task 2023-10-26T10:19:37.018Z] 10:19:37 INFO - ...
[task 2023-10-26T10:19:37.018Z] 10:19:37 INFO - TEST-OK | /css/css-contain/content-visibility/animation-display-lock.html | took 3091ms
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 2•2 years ago
|
||
There is a meta annotation for animation-display-lock.html on linux, but the test works completely now.
This patch removes the unnecessary meta annotations
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
This bug is related to https://bugzilla.mozilla.org/show_bug.cgi?id=1702083
| Comment hidden (Intermittent Failures Robot) |
Comment 5•2 years ago
|
||
I've tried to reproduce locally playing with --enable-optimize --enable-debug build config --rerun, --verify-chaos-mode and --debugger=rr and failed to do so.
Comment 4 shows a recent failure in debug build (not covered by existing annotation)
So not sure what to do here.
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Last failure (not covered by current animation-display-lock.html.ini) happened with linux1804-64-qr debug no-fission on 2023-11-16. It's possible that this was fixed by most recent changes. As I suggest in bug 1785541 comment 49, we can probably land Jihye's patch and see whether the intermittent failures starts showing up again (assuming this is the usual way to handle this kind of failures).
Comment 8•2 years ago
|
||
(In reply to Frédéric Wang from comment #7)
Last failure (not covered by current animation-display-lock.html.ini) happened with linux1804-64-qr debug no-fission on 2023-11-16. It's possible that this was fixed by most recent changes. As I suggest in bug 1785541 comment 49, we can probably land Jihye's patch and see whether the intermittent failures starts showing up again (assuming this is the usual way to handle this kind of failures).
I stand corrected. I can reproduce locally with a non-optimized release build with
./mach wpt --rerun 10 --verify-chaos-mode --pause-on-unexpected --debugger=rr /css/css-contain/content-visibility/content-visibility-auto-relevancy-updates.html /css/css-contain/content-visibility/content-visibility-vs-scrollIntoView-003.html /css/css-contain/content-visibility/content-visibility-vs-scrollIntoView-002.html /css/css-contain/content-visibility/animation-display-lock.html /css/css-contain/content-visibility/slot-content-visibility-8-crash.html /css/css-contain/content-visibility/content-visibility-resize-observer-no-error.html
and with a debug build with too.
./mach wpt --rerun 10 /css/css-contain/content-visibility/content-visibility-auto-relevancy-updates.html /css/css-contain/content-visibility/content-visibility-vs-scrollIntoView-003.html /css/css-contain/content-visibility/content-visibility-vs-scrollIntoView-002.html /css/css-contain/content-visibility/animation-display-lock.html /css/css-contain/content-visibility/slot-content-visibility-8-crash.html /css/css-contain/content-visibility/content-visibility-resize-observer-no-error.html
| Comment hidden (Intermittent Failures Robot) |
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
Comment 13•2 years ago
|
||
| bugherder | ||
Description
•