Closed
Bug 645826
Opened 14 years ago
Closed 14 years ago
jstests.py shouldn't throw away error text
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimb, Unassigned)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
693 bytes,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
When I ran js-tests.py today, I got a Python backtrace with the following error message:
Exception: Failed to test XUL condition 'Android'
It's crummy style to throw away error messages. With the attached patch, I get:
Exception: Failed to test XUL condition 'Android'; output was '', stderr was '-e:1: ReferenceError: Android is not defined\n'
Attachment #522460 -
Flags: review?(dmandelin)
Updated•14 years ago
|
Attachment #522460 -
Flags: review?(dmandelin) → review+
Reporter | ||
Comment 1•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 2•14 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/b55ca8a7c0ad
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•