Closed
Bug 352030
Opened 19 years ago
Closed 19 years ago
js1_7/geniter/regress-345855.js FAILED
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bc, Unassigned)
References
()
Details
(Keywords: regression)
BUGNUMBER: 345855
STATUS: Blank yield expressions are not syntax errors
FAILED!: [reported from test()] Blank yield expressions are not syntax errors: 2
FAILED!: [reported from test()] Expected value 'No Error', Actual value 'SyntaxError: yield expression must be parenthesized'
FAILED!: [reported from test()]
FAILED!: [reported from test()] Blank yield expressions are not syntax errors: 4
FAILED!: [reported from test()] Expected value 'No Error', Actual value 'SyntaxError: yield expression must be parenthesized'
FAILED!: [reported from test()]
| Reporter | ||
Comment 1•19 years ago
|
||
its getting late. :-/
Summary: , firefox_1.9a1_2006090910_dbg, linux/plum, browser, 2006-09-09-13-57-20, for each in array comprehensions expected: aa,bb,cc actual: aa,bb,cc reason: → js1_7/geniter/regress-345855.js FAILED
Comment 2•19 years ago
|
||
Works for me with the patch for bug 352015.
/be
*** This bug has been marked as a duplicate of 352015 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•19 years ago
|
||
this still fails for me in 1.8 1.9 20060914 builds on windows, linux and mactel at least.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 4•19 years ago
|
||
The test is wrong -- see bug 351514.
/be
| Reporter | ||
Comment 5•19 years ago
|
||
test passes now but it wasn't changed.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•