v8 / node

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
https://nodejs.org
Other
171 stars 66 forks source link

Adapt tests for increased TypedArray sizes #161

Closed backes closed 1 year ago

backes commented 1 year ago

V8 will increase the maximum TypedArray size in https://crrev.com/c/4872536; this CL adapts the tests to allow for that.

Tests that hard-code smaller sizes or are already tested in V8 are removed; one test is adapted to not rely on a specific limit.

backes commented 1 year ago

Adding some random folks that reviewed before; not sure how the review process works here... @syg @pthier @victorgomes

backes commented 1 year ago

Thanks, Patrick!