Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update tests for larger Buffers #32114

Commits on Mar 6, 2020

  1. test: update tests for larger Buffers

    V8 is about to increase the max TypedArray length to 2**32-1, which
    Node inherits as Buffer.kMaxLength. Some tests relied on values greater
    than the previous max length (2**31-1) to throw errors; this updates
    those tests for the new max length.
    jakobkummerow authored and mmarchini committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    f4f1ef8 View commit details
    Browse the repository at this point in the history