Description
when I run the tests, the console shows the next error:
=== release test-require-deps-deprecation ===
Path: parallel/test-require-deps-deprecation
assert.js:42
throw new errors.AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Missing expected exception.
at Object. (/home/ocrisostomo/node/test/parallel/test-require-deps-deprecation.js:43:10)
at Module._compile (module.js:660:30)
at Object.Module._extensions..js (module.js:671:10)
at Module.load (module.js:577:32)
at tryModuleLoad (module.js:517:12)
at Function.Module._load (module.js:509:3)
at Function.Module.runMain (module.js:701:10)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:645:3
Command: out/Release/node /home/ocrisostomo/node/test/parallel/test-require-deps-deprecation.js
Command: out/Release/node /home/ocrisostomo/node/test/parallel/test-require-deps-deprecation.js
[04:09|% 100|+ 2131|- 1]: Done
Makefile:215: recipe for target 'test' failed
make: *** [test] Error 1
so It's normal or is there something that I have to do to run all tests?