-
Notifications
You must be signed in to change notification settings - Fork 465
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 failed: External ArrayBuffer with finalizer #735
Comments
Don't see any changes to the test files for arraybuffer.js or arraybuffer.cc recently. @gabrielschulhof are you aware of any finalizer related changes on the node core side recently? |
This looks like it could be related: nodejs/node#33321. It also went in to 14.x as well so that would explain it failing on both master and 14 but not earlier releases. |
From this comment likely an issue with timing/windows nodejs/node#33321 (comment) as it sounds like the test needed to be updated for core for Windows. |
Refs: nodejs#735 Signed-off-by: Michael Dawson <[email protected]>
Refs: nodejs#735 Signed-off-by: Michael Dawson <[email protected]>
Refs: nodejs#735 Signed-off-by: Michael Dawson <[email protected]>
Refs: nodejs#735 Signed-off-by: Michael Dawson <[email protected]>
Refs: nodejs#735 Signed-off-by: Michael Dawson <[email protected]>
Signed-off-by: Michael Dawson <[email protected]> PR-URL: #737 Refs: #735 Reviewed-By: Anna Henningsen <[email protected]>
A fix for this has landed in #737. |
Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node-addon-api#737 Refs: nodejs/node-addon-api#735 Reviewed-By: Anna Henningsen <[email protected]>
Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node-addon-api#737 Refs: nodejs/node-addon-api#735 Reviewed-By: Anna Henningsen <[email protected]>
Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node-addon-api#737 Refs: nodejs/node-addon-api#735 Reviewed-By: Anna Henningsen <[email protected]>
Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs/node-addon-api#737 Refs: nodejs/node-addon-api#735 Reviewed-By: Anna Henningsen <[email protected]>
Test failed: External ArrayBuffer with finalizer seems to have been failing since May 16, on Windows for master and 14.x
The text was updated successfully, but these errors were encountered: