Closed
Bug 1011603
Opened 12 years ago
Closed 11 years ago
Uncaught exceptions reported by Task.jsm for debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 34
People
(Reporter: jlong, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
6.13 KB,
text/plain
|
Details |
I really like that Task.jsm detects certain kinds of exceptions and prints out warnings before forwarding them to the next promise. I don't like that we have this problem in the first place... why don't we have a way to mark a promise chain as "done"?
There are 11 or so warnings printed out while running mochitest-dt tests. They all look like real errors. Attached is a sampling. I ran this after converting the debugger frontend to Task.jsm in bug 991797, so maybe we just hadn't seen this before.
We should fix these.
Updated•12 years ago
|
Comment 1•11 years ago
|
||
The debugger tests are now clean of such failures.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → Firefox 34
Updated•11 years ago
|
QA Whiteboard: [qa-]
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•