-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.
Description
- Version: v8.0.0-pre ( hash 9516aa1)
- Platform: MacOSX
- Subsystem: napi
make test
Throws following error on mac.
=== release test ===
Path: addons-napi/test_array/test
assert.js:557
throw actual;
^
TypeError: test_array.TestGetElement is not a function
at assert.throws (/Users/rgaunker/os/node/test/addons-napi/test_array/test.js:24:16)
at _tryBlock (assert.js:514:5)
at _throws (assert.js:535:12)
at Function.throws (assert.js:565:3)
at Object.<anonymous> (/Users/rgaunker/os/node/test/addons-napi/test_array/test.js:22:8)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
Command: out/Release/node --napi-modules /Users/rgaunker/os/node/test/addons-napi/test_array/test.js
[03:12|% 100|+ 1529|- 3]: Done
make: *** [test] Error 1
Metadata
Metadata
Assignees
Labels
node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.