Closed
Bug 1030104
Opened 11 years ago
Closed 4 years ago
assertDeepEq and property enumeration order in property descriptors
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: anba, Unassigned)
References
Details
From bug 737198, comment #5
> If we have tests which depend on some particular ordering (and I don't doubt we
> do, it's easy to be in tunnel vision mode for a particular failure mode when
> writing a test), we should change 'em to not depend on such an ordering. Feel
> free to file bugs on any such tests you might find. :-)
jit-test/tests/arrays/sort-getter-only.js
tests/ecma_6/Symbol/property-basics.js
tests/ecma_6/Symbol/property-reflection.js
| Reporter | ||
Comment 1•4 years ago
|
||
Enumeration order is now fully spec'ed in ECMAScript, so this is a WONTFIX.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•