Skip to content

Instantly share code, notes, and snippets.

@3rd-Eden
Created July 17, 2010 12:13
Show Gist options
  • Save 3rd-Eden/479468 to your computer and use it in GitHub Desktop.
Save 3rd-Eden/479468 to your computer and use it in GitHub Desktop.
python tools/test.py --mode=release simple message
=== release test-dgram-unix ===
Path: simple/test-dgram-unix
server is listening
client is listening
client wrote 17 bytes.
server got: A message to send from /tmp/dgram_client_sock
assert:80
throw new assert.AssertionError({
^
AssertionError: "/tmp/dgram_server_sock" === "/tmp/dgram_server_sock\u0002"
at Socket.<anonymous> (/Users/V1/Sites/node/test/simple/test-dgram-unix.js:24:12)
at Socket.emit (events:33:26)
at IOWatcher.callback (dgram:55:12)
at node.js:266:9
Command: build/default/node /Users/V1/Sites/node/test/simple/test-dgram-unix.js
=== release test-error-reporting ===
Path: simple/test-error-reporting
.
assert:80
throw new assert.AssertionError({
^
AssertionError: true == false
at /Users/V1/Sites/node/test/simple/test-error-reporting.js:45:10
at /Users/V1/Sites/node/test/simple/test-error-reporting.js:21:5
at ChildProcess.<anonymous> (child_process:84:21)
at ChildProcess.emit (events:33:26)
at Stream.<anonymous> (child_process:112:12)
at Stream.emit (events:26:26)
at net:1001:12
at EventEmitter._tickCallback (node.js:50:25)
at node.js:266:9
Command: build/default/node /Users/V1/Sites/node/test/simple/test-error-reporting.js
[00:13|% 100|+ 110|- 2]: Done
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment