Closed
Bug 1135102
Opened 11 years ago
Closed 5 years ago
Split testDoorHanger in smaller test cases
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rricard, Assigned: rricard)
References
Details
Attachments
(1 file, 1 obsolete file)
|
12.67 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
As seen in bug 1085609, testDoorHanger may be too large to run efficiently on Android 2.3. We should split it in smaller test cases.
For example: it currently fails intermittently at line 171 (https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/tests/testDoorHanger.java#171).
Comment 1•11 years ago
|
||
Thanks for filing. Bug 1085609 popped up after I landed extra test logic in bug 1083879, so that may have pushed it over the edge.
I would start by just splitting that popup blocking test into its own test.
| Assignee | ||
Comment 2•11 years ago
|
||
Ok, I'll look into it then ! Thanks for the directions !
Assignee: nobody → ricard.robin
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•11 years ago
|
||
Create a new test
Attachment #8567887 -
Flags: feedback?(margaret.leibovic)
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
Create a new test
Attachment #8567887 -
Attachment is obsolete: true
Attachment #8567887 -
Flags: feedback?(margaret.leibovic)
Attachment #8568043 -
Flags: review?(margaret.leibovic)
| Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Comment on attachment 8568043 [details] [diff] [review]
Split testDoorHanger in smaller test cases
Review of attachment 8568043 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good! Let's get a try run, and let's = also try re-enabling testDoorHanger on 2.3 devices, since this will hopefully address that intermittent issue.
Attachment #8568043 -
Flags: review?(margaret.leibovic) → review+
| Assignee | ||
Comment 8•11 years ago
|
||
Ok :) This just need a small rebase for me locally.
Comment 9•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•