After updating the Node-ChakraCore JSRT implementation, addons_napi/test_buffer fails due to a finalizer callback not being invoked after an explicit call to gc().
This could be a bug in the ChakraShim implementation of gc(), or it could be just due to different GC behavior. We'll need to investigate and fix either the shim or the test accordingly.