Skip to content
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
This repository was archived by the owner on Jun 19, 2019. It is now read-only.

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

Description

@mykmelez

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions