Closed
Bug 1305776
Opened 8 years ago
Closed 8 years ago
The test for "Array.prototype.values" failing on ES6 compatibility tests
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: alex.fdm, Unassigned)
References
()
Details
The test for "Built-in extensions/Array.prototype methods/Array.prototype.values" on ECMAscrpipt 6 Compatibility Table (http://kangax.github.io/compat-table/es6/) is failing o FF51. It works fine on FF50 and FF52.
Reporter | ||
Updated•8 years ago
|
Comment 1•8 years ago
|
||
This is probably bug 1299593. To make a long story short: there's this one CRM out there that breaks if support for Array.prototype.values is shipped. Until that's resolved somehow -- there's an update to the CRM, and if everyone installed it we might be home free -- Array.prototype.values will continue to not work to spec.
See Also: → 1299593
Reporter | ||
Comment 2•8 years ago
|
||
If this is really the case, I would expect the same behavior on FF50 beta too.
Reporter | ||
Comment 3•8 years ago
|
||
I tested again with released Firefox 50 and current builds for versions 51, 52, 53. It seems to be working as expected according to bug #1299593.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•