Closed
Bug 559152
Opened 15 years ago
Closed 15 years ago
Make sure that we always throw "new Error" to have a stacktrace
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
Details
(Whiteboard: [mozmill-1.4.1])
We have a couple of lines in our Mozmill code which simply throws a string. With that way we are not able to get any stack from that failure. Actually we have a couple of instances in our test-run where we do not see the error details and which makes it really hard to identify what's going on. The upcoming patch will fix all those instances.
Assignee | ||
Comment 1•15 years ago
|
||
Both patches are up. Asking for review on those: http://github.com/whimboo/mozmill/commit/e0ed4923f6725227d55e3f533556e21df95a5457 http://github.com/whimboo/mozmill/commit/28148543a658d1ee4b2e8befe095595041d6835a
(In reply to comment #1) > Both patches are up. Asking for review on those: > http://github.com/whimboo/mozmill/commit/e0ed4923f6725227d55e3f533556e21df95a5457 > http://github.com/whimboo/mozmill/commit/28148543a658d1ee4b2e8befe095595041d6835a r+ on both
Assignee | ||
Comment 3•15 years ago
|
||
Committed to Mikeal's master => Resolved.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•