New test262 failures with Iterator Helpers
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: dminor, Assigned: evilpies)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
While updating test262 in Bug 1877822, I hit a handful of new failures for the iterator helpers feature:
--enable-iterator-helpers test262/built-ins/Iterator/prototype/constructor/prop-desc.js
--enable-iterator-helpers test262/built-ins/Iterator/prototype/constructor/weird-setter.js
--enable-iterator-helpers test262/built-ins/Iterator/prototype/Symbol.toStringTag/prop-desc.js
--enable-iterator-helpers test262/built-ins/Iterator/prototype/Symbol.toStringTag/weird-setter.js
Comment 1•1 year ago
|
||
It looks like you've just not updated your implementation of these properties to use the weird setters. We made a breaking change for web compat purposes at https://github.com/tc39/proposal-iterator-helpers/pull/287.
Reporter | ||
Comment 2•1 year ago
|
||
(In reply to Michael Ficarra from comment #1)
It looks like you've just not updated your implementation of these properties to use the weird setters. We made a breaking change for web compat purposes at https://github.com/tc39/proposal-iterator-helpers/pull/287.
That's right, thanks for the reminder :)
Updated•11 months ago
|
Updated•10 months ago
|
Comment 5•10 months ago
|
||
Backed out for causing SM bustages in proto.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | non262/Iterator/proto.js | (args: "--dll /builds/worker/fetches/injector/libbreakpadinjector.so") [0.0 s]
Comment 7•10 months ago
|
||
bugherder |
Description
•