Closed
Bug 1680942
Opened 5 years ago
Closed 5 years ago
Intermittent layout/base/tests/marionette/test_accessiblecaret_cursor_mode.py AccessibleCaretCursorModeTestCase.test_caret_not_jump_when_dragging_to_editable_content_boundary_input | KeyError: '-1'
Categories
(Core :: Layout, defect, P5)
Core
Layout
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=323688057&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MiMvu77ETqqiiPtgQElzKA/runs/0/artifacts/public/logs/live_backing.log
[task 2020-12-06T06:38:51.014Z] 06:38:51 INFO - TEST-START | layout/base/tests/marionette/test_accessiblecaret_cursor_mode.py AccessibleCaretCursorModeTestCase.test_caret_not_jump_when_dragging_to_editable_content_boundary_input
[task 2020-12-06T06:38:52.007Z] 06:38:52 INFO - 1607236731998 Marionette DEBUG 12 <- [1,35,null,{"value":null}]
[task 2020-12-06T06:38:52.008Z] 06:38:52 INFO - 1607236731999 Marionette DEBUG 12 -> [0,36,"WebDriver:GetPageSource",{}]
[task 2020-12-06T06:38:52.008Z] 06:38:52 INFO - 1607236732000 Marionette DEBUG 12 <- [1,36,null,{"value":"<html id=\"html\"><head>\n <title>Marionette tests for AccessibleCaret in cursor mode</title>\n <s ... \n <br>\n <div class=\"block\" id=\"contenteditable\" contenteditable=\"true\">ABCDEFGHI</div>\n \n\n</body></html>"}]
[task 2020-12-06T06:38:52.032Z] 06:38:52 INFO - TEST-UNEXPECTED-ERROR | layout/base/tests/marionette/test_accessiblecaret_cursor_mode.py AccessibleCaretCursorModeTestCase.test_caret_not_jump_when_dragging_to_editable_content_boundary_input | KeyError: '-1'
[task 2020-12-06T06:38:52.032Z] 06:38:52 INFO - Traceback (most recent call last):
[task 2020-12-06T06:38:52.032Z] 06:38:52 INFO - File "/Users/cltbld/tasks/task_1607219301/build/venv/lib/python2.7/site-packages/marionette_harness/marionette_test/testcases.py", line 214, in run
[task 2020-12-06T06:38:52.032Z] 06:38:52 INFO - testMethod()
[task 2020-12-06T06:38:52.032Z] 06:38:52 INFO - File "/Users/cltbld/tasks/task_1607219301/build/venv/lib/python2.7/site-packages/marionette_harness/marionette_test/testcases.py", line 64, in wrapper
[task 2020-12-06T06:38:52.032Z] 06:38:52 INFO - return func(self, *args, **kwargs)
[task 2020-12-06T06:38:52.033Z] 06:38:52 INFO - File "/Users/cltbld/tasks/task_1607219301/build/tests/marionette/tests/layout/base/tests/marionette/test_accessiblecaret_cursor_mode.py", line 190, in test_caret_not_jump_when_dragging_to_editable_content_boundary
[task 2020-12-06T06:38:52.033Z] 06:38:52 INFO - el.tap(*sel.cursor_location())
[task 2020-12-06T06:38:52.033Z] 06:38:52 INFO - File "/Users/cltbld/tasks/task_1607219301/build/tests/marionette/tests/layout/base/tests/marionette/selection.py", line 253, in cursor_location
[task 2020-12-06T06:38:52.033Z] 06:38:52 INFO - return self._selection_location_helper("center")[0]
[task 2020-12-06T06:38:52.033Z] 06:38:52 INFO - File "/Users/cltbld/tasks/task_1607219301/build/tests/marionette/tests/layout/base/tests/marionette/selection.py", line 196, in _selection_location_helper
[task 2020-12-06T06:38:52.033Z] 06:38:52 INFO - last_rect_list[str(last_list_length - 1)],
[task 2020-12-06T06:38:52.033Z] 06:38:52 INFO - TEST-INFO took 991ms
[task 2020-12-06T06:38:52.033Z] 06:38:52 INFO - 1607236732002 Marionette DEBUG 12 -> [0,37,"Marionette:SetContext",{"value":"content"}]
[task 2020-12-06T06:38:52.034Z] 06:38:52 INFO - 1607236732002 Marionette DEBUG 12 <- [1,37,null,{"value":null}]
[task 2020-12-06T06:38:52.034Z] 06:38:52 INFO - 1607236732004 Marionette DEBUG 12 -> [0,38,"WebDriver:ReleaseActions",{}]
[task 2020-12-06T06:38:52.034Z] 06:38:52 INFO - 1607236732006 Marionette DEBUG 12 <- [1,38,null,{"value":null}]
[task 2020-12-06T06:38:52.034Z] 06:38:52 INFO - 1607236732008 Marionette DEBUG 12 -> [0,39,"WebDriver:DeleteSession",{}]
[task 2020-12-06T06:38:52.034Z] 06:38:52 INFO - 1607236732009 Marionette DEBUG 12 <- [1,39,null,{"value":null}]```
| Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Component: Marionette → Layout
Product: Testing → Core
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 4•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•