Intermittent layout/base/tests/test_interactive_widget.html | single tracking bug
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: intermittent-bug-filer, Assigned: hiro)
References
Details
(Keywords: intermittent-failure, intermittent-testcase, leave-open, Whiteboard: [stockwell unknown][stockwell unknown])
Attachments
(5 files)
Filed by: sstanca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=469416395&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XrFraAYmTY6HKyYTCwATew/runs/0/artifacts/public/logs/live_backing.log
[task 2024-08-06T19:18:35.909Z] 19:18:35 INFO - TEST-START | layout/base/tests/test_interactive_widget.html
[task 2024-08-06T19:24:09.081Z] 19:24:09 INFO - Buffered messages logged at 19:18:35
[task 2024-08-06T19:24:09.081Z] 19:24:09 INFO - add_task | Entering
[task 2024-08-06T19:24:09.081Z] 19:24:09 INFO - add_task | Leaving
[task 2024-08-06T19:24:09.081Z] 19:24:09 INFO - add_task | Entering
[task 2024-08-06T19:24:09.081Z] 19:24:09 INFO - Buffered messages finished
[task 2024-08-06T19:24:09.081Z] 19:24:09 WARNING - TEST-UNEXPECTED-FAIL | layout/base/tests/test_interactive_widget.html | Test timed out. -
[task 2024-08-06T19:24:09.081Z] 19:24:09 WARNING - TEST-UNEXPECTED-FAIL | layout/base/tests/test_interactive_widget.html | [SimpleTest.finish()] No checks actually run. (You need to call ok(), is(), or similar functions at least once. Make sure you use SimpleTest.waitForExplicitFinish() if you need it.)
[task 2024-08-06T19:24:09.082Z] 19:24:09 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:426:16
[task 2024-08-06T19:24:09.082Z] 19:24:09 INFO - afterCleanup@SimpleTest/SimpleTest.js:1477:18
[task 2024-08-06T19:24:09.082Z] 19:24:09 INFO - executeCleanupFunction@SimpleTest/SimpleTest.js:1562:7
[task 2024-08-06T19:24:09.082Z] 19:24:09 INFO - TEST-OK | layout/base/tests/test_interactive_widget.html | took 330594ms
Comment hidden (Intermittent Failures Robot) |
Comment 2•4 months ago
|
||
There have been 51 total failures in the last 7 days.
There are:
- 11 failures on android-em-7-0-x86_64-lite-qr opt
- 20 failures on android-em-7-0-x86_64-qr opt
- 8 failures on android-em-7-0-x86_64-shippable-lite-qr opt
- 12 failures on android-em-7-0-x86_64-shippable-qr opt
Recent failure log.
Henri, as the owner of this component, can you help us assign the bug to someone? Thank you.
Comment hidden (Intermittent Failures Robot) |
Comment 4•4 months ago
|
||
Redirecting needinfo to the author of the test.
Assignee | ||
Comment 5•4 months ago
|
||
Thanks Henri for redirecting the needinfo to me.
So far, the failures have happened only with --enable-xorigin-tests.
Locally I can see a different failure, "FAIL Waiting for restoring the initial state" which happens at these line. In the local failure case, the test in question starts running with the initial-scale value is 1.0, which looks odd since the top level content document for our mochitest harness doesn't have any meta viewport tag, it should have been scaled by < 1.0 ratio. I am not yet sure this local failure is same as the failures on our CIs since we don't have any screenshots on failures on Android (bug 1914308).
Anyways, from what I can tell is that some tests (at least one test) breaks the initial state of the top level document, then this test_interactive_widget.html doesn't run as it's supposed to be.
Keep NI to me.
Assignee | ||
Updated•4 months ago
|
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 7•4 months ago
|
||
We don't (yet) support removing meta viewport elements (bug 1915077), so we set
an empty string to reset the meta viewport.
Updated•4 months ago
|
Assignee | ||
Comment 8•4 months ago
|
||
Assignee | ||
Comment 9•4 months ago
|
||
Though unfortunately it doesn't ensure that the software keyboard is closed.
Assignee | ||
Comment 10•4 months ago
|
||
Assignee | ||
Comment 11•4 months ago
|
||
Updated•4 months ago
|
Assignee | ||
Comment 12•4 months ago
|
||
I posted a set of patches but I am sure that these patches will not eliminate intermittent failures completely.
Comment hidden (Intermittent Failures Robot) |
Comment 14•3 months ago
|
||
Comment 15•3 months ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Description
•