Closed
Bug 808419
Opened 12 years ago
Closed 12 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•12 years ago
|
||
Attachment #678146 -
Flags: review?(jmaher)
Comment 2•12 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•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Assignee | ||
Comment 6•12 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
•