Open
Bug 1425305
Opened 8 years ago
Updated 3 years ago
[Meta] Fail tests in case of unexpected TypeError, ReferenceError, SyntaxError
Categories
(Testing :: General, enhancement, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: Yoric, Unassigned)
References
(Depends on 2 open bugs)
Details
(Keywords: meta)
Bug 1409852 introduces a mechanism to detect instances of TypeError, ReferenceError or SyntaxError in our code. We now need to take advantage of this to clean up existing errors and make sure that they do not regress.
Updated•8 years ago
|
Priority: -- → P3
Comment 1•5 years ago
|
||
Here is a try run showing unexpected failures enabled on browser-chrome and xpcshell:
https://treeherder.mozilla.org/jobs?repo=try&revision=5001964eda3c8713c4c63ca63741049f71904813
We'll need to figure out how to ignore pre-existing failures so that we can prevent future ones. This is on releng's radar, but there is no timeline at this moment.
Comment 2•5 years ago
|
||
Back from leave, just noting this is still important but unsure when it can get prioritized by releng.
Priority: P3 → P2
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•