Closed
Bug 1192400
Opened 7 years ago
Closed 5 years ago
Fix the issue with waiting for keyboard in system/test/marionette/activity_action_menu_test.js
Categories
(Testing Graveyard :: JSMarionette, defect)
Testing Graveyard
JSMarionette
Tracking
(firefox42 affected)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: yzen, Unassigned)
References
Details
Attachments
(3 files)
The test is failing because we are not in the right frame when waiting for the keyboard. We need to ensure that this is not an issue even if we are in a different app frame.
Comment 1•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Attachment #8645169 -
Flags: review?(gaye)
Comment 2•7 years ago
|
||
Awesome work! From a first look, pr looks great, but I want to take a closer look in a bit.
Comment 3•7 years ago
|
||
Comment on attachment 8645169 [details] [review] [gaia] yzen:bug-1192400 > mozilla-b2g:master Great work again!
Attachment #8645169 -
Flags: review?(gaye) → review+
Comment 4•7 years ago
|
||
Comment on attachment 8645169 [details] [review] [gaia] yzen:bug-1192400 > mozilla-b2g:master Meant to r+ the other one first.
Attachment #8645169 -
Flags: review+ → review?
Comment 5•7 years ago
|
||
Comment on attachment 8645169 [details] [review] [gaia] yzen:bug-1192400 > mozilla-b2g:master Also LGTM but seems to be breaking some keyboard test. Once you take a look at that (and fix the jshint issue(s)), feel free to land. Thanks for the work!
Attachment #8645169 -
Flags: review? → review+
Reporter | ||
Comment 6•7 years ago
|
||
https://github.com/mozilla-b2g/gaia/pull/31291
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 7•7 years ago
|
||
Backed out for activity_action_menu_test.js permafail. https://treeherder.mozilla.org/logviewer.html#?job_id=2559051&repo=b2g-inbound Master: https://github.com/mozilla-b2g/gaia/commit/8f77edf3ac39d36f6df0f5517223d3ed35ed89e0
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•7 years ago
|
||
Reporter | ||
Comment 9•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c4bfe3dd1c2f
Reporter | ||
Comment 10•7 years ago
|
||
Comment on attachment 8651904 [details] [review] [gaia] yzen:bug-1192400 > mozilla-b2g:master Carrying over the review from the backed out PR (it looks like the base revision was not new enough for the tests to pass).
Attachment #8651904 -
Flags: review+
Reporter | ||
Comment 11•7 years ago
|
||
https://github.com/mozilla-b2g/gaia/commit/ca5bd58200df4d61e15ccaf8ba500cf483337cfc
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
Comment 12•7 years ago
|
||
Reporter | ||
Comment 13•7 years ago
|
||
Re-enabling still causing issues in bug 1168363 (this is unrelated to the keyboard frame fix).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Updated•6 years ago
|
Assignee: yzenevich → nobody
Comment 14•5 years ago
|
||
Bulk closed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1422750
Status: REOPENED → RESOLVED
Closed: 7 years ago → 5 years ago
Resolution: --- → INCOMPLETE
Updated•5 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•