-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
assert: partialDeepStrictEqual does not properly work comparing Int16Arrays, ArrayBuffers and SharedArrayBuffers #56097
Labels
assert
Issues and PRs related to the assert subsystem.
Comments
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 1, 2024
…s, SharedArrayBuffers and Int16Arrays Fixes: nodejs#56097
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 1, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 1, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 1, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 1, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 1, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 2, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 3, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 3, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 4, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 4, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 5, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 5, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 7, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 7, 2024
puskin94
added a commit
to puskin94/node
that referenced
this issue
Dec 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v24.0.0-pre
Platform
Subsystem
No response
What steps will reproduce the bug?
Following what still needed to be done in #54630 , I kept looking for discrepancies between what works with assert.deepStrictEqual and what should work with assert.partialDeepStrictEqual but it does not.
all the tests above will fail, while they should not
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
all the tests above will fail, while they should not
What do you see instead?
the tests above will fail
Additional information
No response
The text was updated successfully, but these errors were encountered: