Intermittent Android fis /webdriver/tests/bidi/input/release_actions/sequence.py | test_release_mouse_sequence_resets_dblclick_state[without release actions] - AssertionError: assert [{'button': 0, 'type': 'mousedown'},\n {'button': 0, 'type': 'mouse'
Categories
(Remote Protocol :: WebDriver BiDi, defect, P5)
Tracking
(firefox114 disabled, firefox115 disabled, firefox116 disabled)
People
(Reporter: intermittent-bug-filer, Assigned: Sasha)
References
Details
(Keywords: intermittent-failure)
Filed by: hskupin [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=420342453&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C84ihwPHSAOp1WzQ-ELr5Q/runs/0/artifacts/public/logs/live_backing.log
Comment 1•1 year ago
|
||
Note that this is a nofis failure only. With fission enabled the failure is not visible. Not sure if we should spend time on this particular bug given that Fission will be default on Android hopefully soon. Also I cannot reproduce the failure locally on desktop with Fission disabled, so it's a Android only failure.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 4•1 year ago
|
||
Surprisingly with my patch on bug 1848799 this is a perma unexpected pass for at least non-fission builds:
https://treeherder.mozilla.org/jobs?repo=try&revision=2c3078ff58adde385ef6c91a7328edadf6eadedc&searchStr=android
Maybe the metadata changes from the last wpt downstream sync weren't that appropriate and it should still be fission only.
Comment 5•1 year ago
|
||
(In reply to Henrik Skupin [:whimboo][⌚️UTC+2] from comment #4)
Surprisingly with my patch on bug 1848799 this is a perma unexpected pass for at least non-fission builds:
https://treeherder.mozilla.org/jobs?repo=try&revision=2c3078ff58adde385ef6c91a7328edadf6eadedc&searchStr=androidMaybe the metadata changes from the last wpt downstream sync weren't that appropriate and it should still be fission only.
Actually that is the case. The wd2 test jobs as run by the above try build used Fission and as such the tests are actually expected to fail. So the change by the wpt-sync should have caused it to fail.
Comment 6•1 year ago
|
||
As noticed I was using mach try fuzzy --full
and Android jobs were run with Fission enabled. The failure only occurred in that mode but not with fission disabled. It might be good to have a follow-up meta data update that marks failing tests as FAIL. Also the original failure was for Fission and as such we have to rename the bug's summary.
Updated•1 year ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 8•7 months ago
|
||
This was actually fixed by bug 1864614.
Comment 9•7 months ago
|
||
Actually lets mark as fixed by bug 1864614.
Description
•