We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're running into this in Ubuntu's 22.04 CI: https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/s390x/n/node-nan/20220306_113841_a17b2@/log.gz
534 passing (12s) 1 failing
test/js/strings-test.js FromV8String should be equal:
Error: should be equal
-栀攀氀氀漀 +hello
at Test. (test/js/strings-test.js:36:5) at Object. (test/js/strings-test.js:14:1)
I wonder if this might be an endian issue with the usage of the Buffer class? We can disable the test but a fix/workaround would be most appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're running into this in Ubuntu's 22.04 CI:
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/s390x/n/node-nan/20220306_113841_a17b2@/log.gz
534 passing (12s)
1 failing
test/js/strings-test.js FromV8String should be equal:
Error: should be equal
-栀攀氀氀漀
+hello
at Test. (test/js/strings-test.js:36:5)
at Object. (test/js/strings-test.js:14:1)
I wonder if this might be an endian issue with the usage of the Buffer class? We can disable the test but a fix/workaround would be most appreciated.
The text was updated successfully, but these errors were encountered: