Closed
Bug 727253
Opened 14 years ago
Closed 7 years ago
Tracebacks from the test runner are hard to read
Categories
(Add-on SDK Graveyard :: General, enhancement, P3)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jbalogh, Unassigned)
References
Details
Here's what I see:
Traceback (most recent call last):
File "resource://jid1-ihhhz5p9o2zhgw-at-jetpack/api-utils/lib/timer.js", line 38, in notify
this.callback.apply(null, this.arguments);
File "resource://jid1-ihhhz5p9o2zhgw-at-jetpack/api-utils/lib/content/worker.js", line 63, in emitter
emit.apply(scope, params);
File "resource://jid1-ihhhz5p9o2zhgw-at-jetpack/api-utils/lib/events.js", line 119, in _emit
return this._emitOnObject.apply(this, args);
File "resource://jid1-ihhhz5p9o2zhgw-at-jetpack/api-utils/lib/events.js", line 149, in _emitOnObject
listener.apply(targetObj, params);
File "resource://jid1-ihhhz5p9o2zhgw-at-jetpack/push/tests/test-main.js", line 20, in null
test.assert(message);
File "resource://jid1-ihhhz5p9o2zhgw-at-jetpack/api-utils/lib/unit-test.js", line 129, in assert
this.fail(message);
File "resource://jid1-ihhhz5p9o2zhgw-at-jetpack/api-utils/lib/unit-test.js", line 67, in fail
this.console.trace();
There's only one line in there that's useful to me. The rest are implementation details of the test runner.
Severity: normal → enhancement
Priority: -- → P3
Updated•13 years ago
|
Assignee: nobody → rFobic
Updated•11 years ago
|
Blocks: sdk-test-issues
Comment 1•11 years ago
|
||
Irakli are you going to do this one? it's been assigned to you for 2+ years.
Flags: needinfo?(rFobic)
Comment 2•11 years ago
|
||
It's p3 so I don't think it going to happen for another 2 years unless that will become too irritating.
Flags: needinfo?(rFobic)
Comment 3•11 years ago
|
||
(In reply to Irakli Gozalishvili [:irakli] [:gozala] [@gozala] from comment #2)
> It's p3 so I don't think it going to happen for another 2 years unless that
> will become too irritating.
That doesn't answer my question, I was wondering if you are working on it, and it sounds like you won't be anytime soon. If you aren't able to work on it then I think we should leave it unassigned so that someone else can work on it if they want to.
Flags: needinfo?(rFobic)
Updated•10 years ago
|
Assignee: rFobic → nobody
Flags: needinfo?(rFobic)
Comment 4•7 years ago
|
||
Add-on SDK is no longer supported so resolving bugs as INCOMPLETE
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•