Open
Bug 477250
Opened 17 years ago
Updated 3 years ago
chrome test ignores exceptions, could give false positives
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
NEW
People
(Reporter: jmaher, Unassigned)
Details
while debugging a test issue on fennec (maemo), we looked closer at this test file:
http://mxr.mozilla.org/mozilla-central/source/widget/tests/test_bug343416.xul
We noticed that there are catch() {} statements that do nothing and ignore exceptions. We should fix this to ignore known exceptions and fail on unknown exceptions.
| Assignee | ||
Updated•8 years ago
|
Component: Mochitest Chrome → Mochitest
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•