test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Tests for Async-from-Sync Iterator changes

Open mhofman opened this issue 3 years ago • 0 comments

https://github.com/tc39/ecma262/pull/2600 reached consensus at the last plenary. It updates Async-from-Sync Iterator objects to close the wrapped iterator in cases where the async wrapper is considered to be done, but the sync iterator isn't.

I included some examples in the presentation of where this behavior shows up, and there were a few relevant cases in the linked issue. I plan to adapt those into test262 cases, but I may not have time immediately, so creating this issue to keep track of the tests needed.

mhofman avatar Jan 30 '22 04:01 mhofman