Skip to content

Instantly share code, notes, and snippets.

@wankdanker
Created November 18, 2011 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wankdanker/1377895 to your computer and use it in GitHub Desktop.
Save wankdanker/1377895 to your computer and use it in GitHub Desktop.
node 0.6.2 windows xp
=== debug test-c-ares ===
Path: simple/test-c-ares
C:\node\test\simple\test-c-ares.js:46
if (error) throw error;
^
Error: getaddrinfo ENOENT
at errnoException (dns.js:31:11)
at Object.onanswer [as oncomplete] (dns.js:140:16)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-c-ares.js
=== debug test-child-process-double-pipe ===
Path: simple/test-child-process-double-pipe
grep stdin write 25
echo exit
grep stdout end
grep exit
assert.js:104
throw new assert.AssertionError({
^
AssertionError: "" == "hellO\nnOde\nwOrld\n"
at Socket.<anonymous> (C:\node\test\simple\test-child-process-double-pipe.js
:109:10)
at Socket.emit (events.js:64:17)
at Pipe.onread (net.js:348:51)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-child-process-double-pi
pe.js
=== debug test-debugger-repl-utf8 ===
Path: simple/test-debugger-repl-utf8
Error: Timeout. Expected: /listening on port 5858/
Command: C:\node\Debug\node.exe C:\node\test\simple\test-debugger-repl-utf8.js
=== debug test-debugger-repl ===
Path: simple/test-debugger-repl
Error: Timeout. Expected: /listening on port 5858/
Command: C:\node\Debug\node.exe C:\node\test\simple\test-debugger-repl.js
=== debug test-fs-fsync ===
Path: simple/test-fs-fsync
open C:\node\test\fixtures\a.js
fd undefined
C:\node\test\simple\test-fs-fsync.js:35
if (err) throw err;
^
Error: UNKNOWN, unknown error 'C:\node\test\fixtures\a.js'
Command: C:\node\Debug\node.exe C:\node\test\simple\test-fs-fsync.js
=== debug test-fs-realpath ===
Path: simple/test-fs-realpath
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: "/" == "C:\\"
at Object.<anonymous> (C:\node\test\simple\test-fs-realpath.js:468:8)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Array.0 (module.js:470:10)
at EventEmitter._tickCallback (node.js:192:40)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-fs-realpath.js
=== debug test-http-curl-chunk-problem ===
Path: simple/test-http-curl-chunk-problem
dd command: "C:\node\Debug\node.exe" "C:\node\test\fixtures\create-file.js" "C:
\node\test\tmp\big" 10485760
Server running at http://localhost:8080
making curl request
C:\node\test\simple\test-http-curl-chunk-problem.js:49
if (err) throw err;
^
Error: Command failed: 'openssl' is not recognized as an internal or external co
mmand,
operable program or batch file.
at ChildProcess.exithandler (child_process.js:280:15)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:359:16)
at Process.onexit (child_process.js:395:5)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-http-curl-chunk-problem
.js
=== debug test-net-pingpong ===
Path: simple/test-net-pingpong
server listening on \\.\pipe\libuv-test undefined
server listening on 20988 undefined
server listening on 20989 localhost
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: listen EAFNOSUPPORT
at errnoException (net.js:614:11)
at Array.1 (net.js:689:28)
at EventEmitter._tickCallback (node.js:192:40)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-net-pingpong.js
=== debug test-net-pipe-connect-errors ===
Path: simple/test-net-pipe-connect-errors
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: false == true
at Socket.<anonymous> (C:\node\test\simple\test-net-pipe-connect-errors.js:4
2:3)
at Socket.emit (events.js:67:17)
at Array.1 (net.js:299:25)
at EventEmitter._tickCallback (node.js:192:40)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-net-pipe-connect-errors
.js
=== debug test-next-tick-starvation ===
Path: simple/test-next-tick-starvation
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: The timer is starving
at Array.spin [as 0] (C:\node\test\simple\test-next-tick-starvation.js:33:11
)
at EventEmitter._tickCallback (node.js:192:40)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-next-tick-starvation.js
=== debug test-pipe-head ===
Path: simple/test-pipe-head
C:\node\test\simple\test-pipe-head.js:39
if (err) throw err;
^
Error: Command failed: 'head' is not recognized as an internal or external comma
nd,
operable program or batch file.
at ChildProcess.exithandler (child_process.js:280:15)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:359:16)
at Process.onexit (child_process.js:395:5)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-pipe-head.js
=== debug test-process-kill-null ===
Path: simple/test-process-kill-null
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: kill ESRCH
at errnoException (node.js:215:13)
at EventEmitter.kill (node.js:360:15)
at Object.<anonymous> (C:\node\test\simple\test-process-kill-null.js:29:9)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Array.0 (module.js:470:10)
at EventEmitter._tickCallback (node.js:192:40)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-process-kill-null.js
=== debug test-regress-GH-897 ===
Path: simple/test-regress-GH-897
110
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false == true
at EventEmitter.<anonymous> (C:\node\test\simple\test-regress-GH-897.js:13:1
0)
at EventEmitter.emit (events.js:88:20)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-regress-GH-897.js
=== debug test-signal-handler ===
Path: simple/test-signal-handler
process.pid: 3060
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Unknown signal: SIGHUP
at EventEmitter.kill (node.js:355:17)
at Object.<anonymous> (C:\node\test\simple\test-signal-handler.js:62:9)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Array.0 (module.js:470:10)
at EventEmitter._tickCallback (node.js:192:40)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-signal-handler.js
=== debug test-stdin-from-file ===
Path: simple/test-stdin-from-file
"C:\node\Debug\node.exe" "C:\node\test\fixtures\echo.js" < "C:\node\test\fixture
s\stdin.txt"
C:\node\test\simple\test-stdin-from-file.js:61
if (err) throw err;
^
Error: Command failed:
node.js:284
throw new Error('process.stdout cannot be closed');
^
Error: process.stdout cannot be closed
at Socket.<anonymous> (node.js:284:15)
at [object Object].<anonymous> (C:\node\test\fixtures\echo.js:34:18)
at [object Object].emit (events.js:64:17)
at afterRead (fs.js:1081:12)
at Object.wrapper [as oncomplete] (fs.js:252:17)
at ChildProcess.exithandler (child_process.js:280:15)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:359:16)
at Process.onexit (child_process.js:395:5)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-stdin-from-file.js
=== debug test-tcp-wrap-listen ===
Path: simple/test-tcp-wrap-listen
got connection
client.writeQueueSize: 11
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 0 == 11
at TCP.onread (C:\node\test\simple\test-tcp-wrap-listen.js:42:14)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-tcp-wrap-listen.js
=== debug test-tls-securepair-server ===
Path: simple/test-tls-securepair-server
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 1 == 0
at EventEmitter.<anonymous> (C:\node\test\simple\test-tls-securepair-server.
js:149:10)
at EventEmitter.emit (events.js:88:20)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-tls-securepair-server.j
s
=== debug test-tls-server-verify ===
Path: simple/test-tls-server-verify
connecting with agent1
Running 'Do not request certs. Everyone is unauthorized.'
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: agent1 rejected, but should NOT have been
at ChildProcess.<anonymous> (C:\node\test\simple\test-tls-server-verify.js:2
17:14)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:359:16)
at Socket.<anonymous> (child_process.js:464:7)
at Socket.emit (events.js:67:17)
at Array.0 (net.js:300:10)
at EventEmitter._tickCallback (node.js:192:40)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-tls-server-verify.js
=== debug test-zlib-from-string ===
Path: simple/test-zlib-from-string
assert.js:104
throw new assert.AssertionError({
^
AssertionError: gzip encoded string should match
at C:\node\test\simple\test-zlib-from-string.js:37:10
at Gzip.<anonymous> (zlib.js:155:5)
at Gzip.emit (events.js:64:17)
at zlib.js:314:10
at Object.callback (zlib.js:400:13)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-zlib-from-string.js
[17:50|% 100|+ 277|- 19]: Done
C:\node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment