Skip to content

Instantly share code, notes, and snippets.

@wankdanker
Created November 4, 2011 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wankdanker/1339957 to your computer and use it in GitHub Desktop.
Save wankdanker/1339957 to your computer and use it in GitHub Desktop.
nodejs tests for 0.6 release

####Linux inspection09 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux

[23:28|% 100|+ 623|-   9]: Done

Notes: Head @ 5213c390, bare metal


DEST_OS: linux
DEST_CPU: ia32
Parallel Jobs: 1
Product type: program
-rwxr-xr-x 1 user user 8.7M 2011-11-04 14:17 out/Release/node
python tools/test.py --mode=debug,release

=== debug test-debugger-repl ===
Path: simple/test-debugger-repl
Error: Timeout. Expected: /break in .*:1/
Command: out/Debug/node /tmp/node/test/simple/test-debugger-repl.js

                                                   
                                                     
=== debug test-debugger-client ===
Path: simple/test-debugger-client
>>> new node process: 30636
>>> starting debugger session
>>> connecting...ready!
Command: out/Debug/node /tmp/node/test/simple/test-debugger-client.js
--- TIMEOUT ---

 
=== release test-debugger-repl ===
Path: simple/test-debugger-repl
Error: Timeout. Expected: /break in .*:1/
Command: out/Release/node /tmp/node/test/simple/test-debugger-repl.js
                                                     
                                                       
=== release test-debugger-client ===
Path: simple/test-debugger-client
>>> new node process: 31515
>>> starting debugger session
>>> connecting...ready!
version: 3.6.6.6
>>> new node process: 31519
>>> starting debugger session
>>> connecting...
requesting version
>>> killing node process 31515
Command: out/Release/node /tmp/node/test/simple/test-debugger-client.js
--- TIMEOUT ---

                                                
=== debug test-keep-alive ===
Path: pummel/test-keep-alive
keep-alive: 452 req/sec
normal: 485 req/sec
assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: true == false
    at EventEmitter.<anonymous> (/tmp/node/test/pummel/test-keep-alive.js:89:10)
    at EventEmitter.emit (events.js:88:20)
Command: out/Debug/node /tmp/node/test/pummel/test-keep-alive.js

                                            
=== debug test-timers ===
Path: pummel/test-timers
diff: 399

assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: true == false
    at Timer.<anonymous> (/tmp/node/test/pummel/test-timers.js:61:10)
    at Timer.ontimeout (timers.js:208:14)
Command: out/Debug/node /tmp/node/test/pummel/test-timers.js
                                                    
=== debug test-regress-GH-892 ===
Path: pummel/test-regress-GH-892
expecting 33554432 bytes
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Command: out/Debug/node /tmp/node/test/pummel/test-regress-GH-892.js

=== debug test-tls-throttle ===
Path: pummel/test-tls-throttle
build body...done
Command: out/Debug/node /tmp/node/test/pummel/test-tls-throttle.js
--- TIMEOUT ---

=== release test-regress-GH-892 ===
Path: pummel/test-regress-GH-892
expecting 33554432 bytes
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Command: out/Release/node /tmp/node/test/pummel/test-regress-GH-892.js

[23:28|% 100|+ 623|-   9]: Done

####Linux linuxvm12 2.6.38-10-server #46~lucid1-Ubuntu SMP Wed Jul 6 20:19:32 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

[16:20|% 100|+ 622|-  10]: Done

Notes: Head @ 5213c390; VM on KVM 0.15.0, ran as root


DEST_OS: linux
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
-rwxr-xr-x 1 node node 11M 2011-11-04 18:25 out/Release/node
python tools/test.py --mode=debug,release
                                                             
=== debug test-net-pipe-connect-errors ===
Path: simple/test-net-pipe-connect-errors
assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: false == true
    at Socket.<anonymous> (/opt/node-server-pgc/lib/node/test/simple/test-net-pipe-connect-errors.js:66:12)
    at Socket.emit (events.js:64:17)
    at Object.afterConnect [as oncomplete] (net.js:588:10)
Command: out/Debug/node /opt/node-server-pgc/lib/node/test/simple/test-net-pipe-connect-errors.js

=== debug test-net-connect-timeout ===
Path: simple/test-net-connect-timeout
node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: connect ECONNREFUSED
    at errnoException (net.js:614:11)
    at Object.afterConnect [as oncomplete] (net.js:605:18)
Command: out/Debug/node /opt/node-server-pgc/lib/node/test/simple/test-net-connect-timeout.js

