Closed Bug 1877831 Opened 1 year ago Closed 10 months ago

New test262 failures with Iterator Helpers

Categories

(Core :: JavaScript Engine, defect, P2)

defect

Tracking

()

RESOLVED FIXED
126 Branch
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

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.

(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 :)

Severity: -- → S3
Priority: -- → P2
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
Pushed by evilpies@gmail.com: https://hg.mozilla.org/integration/autoland/rev/931d7c9e5dea Implement the Iterator helpers' funky getter/setters. r=dminor

Backed out for causing SM bustages in proto.js

Flags: needinfo?(evilpies)
Pushed by evilpies@gmail.com: https://hg.mozilla.org/integration/autoland/rev/da1cb5d4f552 Implement the Iterator helpers' funky getter/setters. r=dminor
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Flags: needinfo?(evilpies)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: