Intermittent dom/events/test/browser_mouseout_notification_panel.js | single tracking bug
Categories
(Core :: DOM: Events, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox121 | --- | unaffected |
| firefox122 | --- | unaffected |
| firefox123 | --- | affected |
| firefox124 | --- | affected |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Regression)
Details
(Keywords: intermittent-failure, regression, test-verify-fail, Whiteboard: [stockwell unknown])
Filed by: smolnar [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=442656022&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Sd0DWjh_R8aLVJtOqFynNw/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Sd0DWjh_R8aLVJtOqFynNw/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
TEST-PASS | dom/events/test/browser_mouseout_notification_panel.js | Test event coordinate -
[task 2024-01-09T10:59:48.756Z] 10:59:48 INFO - Remove notification
[task 2024-01-09T10:59:48.756Z] 10:59:48 INFO - Leaving test bound test_mouseout_chrome
[task 2024-01-09T10:59:48.756Z] 10:59:48 INFO - Entering test bound test_mouseout_content
[task 2024-01-09T10:59:48.756Z] 10:59:48 INFO - Generate mousemove event on content
[task 2024-01-09T10:59:48.757Z] 10:59:48 INFO - Buffered messages finished
[task 2024-01-09T10:59:48.758Z] 10:59:48 INFO - TEST-UNEXPECTED-FAIL | dom/events/test/browser_mouseout_notification_panel.js | Test timed out -
[task 2024-01-09T10:59:48.758Z] 10:59:48 INFO - GECKO(1348) | Completed ShutdownLeaks collections in process 1348
[task 2024-01-09T10:59:48.759Z] 10:59:48 INFO - TEST-START | Shutdown
Comment 1•1 year ago
|
||
:edgar, since you are the author of the regressor, bug 1873035, could you take a look?
For more information, please visit BugBot documentation.
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1873035
Comment 3•1 year ago
|
||
Tier 1 failure here
| Comment hidden (Intermittent Failures Robot) |
Comment 5•1 year ago
|
||
Set release status flags based on info from the regressing bug 1873035
| 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) |
Comment 24•1 year ago
|
||
I think it might be because the synthesized mouse event is dispatched to content process before the event listener is registered.
We could add an dummy spawn task to ensure the event listener is registered before synthesizing mouse event.
Let's see if that helps: https://treeherder.mozilla.org/jobs?repo=try&revision=db4b3c760af796fd76104a2e1416cee520d4198e
Updated•1 year ago
|
| 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 30•11 months ago
|
||
(In reply to Intermittent Failures Robot from comment #29)
27 failures in 1047 pushes (0.026 failures/push) were associated with this bug yesterday.
Repository breakdown:
- mozilla-beta: 27
I think the failure on beta is due to the uplift of bug 1920998, see https://bugzilla.mozilla.org/show_bug.cgi?id=1920998#c33 for details.
Perhaps it’s worth uplifting bug 1934999 as well to suppress the intermittent failures?
Comment 31•11 months ago
|
||
Please request uplift in bug 1934999 thanks :)
Comment 32•11 months ago
|
||
(In reply to Pascal Chevrel:pascalc from comment #31)
Please request uplift in bug 1934999 thanks :)
Done. Thanks.
| 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
•