=== 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
Client sent 4 bytes
Client sent 4 bytes
Client sent 4 bytes
server got: PING from 127.0.0.1:52539
server got: PING from 127.0.0.1:53017
server got: PING from 127.0.0.1:46638
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20990
client got: PONG from 127.0.0.1:20989
server got: PING from 127.0.0.1:46638
server got: PING from 127.0.0.1:53017
server got: PING from 127.0.0.1:52539
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
[removed lots of lines lines]
client got: PONG from 127.0.0.1:20990
client has closed, closing server
server got: PING from 127.0.0.1:52539
client got: PONG from 127.0.0.1:20989
server got: PING from 127.0.0.1:52539
client got: PONG from 127.0.0.1:20989
client has closed, closing server
Command: out/Debug/node /opt/node-server-pgc/lib/node/test/simple/test-dgram-pingpong.js
--- TIMEOUT ---

=== release test-net-server-max-connections ===
Path: simple/test-net-server-max-connections
server.maxConnections = 100
connect 0
connect 1
connect 2
connect 3
connect 4
connect 5
connect 6
connect 7
connect 8
connect 9
connect 10
connect 11
connect 12
connect 13
connect 14
connect 15
connect 16
connect 17
connect 18
connect 19
connect 20
connect 21
connect 22
connect 23
connect 24
connect 25
connect 26
connect 27
connect 28
connect 29
connect 30
connect 31
connect 32
connect 33
connect 34
connect 35
connect 36
connect 37
connect 38
connect 39
connect 40
connect 41
connect 42
connect 43
connect 44
connect 45
connect 46
connect 47
connect 48
connect 49
connect 50
connect 51
connect 52
connect 53
connect 54
connect 55
connect 56
connect 57
connect 58
connect 59
connect 60
connect 61
connect 62
connect 63
connect 64
connect 65
connect 66
connect 67
connect 68
connect 69
connect 70
connect 71
connect 72
connect 73
connect 74
connect 75
connect 76
connect 77
connect 78
connect 79
connect 80
connect 81
connect 82
connect 83
connect 84
connect 85
connect 86
connect 87
connect 88
connect 89
connect 90
connect 91
connect 92
connect 93
connect 94
connect 95
connect 96
connect 97
connect 98
connect 99
closed 99

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
AssertionError: 99 was one of the first closed connections but shouldnt have been
    at Socket.<anonymous> (/opt/node-server-pgc/lib/node/test/simple/test-net-server-max-connections.js:76:16)
    at Socket.emit (events.js:67:17)
    at Array.0 (net.js:300:10)
    at EventEmitter._tickCallback (node.js:192:40)
Command: out/Release/node /opt/node-server-pgc/lib/node/test/simple/test-net-server-max-connections.js

                                                                  
=== release test-net-pipe-connect-errors ===
Path: simple/test-net-pipe-connect-errors
assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: false == true
    at Socket.<anonymous> (/opt/node-server-pgc/lib/node/test/simple/test-net-pipe-connect-errors.js:66:12)
    at Socket.emit (events.js:64:17)
    at Object.afterConnect [as oncomplete] (net.js:588:10)
Command: out/Release/node /opt/node-server-pgc/lib/node/test/simple/test-net-pipe-connect-errors.js

=== release test-net-connect-timeout ===
Path: simple/test-net-connect-timeout
node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: connect ECONNREFUSED
    at errnoException (net.js:614:11)
    at Object.afterConnect [as oncomplete] (net.js:605:18)
Command: out/Release/node /opt/node-server-pgc/lib/node/test/simple/test-net-connect-timeout.js

=== debug test-regress-GH-892 ===
Path: pummel/test-regress-GH-892
expecting 33554432 bytes
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Command: out/Debug/node /opt/node-server-pgc/lib/node/test/pummel/test-regress-GH-892.js

                                                    
=== debug test-timers ===
Path: pummel/test-timers
diff: 552

assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: true == false
    at Timer.<anonymous> (/opt/node-server-pgc/lib/node/test/pummel/test-timers.js:61:10)
    at Timer.ontimeout (timers.js:208:14)
Command: out/Debug/node /opt/node-server-pgc/lib/node/test/pummel/test-timers.js

                                            
=== release test-regress-GH-892 ===
Path: pummel/test-regress-GH-892
expecting 33554432 bytes
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Command: out/Release/node /opt/node-server-pgc/lib/node/test/pummel/test-regress-GH-892.js

=== release test-net-pause ===
Path: pummel/test-net-pause
Command: out/Release/node /opt/node-server-pgc/lib/node/test/pummel/test-net-pause.js
--- CRASHED ---
                                          
[16:20|% 100|+ 622|-  10]: Done

####Linux dellp390-02 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

[13:54|% 100|+ 625|-   5]: Done

Notes: Head @ 8ef2c13d; bare metal


