Closed
Bug 1333069
Opened 8 years ago
Closed 5 years ago
Intermittent test_typing.py TestTypingContent.test_should_report_key_code_of_arrow_keys_up_down_events | AssertionError: False is not true
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Tracking
(firefox52 disabled, firefox53 disabled, firefox54 disabled)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: intermittent-failure, mobile, Whiteboard: [test disabled for Fennec])
Attachments
(1 file)
Comment 1•8 years ago
|
||
Using `assertTrue(a in b)` for this test is giving us no feedback what's actually wrong. So changing it to `assertIn(a, b)` gives me:
> AssertionError: 'down: 40' not found in u''
Which means that simulating any of ARROW_DOWN, ARROW_UP, ARROW_LEFT, and ARROW_RIGHT doesn't result in a key event being logged.
I will skip this test for now.
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8829451 [details]
Bug 1333069 - Skip test_should_report_key_code_of_arrow_keys_up_down_events for test failures for Fennec.
https://reviewboard.mozilla.org/r/106552/#review107506
Attachment #8829451 -
Flags: review?(mjzffr) → review+
Updated•8 years ago
|
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a4703c60077d
Skip test_should_report_key_code_of_arrow_keys_up_down_events for test failures for Fennec. r=maja_zf
Comment 5•8 years ago
|
||
bugherder |
Comment 6•8 years ago
|
||
Please uplift this skip test-only patch to aurora and beta.
status-firefox54:
--- → disabled
Whiteboard: [test disabled for Fennec][checkin-needed-aurora][checkin-needed-beta]
Comment 7•8 years ago
|
||
Whiteboard: [test disabled for Fennec][checkin-needed-aurora][checkin-needed-beta] → [test disabled for Fennec][checkin-needed-aurora]
Comment 8•8 years ago
|
||
Whiteboard: [test disabled for Fennec][checkin-needed-aurora] → [test disabled for Fennec]
Updated•7 years ago
|
Updated•7 years ago
|
Priority: -- → P5
Comment 10•6 years ago
|
||
It might be fixed by switching to action primitives.
Depends on: 1418995
Summary: Intermittent test_text.py TestText.test_should_report_key_code_of_arrow_keys_up_down_events | AssertionError: False is not true → Intermittent test_typing.py TestTypingContent.test_should_report_key_code_of_arrow_keys_up_down_events | AssertionError: False is not true
Comment 11•5 years ago
|
||
This could also affect us when running wdspec jobs with Geckoview in the near future. But until this is clear lets mark this bug as incomplete.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Updated•5 years ago
|
Keywords: leave-open
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 12•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•