Closed
Bug 1142010
Opened 10 years ago
Closed 10 years ago
Remove duplicated prints from Telemetry XPCShell tests
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: Dexter, Assigned: gfritzsche)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Dexter
:
review+
|
Details | Diff | Splinter Review |
Telemetry XPCShell tests log traces get printed twice, as the dump to console option is wrongly on.
We should remove the line at [1] to fix this problem.
[1] - https://hg.mozilla.org/mozilla-central/annotate/6686aacf006f/toolkit/components/telemetry/tests/unit/head.js#l90
Reporter | ||
Updated•10 years ago
|
Assignee | ||
Comment 1•10 years ago
|
||
Turns out that bug 1116708 added printing nsIConsoleService messages to the xpcshell test output, so we only need either the DumpAppender or the ConsoleAppender for Log.jsm messages to show up in xcpshell.
Assignee: nobody → gfritzsche
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8590197 -
Flags: review?(alessio.placitelli)
Reporter | ||
Updated•10 years ago
|
Attachment #8590197 -
Flags: review?(alessio.placitelli) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•