Closed
Bug 818259
Opened 12 years ago
Closed 12 years ago
Remote xpcshell, undefined reference to DMError
Categories
(Testing :: XPCShell Harness, defect)
Testing
XPCShell Harness
Tracking
(firefox18 fixed, firefox19 fixed, firefox20 fixed)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(1 file)
1.90 KB,
patch
|
mdas
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•12 years ago
|
||
The "from automationutils import *" line causes syntax checkers like pyflakes problems when checking for undefined references. Pyflakes told me that remotexpcshelltests.py only uses replceBackSlashes from automationutils.py (and runtestsb2g uses nothing).
Attachment #688455 -
Flags: review?(jgriffin)
Assignee | ||
Updated•12 years ago
|
Attachment #688455 -
Flags: review?(jgriffin) → review?(mdas)
Comment 2•12 years ago
|
||
Comment on attachment 688455 [details] [diff] [review] Patch 1.0 - fix Review of attachment 688455 [details] [diff] [review]: ----------------------------------------------------------------- yay, fewer 'import *'s!
Attachment #688455 -
Flags: review?(mdas) → review+
Assignee | ||
Comment 3•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2812c6500aed https://hg.mozilla.org/releases/mozilla-aurora/rev/d1e564584e07 https://hg.mozilla.org/releases/mozilla-beta/rev/7a0a654c0dde
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
status-firefox20:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•