Closed
Bug 985402
Opened 11 years ago
Closed 11 years ago
Uncaught asynchronous errors in test_policy.js
Categories
(Firefox Health Report Graveyard :: Client: Desktop, defect)
Firefox Health Report Graveyard
Client: Desktop
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Yoric, Unassigned)
References
Details
Once we land bug 976205, the following errors will cause oranges.
04:39:32 INFO - A coding exception was thrown in a Promise rejection callback.
04:39:32 INFO - Full message: TypeError: this._log is undefined
04:39:32 INFO - See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise
04:39:32 INFO - Full stack: onError@resource://gre/modules/services/datareporting/policy.jsm:917:9
04:39:32 INFO - Handler.prototype.process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:812:9
04:39:32 INFO - this.PromiseWalker.walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:688:7
04:39:32 INFO - _do_main@/builds/slave/test/build/tests/xpcshell/head.js:174:5
04:39:32 INFO - _execute_test@/builds/slave/test/build/tests/xpcshell/head.js:386:5
04:39:33 INFO - A coding exception was thrown in a Promise rejection callback.
04:39:33 INFO - Full message: ReferenceError: result is not defined
04:39:33 INFO - See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise
04:39:33 INFO - Full stack: onError@resource://gre/modules/services/datareporting/policy.jsm:999:1
04:39:33 INFO - Handler.prototype.process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:812:9
04:39:33 INFO - this.PromiseWalker.walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:688:7
04:39:33 INFO - _do_main@/builds/slave/test/build/tests/xpcshell/head.js:174:5
04:39:33 INFO - _execute_test@/builds/slave/test/build/tests/xpcshell/head.js:386:5
Reporter | ||
Comment 1•11 years ago
|
||
For testing, you may wish to import the patch of bug 976205.
Reporter | ||
Comment 2•11 years ago
|
||
This seems to have been fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•