-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: fix V8 test on big-endian machines #12186
Conversation
CI: https://ci.nodejs.org/job/node-test-commit/8852/ I’d like to land this if the it comes back green to un-break CI … sorry everyone :/ |
+1 to landing as soon as CI comes back (it already passed on linuxone so we're looking good). Thanks for getting on this so quickly @addaleax ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
assert.deepStrictEqual(v8.deserialize(buf), | ||
new Uint16Array([0xdead, 0xbeef])); | ||
expectedResult); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this doesn't need to be on a new line anymore
Ref: #12143 (comment) PR-URL: #12186 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Ref: #12143 (comment)
/cc @targos