Closed
Bug 892711
Opened 12 years ago
Closed 8 years ago
xpcshell test should fail if the process cannot be started
Categories
(Testing :: XPCShell Harness, defect)
Testing
XPCShell Harness
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mihneadb, Unassigned)
References
Details
As seen in this[1] log, probably the process could not be started so proc was None and that's why the errors hapened.
We should change launchProcess (or the caller of it) so that if proc is None then the test should just be marked as a failure.
[1] https://tbpl.mozilla.org/php/getParsedLog.php?id=25186912&tree=Try#error0
Comment 2•8 years ago
|
||
Mass closing bugs with no activity in 2+ years. If this bug is important to you, please re-open.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•