Closed
Bug 1370652
Opened 7 years ago
Closed 7 years ago
Handle more rejections in code exercised by browser-chrome tests
Categories
(Toolkit :: Async Tooling, enhancement, P1)
Toolkit
Async Tooling
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: Paolo, Assigned: Paolo)
References
Details
This was originally part of bug 1242505. Looking at the code, the chance of this having caused bug 1368364 is quite low, so I'll re-land this separately from the main change. If this was the issue, then at least we know where to investigate.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed by paolo.mozmail@amadzone.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/985626bc4d9c
Handle more rejections in code exercised by browser-chrome tests. r=Mossop
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → paolo.mozmail
Status: NEW → ASSIGNED
Priority: -- → P1
Comment 4•7 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 5•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy
https://github.com/mozilla/normandy/commit/16a919f3213a947ddfc59d988908d27824177550
Backport changes from mozilla-central (#810)
* Bug 1370652 - Handle more rejections in code exercised by browser-chrome tests.
These fixes are in preparation of making browser-chrome tests fail when there are unhandled Promise rejections.
This is a backport from mozilla-central changeset 985626bc4d9c.
* Bug 1369855 - Update sinon.js to version 2.3.2.
Fixes #809.
* Fix lint issues
You need to log in
before you can comment on or make changes to this bug.
Description
•