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)

Version 3
ARM
Android
defect

Tracking

(firefox52 disabled, firefox53 disabled, firefox54 disabled)

RESOLVED INCOMPLETE
Tracking Status
firefox52 --- disabled
firefox53 --- disabled
firefox54 --- disabled

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)

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 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+
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
Please uplift this skip test-only patch to aurora and beta.
Whiteboard: [test disabled for Fennec][checkin-needed-aurora][checkin-needed-beta]
Whiteboard: [test disabled for Fennec][checkin-needed-aurora][checkin-needed-beta] → [test disabled for Fennec][checkin-needed-aurora]
Whiteboard: [test disabled for Fennec][checkin-needed-aurora] → [test disabled for Fennec]
Keywords: mobile
OS: Unspecified → Android
Hardware: Unspecified → ARM
Priority: -- → P5
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
Blocks: 1578783

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
Product: Testing → Remote Protocol
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.

Attachment

General

Created:
Updated:
Size: