Closed
Bug 365929
Opened 18 years ago
Closed 18 years ago
[FIX]Uncaught exception thrown during mochitest should cause failure
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
(deleted),
patch
|
sayrer
:
review+
|
Details | Diff | Splinter Review |
I've had several cases when a bug in my test code (typo or whatnot) caused the test to throw early on and look green (passed) when in reality the test wasn't really run. I think that we should fail the test instead if that happens.
Patch coming up.
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #250475 -
Flags: review?(sayrer)
Updated•18 years ago
|
Attachment #250475 -
Flags: review?(sayrer) → review+
Assignee | ||
Comment 2•18 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Component: Testing → Mochitest
Product: Core → Testing
QA Contact: testing → mochitest
Version: Trunk → unspecified
Updated•15 years ago
|
Version: unspecified → Trunk
Updated•15 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•