DEST_OS: linux
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
-rwxrwxr-x 1 dverweire dverweire 11M 2011-11-04 13:17 out/Release/node
python tools/test.py --mode=debug,release
=== release test-pipe ===                                                      
Path: simple/test-pipe
Making request
{ 'content-length': '5242880',
  host: 'localhost:12346',
  connection: 'keep-alive' }
socket connected
tcp server connection
...response with 'thanks'
...Got response
.tcp socket disconnect
Command: out/Release/node /home/dverweire/projects/node/node-server-pgc/lib/node/test/simple/test-pipe.js
--- TIMEOUT ---
=== debug test-regress-GH-892 ===                                              
Path: pummel/test-regress-GH-892
expecting 33554432 bytes
...DONE
Command: out/Debug/node /home/dverweire/projects/node/node-server-pgc/lib/node/test/pummel/test-regress-GH-892.js
=== debug test-keep-alive ===                             
Path: pummel/test-keep-alive
node: src/uv-common.c:98: uv_err_name: Assertion `0' failed.
Command: out/Debug/node /home/dverweire/projects/node/node-server-pgc/lib/node/test/pummel/test-keep-alive.js
=== debug test-timers ===                                   
Path: pummel/test-timers
diff: 503

assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: true == false
    at Timer.<anonymous> (/home/dverweire/projects/node/node-server-pgc/lib/node/test/pummel/test-timers.js:61:10)
    at Timer.ontimeout (timers.js:208:14)
Command: out/Debug/node /home/dverweire/projects/node/node-server-pgc/lib/node/test/pummel/test-timers.js
=== release test-regress-GH-892 ===                             
Path: pummel/test-regress-GH-892
expecting 33554432 bytes
...DONE
Command: out/Release/node /home/dverweire/projects/node/node-server-pgc/lib/node/test/pummel/test-regress-GH-892.js
[13:54|% 100|+ 625|-   5]: Done

####Windows XP SP3

[32:21|% 100|+ 287|-  29]: Done

['-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'

=== 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-pipe.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, The operation completed successfully.

 '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: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

                                                             
=== 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 command,

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-module-loading ===
Path: simple/test-module-loading
DEBUG: load test-module-loading.js
load fixtures/b/d.js
load package/index.js
load fixtures/b/c.js
load fixtures/a.js
DEBUG: test index.js modules ids and relative loading
DEBUG: test index.js in a folder with a trailing slash
DEBUG: test package.json require() loading
DEBUG: test cycles containing a .. path
DEBUG: test node_modules folders
C:\node\test\fixtures\node_modules\foo.js
C:\node\test\fixtures\node_modules
C:\node\test\node_modules
C:\node\node_modules
C:\node_modules

C:\node\test\fixtures\node_modules\baz\index.js
C:\node\test\fixtures\node_modules\baz\node_modules
C:\node\test\fixtures\node_modules
C:\node\test\node_modules
C:\node\node_modules
C:\node_modules

C:\node\test\fixtures\node_modules\bar.js
C:\node\test\fixtures\node_modules
C:\node\test\node_modules
C:\node\node_modules
C:\node_modules

C:\node\test\fixtures\node_modules\baz\node_modules\asdf.js
C:\node\test\fixtures\node_modules\baz\node_modules
C:\node\test\fixtures\node_modules
C:\node\test\node_modules
C:\node\node_modules
C:\node_modules

DEBUG: test name clashes
DEBUG: load custom file types with extensions
DEBUG: load custom file types that return non-strings
DEBUG: load order

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
AssertionError: null == true
    at Object.<anonymous> (C:\node\test\simple\test-module-loading.js:187:10)
    at Module._compile (module.js:432:26)
    at Object.<anonymous> (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-module-loading.js


                                                         
=== debug test-net-connect-timeout ===
Path: simple/test-net-connect-timeout
timeout

assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: false == true
    at Socket.<anonymous> (C:\node\test\simple\test-net-connect-timeout.js:53:10)
    at Socket.emit (events.js:64:17)
    at Socket._onTimeout (net.js:151:8)
    at Timer.ontimeout (timers.js:84:39)
Command: C:\node\Debug\node.exe C:\node\test\simple\test-net-connect-timeout.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:42:3)
    at Socket.emit (events.js:67:17)
    at Array.0 (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 command,

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: Unknown system errno 6 kill
    at errnoException (node.js:215:13)
    at EventEmitter.kill (node.js:352: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
100

assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: false == true
    at EventEmitter.<anonymous> (C:\node\test\simple\test-regress-GH-897.js:13:10)
    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: 3860
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


                                                     
=== 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.js

                                                           
                                                       
=== 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:217: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

                                                      
                                          
=== debug test-exec ===
Path: pummel/test-exec
kill pid 1076
'sleep 3' with timeout 50 took 395 ms
error!: 1
stdout: ""
stderr: "'ls' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
error code: 1
stdout: ""
stderr: "'ls' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
'sleep 3' was already killed. Took 506 ms
assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: 1 == 0
    at EventEmitter.<anonymous> (C:\node\test\pummel\test-exec.js:109:10)
    at EventEmitter.emit (events.js:88:20)
Command: C:\node\Debug\node.exe C:\node\test\pummel\test-exec.js

                                                   
=== debug test-fs-watch-file ===
Path: pummel/test-fs-watch-file
node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: use fs.watch api instead
    at Object.watchFile (fs.js:702:11)
    at C:\node\test\pummel\test-fs-watch-file.js:56:10
    at Function._throws (assert.js:292:5)
    at Function.throws (assert.js:318:11)
    at Object.<anonymous> (C:\node\test\pummel\test-fs-watch-file.js:54: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)
Command: C:\node\Debug\node.exe C:\node\test\pummel\test-fs-watch-file.js

                                                   
                                                  
=== debug test-net-pingpong ===
Path: pummel/test-net-pingpong
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.2 (net.js:689:28)
    at EventEmitter._tickCallback (node.js:192:40)
Command: C:\node\Debug\node.exe C:\node\test\pummel\test-net-pingpong.js

                                                  
                                                         
=== debug test-net-write-callbacks ===
Path: pummel/test-net-write-callbacks
net.js:432
  var writeReq = this._handle.write(data);
                              ^
TypeError: Cannot call method 'write' of null
    at Socket._write (net.js:432:31)
    at Socket.write (net.js:424:15)
    at Socket.<anonymous> (C:\node\test\pummel\test-net-write-callbacks.js:46:14)
    at Socket.emit (events.js:64:17)
    at Object.afterConnect [as oncomplete] (net.js:588:10)
Command: C:\node\Debug\node.exe C:\node\test\pummel\test-net-write-callbacks.js

                                                      
=== debug test-regress-GH-814_2 ===
Path: pummel/test-regress-GH-814_2
C:\node\test\tmp\GH-814_test.txt


node.js:352
        throw errnoException('kill', errno);
              ^
Error: Unknown system errno 6 kill
    at errnoException (node.js:215:13)
    at EventEmitter.kill (node.js:352:15)
    at Object._onTimeout (C:\node\test\pummel\test-regress-GH-814_2.js:41:17)
    at Timer.ontimeout (timers.js:84:39)
Command: C:\node\Debug\node.exe --expose_gc C:\node\test\pummel\test-regress-GH-814_2.js

                                                  
=== debug test-regress-GH-892 ===
Path: pummel/test-regress-GH-892
expecting 33554432 bytes
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Command: C:\node\Debug\node.exe C:\node\test\pummel\test-regress-GH-892.js
--- TIMEOUT ---

                                            
=== debug test-timers ===
Path: pummel/test-timers
diff: 236

assert.js:104
  throw new assert.AssertionError({
        ^
AssertionError: true == false
    at Timer.<anonymous> (C:\node\test\pummel\test-timers.js:61:10)
    at Timer.ontimeout (timers.js:208:14)
Command: C:\node\Debug\node.exe C:\node\test\pummel\test-timers.js

                                                  
=== debug test-tls-throttle ===
Path: pummel/test-tls-throttle
build body...done
Command: C:\node\Debug\node.exe C:\node\test\pummel\test-tls-throttle.js
--- TIMEOUT ---

                                               
=== debug test-watch-file ===
Path: pummel/test-watch-file
watching for changes of C:\node\test\fixtures\x.txt
node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: use fs.watch api instead
    at Object.watchFile (fs.js:702:11)
    at watchFile (C:\node\test\pummel\test-watch-file.js:35:6)
    at Object.<anonymous> (C:\node\test\pummel\test-watch-file.js:45:1)
    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\pummel\test-watch-file.js

                                         
=== debug test-dns ===
Path: internet/test-dns
test_resolve4
looking up nodejs.org...
test_resolve6
nodejs.org =  [ '8.12.44.238' ]
test_reverse_ipv4
test_reverse_ipv6
test_reverse_bogus
test_resolveMx
test_resolveNs
test_resolveSrv
test_resolveCname
test_resolveTxt
test_lookup_ipv4_explicit
test_lookup_ipv4_implicit
test_lookup_ipv6_explicit
test_lookup_ipv6_implicit
C:\node\test\internet\test-dns.js:294
    if (err) throw err;
                   ^
Error: getaddrinfo OK
    at errnoException (dns.js:31:11)
    at Object.onanswer [as oncomplete] (dns.js:140:16)
Command: C:\node\Debug\node.exe C:\node\test\internet\test-dns.js

                                         
[32:21|% 100|+ 287|-  29]: Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment