Closed
Bug 718964
Opened 13 years ago
Closed 13 years ago
TestRun API shouldn't call sys.exit() but throw a test failed specific exception
Categories
(Mozilla QA Graveyard :: Mozmill Automation, defect)
Mozilla QA Graveyard
Mozmill Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Keywords: regression)
Attachments
(1 file)
7.19 KB,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
We should never call sys.exit() in an API. This will blow up any consumer who wants to override some of the class features or use the class differently. Exactly because of this change in bug 626712, our daily testrun now does not execute the following test-runs if the current one contains at least one test failure. The upcoming patch will solve this problem by introducing a new exception class, which can be handled by consumers.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #589449 -
Flags: review?(dave.hunt)
Updated•13 years ago
|
Attachment #589449 -
Flags: review?(dave.hunt) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Landed as: http://hg.mozilla.org/qa/mozmill-automation/rev/a0c9e113cab7
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•