Closed
Bug 584265
Opened 15 years ago
Closed 15 years ago
Failing unit tests related to message format
Categories
(Other Applications Graveyard :: Narcissus, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: taustin, Assigned: taustin)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
7.80 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
Specifically, this test fails:
$ python jstests.py -d -j 4 ../Darwin_DBG.OBJ/njs -m narcissus.list narcissus/../js1_5/LexicalConventions/regress-469940.js -so/Users/taustin/mozilla/tracemonkey/js/src/Darwin_DBG.OBJ/njs -f shell.js -f narcissus/shell.js -f narcissus/../shell.js -f narcissus/../js1_5/shell.js -f narcissus/../js1_5/LexicalConventions/shell.js -f ./narcissus/../js1_5/LexicalConventions/regress-469940.js
rc = 0, run time = 0.301811
begin test: undefined/undefined/Unspecified
begin test: js1_5/LexicalConventions/regress-469940.js
BUGNUMBER: 469940
STATUS: Do not insert semi-colon after var with multiline initializer
FAILED! [reported from test()] Do not insert semi-colon after var with multiline initializer : Expected value 'SyntaxError: missing ; before statement', Actual value 'SyntaxError: Missing ; before statement'
REGRESSIONS
narcissus/../js1_5/LexicalConventions/regress-469940.js
FAIL
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #462664 -
Flags: review?(gal)
Updated•15 years ago
|
Attachment #462664 -
Flags: review?(gal) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•