Closed
Bug 1866072
Opened 2 years ago
Closed 1 year ago
Intermittent /webdriver/tests/classic/perform_actions/pointer_origin.py | single tracking bug
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: intermittent-failure, intermittent-testcase)
Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=437259951&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OqAV_933RlKLo2f298K-pw/runs/0/artifacts/public/logs/live_backing.log
[task 2023-11-22T13:33:12.815Z] 13:33:12 INFO - STDOUT: =================================== FAILURES ===================================
[task 2023-11-22T13:33:12.815Z] 13:33:12 INFO - STDOUT: _____________________________ test_viewport_inside _____________________________
[task 2023-11-22T13:33:12.816Z] 13:33:12 INFO - STDOUT: session = <Session 74cae55d-c428-4d06-9cde-027b3429b2a6>
[task 2023-11-22T13:33:12.816Z] 13:33:12 INFO - STDOUT: mouse_chain = <webdriver.client.ActionSequence object at 0x7f1bfcf839d0>
[task 2023-11-22T13:33:12.817Z] 13:33:12 INFO - STDOUT: get_actions_origin_page = <function get_actions_origin_page.<locals>.get_actions_origin_page at 0x7f1bfd4aee60>
[task 2023-11-22T13:33:12.817Z] 13:33:12 INFO - STDOUT: def test_viewport_inside(session, mouse_chain, get_actions_origin_page):
[task 2023-11-22T13:33:12.818Z] 13:33:12 INFO - STDOUT: point = {"x": 50, "y": 50}
[task 2023-11-22T13:33:12.818Z] 13:33:12 INFO - STDOUT:
[task 2023-11-22T13:33:12.819Z] 13:33:12 INFO - STDOUT: session.url = get_actions_origin_page(
[task 2023-11-22T13:33:12.819Z] 13:33:12 INFO - STDOUT: "width: 100px; height: 50px; background: green;"
[task 2023-11-22T13:33:12.820Z] 13:33:12 INFO - STDOUT: )
[task 2023-11-22T13:33:12.820Z] 13:33:12 INFO - STDOUT: mouse_chain.pointer_move(point["x"], point["y"], origin="viewport").perform()
[task 2023-11-22T13:33:12.821Z] 13:33:12 INFO - STDOUT:
[task 2023-11-22T13:33:12.821Z] 13:33:12 INFO - STDOUT: click_coords = session.execute_script("return window.coords;")
[task 2023-11-22T13:33:12.822Z] 13:33:12 INFO - STDOUT: > assert click_coords["x"] == pytest.approx(point["x"], abs=1.0)
[task 2023-11-22T13:33:12.822Z] 13:33:12 INFO - STDOUT: E TypeError: 'NoneType' object is not subscriptable
[task 2023-11-22T13:33:12.823Z] 13:33:12 INFO - STDOUT: click_coords = None
[task 2023-11-22T13:33:12.823Z] 13:33:12 INFO - STDOUT: get_actions_origin_page = <function get_actions_origin_page.<locals>.get_actions_origin_page at 0x7f1bfd4aee60>
[task 2023-11-22T13:33:12.824Z] 13:33:12 INFO - STDOUT: mouse_chain = <webdriver.client.ActionSequence object at 0x7f1bfcf839d0>
[task 2023-11-22T13:33:12.825Z] 13:33:12 INFO - STDOUT: point = {'x': 50, 'y': 50}
[task 2023-11-22T13:33:12.825Z] 13:33:12 INFO - STDOUT: session = <Session 74cae55d-c428-4d06-9cde-027b3429b2a6>
[task 2023-11-22T13:33:12.826Z] 13:33:12 INFO - STDOUT: tests/web-platform/tests/webdriver/tests/classic/perform_actions/pointer_origin.py
[task 2023-11-22T13:33:12.826Z] 13:33:12 INFO - STDOUT: :24: TypeError
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO -
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/classic/perform_actions/pointer_origin.py | test_viewport_inside - TypeError: 'NoneType' object is not subscriptable
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - session = <Session 74cae55d-c428-4d06-9cde-027b3429b2a6>
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - mouse_chain = <webdriver.client.ActionSequence object at 0x7f1bfcf839d0>
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - get_actions_origin_page = <function get_actions_origin_page.<locals>.get_actions_origin_page at 0x7f1bfd4aee60>
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO -
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - def test_viewport_inside(session, mouse_chain, get_actions_origin_page):
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - point = {"x": 50, "y": 50}
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO -
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - session.url = get_actions_origin_page(
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - "width: 100px; height: 50px; background: green;"
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - )
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - mouse_chain.pointer_move(point["x"], point["y"], origin="viewport").perform()
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO -
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - click_coords = session.execute_script("return window.coords;")
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - > assert click_coords["x"] == pytest.approx(point["x"], abs=1.0)
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO - E TypeError: 'NoneType' object is not subscriptable
[task 2023-11-22T13:33:12.828Z] 13:33:12 INFO -
This failure is basically bug 1762211.
Depends on: 1762211
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 5•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
| Reporter | ||
Comment 6•2 years ago
|
||
| treeherder | ||
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=452660076&repo=mozilla-beta
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
| 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 19•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Status: REOPENED → RESOLVED
Closed: 2 years ago → 1 year ago
Resolution: --- → INCOMPLETE
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•