Closed
Bug 991040
Opened 11 years ago
Closed 11 years ago
Uncaught async Promise errors should appear as soon as possible during mochi tests
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla31
People
(Reporter: Yoric, Assigned: Yoric)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
Yoric
:
review+
|
Details | Diff | Splinter Review |
As bug 976205, but for mochitests
Comment 1•11 years ago
|
||
Observation: We treat all our test suites as separate "smoke stacks." We should unify the logic for declaring and advancing tests so this code can be shared and consistent. One-off problem largely solved.
Assignee | ||
Comment 2•11 years ago
|
||
Definitely. I don't think that anyone is working on that, though.
Assignee | ||
Comment 3•11 years ago
|
||
Already reviewed by ted as part of bug 976205.
Try: https://bugzilla.mozilla.org/show_bug.cgi?id=976205
Attachment #8407814 -
Flags: review+
Assignee | ||
Comment 4•11 years ago
|
||
That is try: https://tbpl.mozilla.org/?tree=Try&rev=822fc7a8323d
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Summary: Uncaught async Promise errors should cause mochi tests to fail → Uncaught async Promise errors should cause mochi tests to warn
Assignee | ||
Updated•11 years ago
|
Summary: Uncaught async Promise errors should cause mochi tests to warn → Uncaught async Promise errors should appear as soon as possible during mochi tests
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•