Closed
Bug 602039
Opened 13 years ago
Closed 13 years ago
Bugs in waitForAndContinue
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
2.13 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
1) If the test fails, then waitForAndContinue becomes equivalent to waitFor. 2) If that bug is fixed and the timeout expires, then waitForAndContinue gets into an infinite timeout loop. This patch includes a new test to test our tests. (It helped me find problem #2 above!)
Attachment #481024 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #481024 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 1•13 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/5cc57f96e2f3
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
How can I verify this?
Assignee | ||
Comment 3•12 years ago
|
||
Verified by automated testing.
Status: RESOLVED → VERIFIED
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•