Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created June 14, 2012 15:26
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 isaacs/2930966 to your computer and use it in GitHub Desktop.
Save isaacs/2930966 to your computer and use it in GitHub Desktop.
[root@79c40006-5377-4da0-b0a0-06d8c515c8cf node]# make test
make -C out BUILDTYPE=Release
make[1]: Entering directory `/root/node/out'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/node/out'
ln -fs out/Release/node node
python tools/test.py --mode=release simple message
=== release test-regress-GH-1697 ===
Path: simple/test-regress-GH-1697
Server running.
events.js:65
throw arguments[1]; // Unhandled 'error' event
^
Error: connect ECONNREFUSED
at errnoException (net.js:768:11)
at Object.afterConnect [as oncomplete] (net.js:759:19)
Command: out/Release/node /root/node/test/simple/test-regress-GH-1697.js
=== release test-dgram-broadcast-multi-process ===
Path: simple/test-dgram-broadcast-multi-process
[PARENT] sent 'First message to send' to 255.255.255.255:12346
[PARENT] sent 'Second message to send' to 255.255.255.255:12346
[PARENT] sent 'Third message to send' to 255.255.255.255:12346
[PARENT] sent 'Fourth message to send' to 255.255.255.255:12346
[PARENT] sendSocket closed
[PARENT] Responses were not received within 5000 ms.
[PARENT] Fail
Command: out/Release/node /root/node/test/simple/test-dgram-broadcast-multi-process.js
=== release test-dgram-multicast-multi-process ===
Path: simple/test-dgram-multicast-multi-process
[PARENT] sent 'First message to send' to 224.0.0.114:12346
[PARENT] sent 'Second message to send' to 224.0.0.114:12346
[PARENT] sent 'Third message to send' to 224.0.0.114:12346
[PARENT] sent 'Fourth message to send' to 224.0.0.114:12346
[PARENT] sendSocket closed
[PARENT] Responses were not received within 5000 ms.
[PARENT] Fail
Command: out/Release/node /root/node/test/simple/test-dgram-multicast-multi-process.js
=== release test-eio-limit ===
Path: simple/test-eio-limit
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false == true
at repeat (/root/node/test/simple/test-eio-limit.js:30:12)
at /root/node/test/simple/test-eio-limit.js:35:5
at EventEmitter.startup.processNextTick.process._tickCallback (node.js:238:9)
Command: out/Release/node /root/node/test/simple/test-eio-limit.js
=== release undefined_reference_in_new_context ===
Path: message/undefined_reference_in_new_context
before
/root/node/test/message/undefined_reference_in_new_context.js:34
script.runInNewContext();
^
ReferenceError: foo is not defined
at evalmachine.<anonymous>:1:1
at Object.<anonymous> (/root/node/test/message/undefined_reference_in_new_context.js:34:8)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:487:10)
at EventEmitter.startup.processNextTick.process._tickCallback (node.js:238:9)
Command: out/Release/node /root/node/test/message/undefined_reference_in_new_context.js
[02:39|% 100|+ 423|- 5]: Done
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment