mozilla / spidernode

Node.js on top of SpiderMonkey
https://ehsanakhgari.org/blog/2016-04-20/project-spidernode
Other
559 stars 43 forks source link

test-process-versions asserts: 'spidermonkey' !== 'v8' #379

Open mykmelez opened 7 years ago

mykmelez commented 7 years ago

Ok, that isn't the exact assertion, but the test is checking the keys of the process.versions object against the set of components for which it expects that object to report the versions. And the only difference between what it expects and what it gets is that it expects a v8 key and instead gets a spidermonkey key. This should be trivial to resolve.

=== release test-process-versions ===
Path: parallel/test-process-versions JS error at :0: uncaught exception: AssertionError: [ 'ares', 'http_parser', 'modules', 'node', 'openssl', 'spidermonkey', 'uv', 'zlib' ] deepStrictEqual [ 'ares', 'http_parser', 'modules', 'node', 'openssl', 'uv', 'v8', 'zlib' ]

:0

AssertionError: [ 'ares', 'http_parser', 'modules', 'node', 'openssl', 'spidermonkey', 'uv', 'zlib' ] deepStrictEqual [ 'ares', 'http_parser', 'modules', 'node', 'openssl', 'uv', 'v8', 'zlib' ] Command: out/Release/node /Users/myk/Projects/spidernode/test/parallel/test-process-versions.js