Closed
Bug 1316040
Opened 8 years ago
Closed 8 years ago
Permafail test_accessiblecaret_cursor_mode.py AccessibleCaretCursorModeTestCase.test_caret_not_appear_when_typing_in_scrollable_content | AssertionError: u'ABCDEFGHIabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' != u'!'
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox50 | --- | unaffected |
firefox51 | --- | unaffected |
firefox52 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: TYLin)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure)
Attachments
(2 files)
Comment 1•8 years ago
|
||
This looks to be a perma failure for Marionette tests as run on Ubuntu 16.04 and fails in both e10s and non-e10s mode.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=53035f0f9847
OS: Unspecified → Linux
Hardware: Unspecified → All
Summary: Intermittent test_accessiblecaret_cursor_mode.py AccessibleCaretCursorModeTestCase.test_caret_not_appear_when_typing_in_scrollable_content | AssertionError: u'ABCDEFGHIabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' != u'!' → Permafail test_accessiblecaret_cursor_mode.py AccessibleCaretCursorModeTestCase.test_caret_not_appear_when_typing_in_scrollable_content | AssertionError: u'ABCDEFGHIabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' != u'!'
Comment 2•8 years ago
|
||
[task 2016-11-08T15:25:54.630855Z] 15:25:54 INFO - TEST-UNEXPECTED-FAIL | test_accessiblecaret_cursor_mode.py AccessibleCaretCursorModeTestCase.test_caret_not_appear_when_typing_in_scrollable_content | AssertionError: u'ABCDEFGHIabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!' != u'!'
[task 2016-11-08T15:25:54.632160Z] 15:25:54 INFO - - ABCDEFGHIabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!
[task 2016-11-08T15:25:54.632236Z] 15:25:54 INFO - + !
[task 2016-11-08T15:25:54.632835Z] 15:25:54 INFO - Traceback (most recent call last):
[task 2016-11-08T15:25:54.633457Z] 15:25:54 INFO - File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test/testcases.py", line 163, in run
[task 2016-11-08T15:25:54.633540Z] 15:25:54 INFO - testMethod()
[task 2016-11-08T15:25:54.634177Z] 15:25:54 INFO - File "/home/worker/workspace/build/tests/marionette/tests/layout/base/tests/marionette/test_accessiblecaret_cursor_mode.py", line 190, in test_caret_not_appear_when_typing_in_scrollable_content
[task 2016-11-08T15:25:54.634763Z] 15:25:54 INFO - self.assertEqual(target_content, sel.content)
Comment 3•8 years ago
|
||
Ting-Yu, given that you did most of the work on this specific test, would have mind to have a look what could be broken with this test when using Ubuntu 16.04 for Marionette tests? Thanks.
Flags: needinfo?(tlin)
Updated•8 years ago
|
Component: Marionette → Selection
Product: Testing → Core
Version: Version 3 → Trunk
Comment 4•8 years ago
|
||
Screenshot as taken by Marionette for this failure.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 7•8 years ago
|
||
I can reproduce this locally.
Assignee | ||
Comment 8•8 years ago
|
||
Try result with the patch "Bug 1315760 - Use Ubuntu 16.04 docker image for Marionette tests."
https://treeherder.mozilla.org/#/jobs?repo=try&revision=373d36c1e064ccd0ab46f8800bff93d018d32df1
Comment 9•8 years ago
|
||
mozreview-review |
Comment on attachment 8808920 [details]
Bug 1316040 - Change target to non-target in test_caret_not_appear_when_typing_in_scrollable_content.
https://reviewboard.mozilla.org/r/91638/#review91800
Attachment #8808920 -
Flags: review?(mtseng) → review+
Comment 10•8 years ago
|
||
Pushed by tlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b737f14975c2
Change target to non-target in test_caret_not_appear_when_typing_in_scrollable_content. r=mtseng
Comment 11•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•8 years ago
|
status-firefox50:
--- → unaffected
status-firefox51:
--- → unaffected
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•