Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created November 8, 2011 15:43
Show Gist options
  • Save springmeyer/1348108 to your computer and use it in GitHub Desktop.
Save springmeyer/1348108 to your computer and use it in GitHub Desktop.
node.js windows tests
# run node master tests on windows XP with VS 2010
C:\node>vcbuild test 1> test_out.txt
os.unlink() [Error 32] The process cannot access the file because it is being us
ed by another process: 'c:\\docume~1\\xp_user\\locals~1\\temp\\tmps4hugn'
os.unlink() [Error 32] The process cannot access the file because it is being us
ed by another process: 'c:\\docume~1\\xp_user\\locals~1\\temp\\tmpkm2gsn'
## output
['-f', 'msvs', '-G', 'msvs_version=2010', '.\\node.gyp', '-I', '.\\common.gypi', '--depth=.', '-Dtarget_arch=ia32', '-Dcomponent=static_library', '-Dlibrary=static_library']
Project files generated.
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\node\Debug\http_parser.lib) does not match the Library's OutputFile property value (C:\node\Debug\lib\http_parser.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile). [C:\node\deps\http_parser\http_parser.vcxproj]
http_parser.vcxproj -> C:\node\Debug\http_parser.lib
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\node\Debug\openssl.lib) does not match the Library's OutputFile property value (C:\node\Debug\lib\openssl.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile). [C:\node\deps\openssl\openssl.vcxproj]
openssl.vcxproj -> C:\node\Debug\openssl.lib
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\node\Debug\uv.lib) does not match the Library's OutputFile property value (C:\node\Debug\lib\uv.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile). [C:\node\deps\uv\uv.vcxproj]
uv.vcxproj -> C:\node\Debug\uv.lib
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\node\Debug\v8_base.lib) does not match the Library's OutputFile property value (C:\node\Debug\lib\v8_base.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile). [C:\node\deps\v8\tools\gyp\v8_base.vcxproj]
v8_base.vcxproj -> C:\node\Debug\v8_base.lib
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\node\Debug\zlib.lib) does not match the Library's OutputFile property value (C:\node\Debug\lib\zlib.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile). [C:\node\deps\zlib\zlib.vcxproj]
zlib.vcxproj -> C:\node\Debug\zlib.lib
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\node\Debug\v8_nosnapshot.lib) does not match the Library's OutputFile property value (C:\node\Debug\lib\v8_nosnapshot.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile). [C:\node\deps\v8\tools\gyp\v8_nosnapshot.vcxproj]
v8_nosnapshot.vcxproj -> C:\node\Debug\v8_nosnapshot.lib
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\node\Debug\v8_snapshot.lib) does not match the Library's OutputFile property value (C:\node\Debug\lib\v8_snapshot.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile). [C:\node\deps\v8\tools\gyp\v8_snapshot.vcxproj]
v8_snapshot.vcxproj -> C:\node\Debug\v8_snapshot.lib
running 'python tools/test.py --mode=debug simple message'
[00:00|% 0|+ 0|- 0]: debug test-assert
[00:00|% 0|+ 1|- 0]: debug test-buffer
[00:00|% 0|+ 2|- 0]: debug test-c-ares
=== 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
[00:03|% 1|+ 2|- 1]: debug test-chdir
[00:04|% 1|+ 3|- 1]: debug test-child-process-buffering
[00:04|% 1|+ 4|- 1]: debug test-child-process-customfd-bounded
[00:04|% 2|+ 5|- 1]: debug test-child-process-cwd
[00:05|% 2|+ 6|- 1]: debug test-child-process-double-pipe
[00:05|% 2|+ 7|- 1]: debug test-child-process-env
[00:06|% 3|+ 8|- 1]: debug test-child-process-exec-cwd
[00:06|% 3|+ 9|- 1]: debug test-child-process-exec-env
[00:06|% 3|+ 10|- 1]: debug test-child-process-exit-code
[00:07|% 4|+ 11|- 1]: debug test-child-process-fork
[00:08|% 4|+ 12|- 1]: debug test-child-process-fork2
[00:09|% 4|+ 13|- 1]: debug test-child-process-ipc
[00:10|% 5|+ 14|- 1]: debug test-child-process-kill
[00:10|% 5|+ 15|- 1]: debug test-child-process-set-blocking
[00:10|% 5|+ 16|- 1]: debug test-child-process-stdin
[00:11|% 6|+ 17|- 1]: debug test-child-process-stdout-flush
[00:12|% 6|+ 18|- 1]: debug test-cli-eval
[00:13|% 6|+ 19|- 1]: debug test-console-not-call-toString
[00:13|% 7|+ 20|- 1]: debug test-console
[00:13|% 7|+ 21|- 1]: debug test-crypto-random
[00:14|% 7|+ 22|- 1]: debug test-crypto
[00:15|% 8|+ 23|- 1]: debug test-debugger-client
[00:17|% 8|+ 24|- 1]: debug test-debugger-repl
=== 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
[00:21|% 8|+ 24|- 2]: debug test-delayed-require
[00:22|% 9|+ 25|- 2]: debug test-dgram-pingpong
=== debug test-dgram-pingpong ===
Path: simple/test-dgram-pingpong
server listening on 20988 undefined
Client sending to 20988, localhost PING
server listening on 20989 localhost
Client sending to 20989, localhost PING
server listening on 20990 localhost
Client sending to 20990, localhost PING
server got: PING from 127.0.0.1:2372
Client sent 4 bytes
server got: PING from 127.0.0.1:2373
Client sent 4 bytes
server got: PING from 127.0.0.1:2374
Client sent 4 bytes
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:2372
server got: PING from 127.0.0.1:2373
server got: PING from 127.0.0.1:2374
client got: PONG from 127.0.0.1:20988
client got: from 127.0.0.1:20989
assert.js:104
throw new assert.AssertionError({
^
AssertionError: "PONG" == ""
at Socket.<anonymous> (C:\node\test\simple\test-dgram-pingpong.js:66:14)
at Socket.emit (events.js:70:17)
at UDP.onMessage [as onmessage] (dgram.js:307:10)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-dgram-pingpong.js
[00:23|% 9|+ 25|- 3]: debug test-dgram-udp4
[00:24|% 10|+ 26|- 3]: debug test-eio-race
[00:25|% 10|+ 27|- 3]: debug test-eio-race2
[00:26|% 10|+ 28|- 3]: debug test-eio-race4
[00:26|% 11|+ 29|- 3]: debug test-error-reporting
[00:27|% 11|+ 30|- 3]: debug test-eval-require
[00:27|% 11|+ 31|- 3]: debug test-eval
[00:28|% 12|+ 32|- 3]: debug test-event-emitter-add-listeners
[00:28|% 12|+ 33|- 3]: debug test-event-emitter-check-listener-leaks
[00:28|% 12|+ 34|- 3]: debug test-event-emitter-max-listeners
[00:28|% 13|+ 35|- 3]: debug test-event-emitter-modify-in-emit
[00:28|% 13|+ 36|- 3]: debug test-event-emitter-num-args
[00:29|% 13|+ 37|- 3]: debug test-event-emitter-once
[00:29|% 14|+ 38|- 3]: debug test-event-emitter-remove-all-listeners
[00:29|% 14|+ 39|- 3]: debug test-event-emitter-remove-listeners
[00:29|% 14|+ 40|- 3]: debug test-exception-handler
[00:29|% 15|+ 41|- 3]: debug test-exception-handler2
[00:29|% 15|+ 42|- 3]: debug test-exec-max-buffer
[00:29|% 15|+ 43|- 3]: debug test-executable-path
[00:29|% 16|+ 44|- 3]: debug test-file-read-noexist
[00:30|% 16|+ 45|- 3]: debug test-file-write-stream
[00:30|% 16|+ 46|- 3]: debug test-file-write-stream2
[00:30|% 17|+ 47|- 3]: debug test-file-write-stream3
[00:30|% 17|+ 48|- 3]: debug test-fs-chmod
[00:30|% 17|+ 49|- 3]: debug test-fs-error-messages
[00:30|% 18|+ 50|- 3]: debug test-fs-fsync
=== 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, The operation completed successfully.
'C:\node\test\fixtures\a.js'
Command: C:\node\Debug\node.exe C:\node\test\simple\test-fs-fsync.js
[00:30|% 18|+ 50|- 4]: debug test-fs-open
[00:31|% 19|+ 51|- 4]: debug test-fs-read-buffer
[00:31|% 19|+ 52|- 4]: debug test-fs-read-file-sync-hostname
[00:31|% 19|+ 53|- 4]: debug test-fs-read-file-sync
[00:31|% 20|+ 54|- 4]: debug test-fs-read-stream
[00:32|% 20|+ 55|- 4]: debug test-fs-read
[00:32|% 20|+ 56|- 4]: debug test-fs-readfile-empty
[00:32|% 21|+ 57|- 4]: debug test-fs-realpath
=== 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:454: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
[00:32|% 21|+ 57|- 5]: debug test-fs-sir-writes-alot
[00:33|% 21|+ 58|- 5]: debug test-fs-stat
[00:34|% 22|+ 59|- 5]: debug test-fs-symlink
[00:34|% 22|+ 60|- 5]: debug test-fs-utimes
[00:34|% 22|+ 61|- 5]: debug test-fs-watch
[00:35|% 23|+ 62|- 5]: debug test-fs-write-buffer
[00:36|% 23|+ 63|- 5]: debug test-fs-write-file-buffer
[00:36|% 23|+ 64|- 5]: debug test-fs-write-file
[00:36|% 24|+ 65|- 5]: debug test-fs-write-stream-end
[00:36|% 24|+ 66|- 5]: debug test-fs-write-stream
[00:36|% 24|+ 67|- 5]: debug test-fs-write-sync
[00:37|% 25|+ 68|- 5]: debug test-fs-write
[00:37|% 25|+ 69|- 5]: debug test-global
[00:37|% 25|+ 70|- 5]: debug test-http-1.0
[00:37|% 26|+ 71|- 5]: debug test-http-304
[00:38|% 26|+ 72|- 5]: debug test-http-abort-before-end
[00:39|% 26|+ 73|- 5]: debug test-http-abort-client
[00:40|% 27|+ 74|- 5]: debug test-http-agent
[00:41|% 27|+ 75|- 5]: debug test-http-allow-req-after-204-res
[00:42|% 28|+ 76|- 5]: debug test-http-blank-header
[00:42|% 28|+ 77|- 5]: debug test-http-buffer-sanity
[00:43|% 28|+ 78|- 5]: debug test-http-chunked
[00:44|% 29|+ 79|- 5]: debug test-http-client-abort
[00:44|% 29|+ 80|- 5]: debug test-http-client-abort2
[00:45|% 29|+ 81|- 5]: debug test-http-client-agent
[00:46|% 30|+ 82|- 5]: debug test-http-client-parse-error
[00:47|% 30|+ 83|- 5]: debug test-http-client-race-2
[00:48|% 30|+ 84|- 5]: debug test-http-client-race
[00:49|% 31|+ 85|- 5]: debug test-http-client-upload-buf
[00:50|% 31|+ 86|- 5]: debug test-http-client-upload
[00:51|% 31|+ 87|- 5]: debug test-http-conn-reset
[00:52|% 32|+ 88|- 5]: debug test-http-contentLength0
[00:52|% 32|+ 89|- 5]: debug test-http-curl-chunk-problem
[00:53|% 32|+ 90|- 5]: debug test-http-default-encoding
[00:54|% 33|+ 91|- 5]: debug test-http-dns-error
[00:54|% 33|+ 92|- 5]: debug test-http-dns-fail
=== debug test-http-dns-fail ===
Path: simple/test-http-dns-fail
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false == true
at EventEmitter.<anonymous> (C:\node\test\simple\test-http-dns-fail.js:60:10)
at EventEmitter.emit (events.js:88:20)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-http-dns-fail.js
[00:56|% 33|+ 92|- 6]: debug test-http-eof-on-connect
[00:56|% 34|+ 93|- 6]: debug test-http-exceptions
[00:57|% 34|+ 94|- 6]: debug test-http-expect-continue
[00:58|% 34|+ 95|- 6]: debug test-http-extra-response
[00:58|% 35|+ 96|- 6]: debug test-http-full-response
[00:59|% 35|+ 97|- 6]: debug test-http-get-pipeline-problem
[01:00|% 35|+ 98|- 6]: debug test-http-head-request
[01:00|% 36|+ 99|- 6]: debug test-http-head-response-has-no-body-end
[01:01|% 36|+ 100|- 6]: debug test-http-head-response-has-no-body
[01:02|% 37|+ 101|- 6]: debug test-http-header-read
[01:02|% 37|+ 102|- 6]: debug test-http-host-headers
[01:04|% 37|+ 103|- 6]: debug test-http-keep-alive-close-on-header
[01:05|% 38|+ 104|- 6]: debug test-http-keep-alive
[01:05|% 38|+ 105|- 6]: debug test-http-legacy
[01:06|% 38|+ 106|- 6]: debug test-http-malformed-request
[01:07|% 39|+ 107|- 6]: debug test-http-many-keep-alive-connections
[01:23|% 39|+ 108|- 6]: debug test-http-multi-line-headers
[01:24|% 39|+ 109|- 6]: debug test-http-mutable-headers
[01:25|% 40|+ 110|- 6]: debug test-http-parser
[01:25|% 40|+ 111|- 6]: debug test-http-patch
[01:26|% 40|+ 112|- 6]: debug test-http-proxy
[01:27|% 41|+ 113|- 6]: debug test-http-request-end-twice
[01:28|% 41|+ 114|- 6]: debug test-http-request-end
[01:30|% 41|+ 115|- 6]: debug test-http-response-close
[01:31|% 42|+ 116|- 6]: debug test-http-response-readable
[01:32|% 42|+ 117|- 6]: debug test-http-server-multiheaders
[01:32|% 42|+ 118|- 6]: debug test-http-server
[01:33|% 43|+ 119|- 6]: debug test-http-set-cookies
[01:34|% 43|+ 120|- 6]: debug test-http-set-timeout
[01:36|% 43|+ 121|- 6]: debug test-http-set-trailers
[01:37|% 44|+ 122|- 6]: debug test-http-status-code
[01:38|% 44|+ 123|- 6]: debug test-http-unix-socket
[01:39|% 44|+ 124|- 6]: debug test-http-upgrade-agent
[01:40|% 45|+ 125|- 6]: debug test-http-upgrade-client
[01:41|% 45|+ 126|- 6]: debug test-http-upgrade-client2
[01:42|% 46|+ 127|- 6]: debug test-http-upgrade-server
[01:42|% 46|+ 128|- 6]: debug test-http-upgrade-server2
[01:43|% 46|+ 129|- 6]: debug test-http-url.parse-auth-with-header-in-re...
[01:44|% 47|+ 130|- 6]: debug test-http-url.parse-auth
[01:45|% 47|+ 131|- 6]: debug test-http-url.parse-basic
[01:46|% 47|+ 132|- 6]: debug test-http-url.parse-https.request
[01:48|% 48|+ 133|- 6]: debug test-http-url.parse-only-support-http-http...
[01:48|% 48|+ 134|- 6]: debug test-http-url.parse-path
[01:48|% 48|+ 135|- 6]: debug test-http-url.parse-post
[01:50|% 49|+ 136|- 6]: debug test-http-url.parse-search
[01:50|% 49|+ 137|- 6]: debug test-http-wget
[01:51|% 49|+ 138|- 6]: debug test-http-write-empty-string
[01:51|% 50|+ 139|- 6]: debug test-http
[01:53|% 50|+ 140|- 6]: debug test-https-agent
[01:56|% 50|+ 141|- 6]: debug test-https-connecting-to-http
[01:57|% 51|+ 142|- 6]: debug test-https-eof-for-eom
[01:58|% 51|+ 143|- 6]: debug test-https-foafssl
[02:00|% 51|+ 144|- 6]: debug test-https-simple
[02:01|% 52|+ 145|- 6]: debug test-init
[02:03|% 52|+ 146|- 6]: debug test-memory-usage
[02:03|% 52|+ 147|- 6]: debug test-mkdir-rmdir
[02:04|% 53|+ 148|- 6]: debug test-module-load-list
[02:04|% 53|+ 149|- 6]: debug test-module-loading
[02:05|% 53|+ 150|- 6]: debug test-net-binary
[02:07|% 54|+ 151|- 6]: debug test-net-bytes-stats
[02:07|% 54|+ 152|- 6]: debug test-net-can-reset-timeout
[02:08|% 55|+ 153|- 6]: debug test-net-connect-buffer
[02:08|% 55|+ 154|- 6]: debug test-net-connect-handle-econnrefused
[02:11|% 55|+ 155|- 6]: debug test-net-connect-timeout
[02:12|% 56|+ 156|- 6]: debug test-net-create-connection
[02:13|% 56|+ 157|- 6]: debug test-net-eaddrinuse
[02:14|% 56|+ 158|- 6]: debug test-net-isip
[02:14|% 57|+ 159|- 6]: debug test-net-keepalive
[02:17|% 57|+ 160|- 6]: debug test-net-large-string
[02:18|% 57|+ 161|- 6]: debug test-net-listen-error
[02:19|% 58|+ 162|- 6]: debug test-net-pingpong
=== 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
[02:20|% 58|+ 162|- 7]: debug test-net-pipe-connect-errors
=== 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:42: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
[02:21|% 58|+ 162|- 8]: debug test-net-reconnect
[02:21|% 59|+ 163|- 8]: debug test-net-remote-address-port
[02:22|% 59|+ 164|- 8]: debug test-net-server-bind
[02:23|% 59|+ 165|- 8]: debug test-net-server-close
[02:24|% 60|+ 166|- 8]: debug test-net-server-listen-remove-callback
[02:24|% 60|+ 167|- 8]: debug test-net-server-max-connections
[02:25|% 60|+ 168|- 8]: debug test-net-server-try-ports
[02:26|% 61|+ 169|- 8]: debug test-net-socket-timeout
[02:26|% 61|+ 170|- 8]: debug test-net-stream
[02:26|% 61|+ 171|- 8]: debug test-next-tick-doesnt-hang
[02:27|% 62|+ 172|- 8]: debug test-next-tick-errors
[02:27|% 62|+ 173|- 8]: debug test-next-tick-ordering
[02:27|% 62|+ 174|- 8]: debug test-next-tick-ordering2
[02:27|% 63|+ 175|- 8]: debug test-next-tick-starvation
[02:28|% 63|+ 176|- 8]: debug test-next-tick
[02:28|% 64|+ 177|- 8]: debug test-os
[02:28|% 64|+ 178|- 8]: debug test-path
[02:29|% 64|+ 179|- 8]: debug test-pipe-address
[02:29|% 65|+ 180|- 8]: debug test-pipe-file-to-http
[02:33|% 65|+ 181|- 8]: debug test-pipe-head
[02:33|% 65|+ 182|- 8]: debug test-pipe-return-val
[02:34|% 66|+ 183|- 8]: debug test-pipe-stream
[02:34|% 66|+ 184|- 8]: debug test-pipe
[05:37|% 66|+ 185|- 8]: debug test-process-env
[05:38|% 67|+ 186|- 8]: debug test-process-kill-null
[05:38|% 67|+ 187|- 8]: debug test-process-next-tick
[05:39|% 67|+ 188|- 8]: debug test-process-wrap
[05:39|% 68|+ 189|- 8]: debug test-pump-file2tcp-noexist
[05:40|% 68|+ 190|- 8]: debug test-pump-file2tcp
[05:41|% 68|+ 191|- 8]: debug test-punycode
[05:41|% 69|+ 192|- 8]: debug test-querystring
[05:41|% 69|+ 193|- 8]: debug test-readdir
[05:42|% 69|+ 194|- 8]: debug test-readdouble
[05:42|% 70|+ 195|- 8]: debug test-readfloat
[05:42|% 70|+ 196|- 8]: debug test-readint
[05:43|% 70|+ 197|- 8]: debug test-readuint
[05:43|% 71|+ 198|- 8]: debug test-regress-GH-1531
[05:45|% 71|+ 199|- 8]: debug test-regress-GH-1697
[05:48|% 71|+ 200|- 8]: debug test-regress-GH-1726
[05:50|% 72|+ 201|- 8]: debug test-regress-GH-1899
[05:52|% 72|+ 202|- 8]: debug test-regress-GH-746
[05:52|% 73|+ 203|- 8]: debug test-regress-GH-784
[05:59|% 73|+ 204|- 8]: debug test-regress-GH-819
[05:59|% 73|+ 205|- 8]: debug test-regress-GH-877
[06:01|% 74|+ 206|- 8]: debug test-regress-GH-897
[06:02|% 74|+ 207|- 8]: debug test-regression-object-prototype
[06:02|% 74|+ 208|- 8]: debug test-repl
[06:04|% 75|+ 209|- 8]: debug test-require-cache-without-stat
[06:05|% 75|+ 210|- 8]: debug test-require-cache
[06:05|% 75|+ 211|- 8]: debug test-require-exceptions
[06:06|% 76|+ 212|- 8]: debug test-require-resolve
[06:06|% 76|+ 213|- 8]: debug test-script-context
[06:06|% 76|+ 214|- 8]: debug test-script-new
[06:07|% 77|+ 215|- 8]: debug test-script-static-context
[06:07|% 77|+ 216|- 8]: debug test-script-static-new
[06:07|% 77|+ 217|- 8]: debug test-script-static-this
[06:07|% 78|+ 218|- 8]: debug test-script-this
[06:08|% 78|+ 219|- 8]: debug test-setproctitle
[06:08|% 78|+ 220|- 8]: debug test-sigint-infinite-loop
[06:09|% 79|+ 221|- 8]: debug test-signal-handler
=== debug test-signal-handler ===
Path: simple/test-signal-handler
process.pid: 308
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Unknown signal: SIGHUP
at EventEmitter.kill (node.js:347: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
[06:09|% 79|+ 221|- 9]: debug test-signal-unregister
[06:10|% 79|+ 222|- 9]: debug test-stdin-from-file
[06:11|% 80|+ 223|- 9]: debug test-stdout-to-file
[06:15|% 80|+ 224|- 9]: debug test-stream-pipe-cleanup
[06:16|% 80|+ 225|- 9]: debug test-stream-pipe-error-handling
[06:16|% 81|+ 226|- 9]: debug test-stream-pipe-event
[06:17|% 81|+ 227|- 9]: debug test-stream-pipe-multi
[06:39|% 82|+ 228|- 9]: debug test-string-decoder
[06:40|% 82|+ 229|- 9]: debug test-sync-fileread
[06:41|% 82|+ 230|- 9]: debug test-sys
[06:43|% 83|+ 231|- 9]: debug test-tcp-wrap-connect
[06:43|% 83|+ 232|- 9]: debug test-tcp-wrap-listen
=== 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
[06:44|% 83|+ 232|- 10]: debug test-tcp-wrap
[06:45|% 84|+ 233|- 10]: debug test-timers-linked-list
[06:45|% 84|+ 234|- 10]: debug test-tls-client-abort
[06:47|% 84|+ 235|- 10]: debug test-tls-client-resume
[06:49|% 85|+ 236|- 10]: debug test-tls-client-verify
[06:51|% 85|+ 237|- 10]: debug test-tls-connect-simple
[06:53|% 85|+ 238|- 10]: debug test-tls-connect
[06:57|% 86|+ 239|- 10]: debug test-tls-ext-key-usage
[06:57|% 86|+ 240|- 10]: debug test-tls-junk-closes-server
[06:58|% 86|+ 241|- 10]: debug test-tls-npn-server-client
[07:00|% 87|+ 242|- 10]: debug test-tls-passphrase
[07:01|% 87|+ 243|- 10]: debug test-tls-pause-close
[07:03|% 87|+ 244|- 10]: debug test-tls-pause
[07:04|% 88|+ 245|- 10]: debug test-tls-peer-certificate
[07:06|% 88|+ 246|- 10]: debug test-tls-remote
[07:07|% 88|+ 247|- 10]: debug test-tls-request-timeout
[07:09|% 89|+ 248|- 10]: debug test-tls-securepair-client
[07:09|% 89|+ 249|- 10]: debug test-tls-securepair-server
[07:11|% 89|+ 250|- 10]: debug test-tls-server-verify
[07:14|% 90|+ 251|- 10]: debug test-tls-session-cache
[07:15|% 90|+ 252|- 10]: debug test-tls-set-encoding
[07:16|% 91|+ 253|- 10]: debug test-tls-sni-server-client
[07:18|% 91|+ 254|- 10]: debug test-tty-stdout-end
[07:18|% 91|+ 255|- 10]: debug test-tty-wrap
[07:18|% 92|+ 256|- 10]: debug test-umask
[07:19|% 92|+ 257|- 10]: debug test-url
[07:30|% 92|+ 258|- 10]: debug test-utf8-scripts
[07:31|% 93|+ 259|- 10]: debug test-util-format
[07:31|% 93|+ 260|- 10]: debug test-util-inspect
[07:31|% 93|+ 261|- 10]: debug test-util
[07:32|% 94|+ 262|- 10]: debug test-vm-create-context-accessors
[07:33|% 94|+ 263|- 10]: debug test-vm-create-context-circular-reference
[07:33|% 94|+ 264|- 10]: debug test-writedouble
[07:34|% 95|+ 265|- 10]: debug test-writefloat
[07:34|% 95|+ 266|- 10]: debug test-writeint
[07:35|% 95|+ 267|- 10]: debug test-writeuint
[07:35|% 96|+ 268|- 10]: debug test-zerolengthbufferbug
[07:36|% 96|+ 269|- 10]: debug test-zlib-from-gzip
[07:37|% 96|+ 270|- 10]: debug test-zlib-from-string
=== 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
[07:38|% 97|+ 270|- 11]: debug test-zlib-random-byte-pipes
[07:39|% 97|+ 271|- 11]: debug test-zlib
[07:41|% 97|+ 272|- 11]: debug 2100bytes
[07:41|% 98|+ 273|- 11]: debug hello_world
[07:42|% 98|+ 274|- 11]: debug stack_overflow
[07:42|% 98|+ 275|- 11]: debug throw_custom_error
[07:43|% 99|+ 276|- 11]: debug throw_non_error
[07:44|% 99|+ 277|- 11]: debug undefined_reference_in_new_context
[07:45|% 100|+ 278|- 11]: Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment