Closed
Description
I'm helping @aks- get started to contributing to node; he reported these errors to me on IRC from his Ubuntu 14.04-64bit machine, which I haven't seen reported before.
=== release test-fs-long-path ===
Path: parallel/test-fs-long-path
{ filenameLength: 260, fullPathLength: 260 }
/home/ashok/myprojects/io.js/test/parallel/test-fs-long-path.js:22
if (err) throw err;
^
Error: ENAMETOOLONG: name too long, open '/home/ashok/myprojects/io.js/test/tmp.2/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
at Error (native)
Command: out/Release/iojs /home/ashok/myprojects/io.js/test/parallel/test-fs-long-path.js
=== release test-require-long-path ===
Path: parallel/test-require-long-path
fs.js:799
return binding.mkdir(pathModule._makeLong(path),
^
Error: ENAMETOOLONG: name too long, mkdir '/home/ashok/myprojects/io.js/test/tmp.0/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
at Error (native)
at Object.fs.mkdirSync (fs.js:799:18)
at Object.<anonymous> (/home/ashok/myprojects/io.js/test/parallel/test-require-long-path.js:16:4)
at Module._compile (module.js:430:26)
at Object.Module._extensions..js (module.js:448:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:471:10)
at startup (node.js:117:18)
at node.js:948:3
Command: out/Release/iojs /home/ashok/myprojects/io.js/test/parallel/test-require-long-path.js
=== release test-net-better-error-messages-port-hostname ===
Path: parallel/test-net-better-error-messages-port-hostname
Command: out/Release/iojs /home/ashok/myprojects/io.js/test/parallel/test-net-better-error-messages-port-hostname.js
--- TIMEOUT ---
=== release test-net-connect-immediate-finish ===
Path: parallel/test-net-connect-immediate-finish
Command: out/Release/iojs /home/ashok/myprojects/io.js/test/parallel/test-net-connect-immediate-finish.js
--- TIMEOUT ---
(dunno who to cc)