tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.3k stars 457 forks source link

RAB: Integrate staging tests for the .reduce method #4156

Closed ioannad closed 1 month ago

ioannad commented 1 month ago

of Array.prototype and TypedArray.prototype

This is part of PR #3888 to make reviewing easier. Includes changes to use the helper ./harness/resizableArrayBufferUtils.js

This should be very similar to #4157 for .reduceRight.

ioannad commented 1 month ago

@ptomato oh oops! Thank you!

ptomato commented 1 month ago

@ioannad Could you rebase this please? I think the removals of the reduceRight files are causing merge conflicts, we want to make sure they stay in-tree when it's merged.