#13378 closed enhancement (fixed)
node.js-12.16.2
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (7)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
comment:3 by , 5 years ago
We should try "make check" again with the next release of node.js, but for now we need to move to "make test-all" instead. This skips the lint checks and the documentation tests. The documentation tests fail because of a missing module not shipped with the source tarball. This seems to be a packaging error.
With "make test-all", I get the following test results:
[02:39|% 100|+ 2871|- 0]: Done
If using "make check", I get the following results:
Error: Cannot find module '/sources/node-v12.16.2/tools/doc/../node_modules/eslint/node_modules/js-yaml' Require stack: - /sources/node-v12.16.2/tools/doc/common.js - /sources/node-v12.16.2/tools/doc/html.js - /sources/node-v12.16.2/tools/doc/generate.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15) at Function.Module._load (internal/modules/cjs/loader.js:862:27) at Module.require (internal/modules/cjs/loader.js:1042:19) at require (internal/modules/cjs/helpers.js:77:18) at Object.<anonymous> (/home/lfs/node-v12.16.2/tools/doc/common.js:4:3) at Module._compile (internal/modules/cjs/loader.js:1156:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10) at Module.load (internal/modules/cjs/loader.js:1000:32) at Function.Module._load (internal/modules/cjs/loader.js:899:14) at Module.require (internal/modules/cjs/loader.js:1042:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/sources/node-v12.16.2/tools/doc/common.js', '/sources/node-v12.16.2/tools/doc/html.js', '/sources/node-v12.16.2/tools/doc/generate.js' ] }
The test suite then stops after this point.
comment:4 by , 5 years ago
Thanks to Thomas for providing me with supplemental output to confirm the test suite problem as well
Note:
See TracTickets
for help on using tickets.
Seems like a lot of changes for that cycle.