Closed
Bug 808419
Opened 11 years ago
Closed 11 years ago
remoteautomation.py's waitForFinish() should print to the log when maxTime is reached
Categories
(Testing :: General, defect)
Tracking
(firefox17 fixed, firefox18 fixed)
RESOLVED
FIXED
mozilla19
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.26 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
...rather than just killing fennec silently. http://hg.mozilla.org/mozilla-central/file/ab099c9e1a09/build/mobile/remoteautomation.py#l74 74 if (status == 1 and self._devicemanager.processExist(proc.procName)): 75 # Then we timed out, make sure Fennec is dead 76 proc.kill()
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #678146 -
Flags: review?(jmaher)
Comment 2•11 years ago
|
||
Comment on attachment 678146 [details] [diff] [review] Patch v1 Review of attachment 678146 [details] [diff] [review]: ----------------------------------------------------------------- please give this a good test on try server before pushing.
Attachment #678146 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=de234f1e54fb
Assignee | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/60c78a559a84
Assignee | ||
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/60c78a559a84
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/daa7e5db35c6 https://hg.mozilla.org/releases/mozilla-beta/rev/9cfebbf2973a
status-firefox17:
--- → fixed
status-firefox18:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•