Skip to content

test: test-tick-processor failed #5903

Closed
@ghaiklor

Description

@ghaiklor
  • Version: v6.0.0-pre
  • Platform: Darwin Kernel Version 15.4.0
  • Subsystem: test

When running make test, I got the following:

/usr/bin/python tools/test.py --mode=release message parallel sequential -J
=== release test-tick-processor ===
Path: parallel/test-tick-processor
assert.js:89
  throw new assert.AssertionError({
  ^
AssertionError: false == true
    at runTest (/Users/ghaiklor/Library/Projects/node/test/parallel/test-tick-processor.js:58:3)
    at Object.<anonymous> (/Users/ghaiklor/Library/Projects/node/test/parallel/test-tick-processor.js:38:1)
    at Module._compile (module.js:417:34)
    at Object.Module._extensions..js (module.js:426:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Function.Module.runMain (module.js:451:10)
    at startup (node.js:155:18)
    at node.js:433:3
Command: out/Release/node /Users/ghaiklor/Library/Projects/node/test/parallel/test-tick-processor.js
[00:55|% 100|+ 1062|-   1]: Done
make: *** [test] Error 1

Assertion error in this code:

runTest(/RunInDebugContext/,
  `function f() {
     require(\'vm\').runInDebugContext(\'Debug\');
     setImmediate(function() { f(); });
   };
   setTimeout(function() { process.exit(0); }, 2000);
   f();`);

Metadata

Metadata

Assignees

No one assigned

    Labels

    macosIssues and PRs related to the macOS platform / OSX.testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions