Skip to content

Instantly share code, notes, and snippets.

@mmalecki
Created February 16, 2012 15:41
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 mmalecki/1845715 to your computer and use it in GitHub Desktop.
Save mmalecki/1845715 to your computer and use it in GitHub Desktop.
node@ce485791db5507d160cbc204b8a58e770ac60a50 test results, Mac OS X
[maciej@pc07 node (master)]$ make test
make -C out BUILDTYPE=Release
make[1]: Nothing to be done for `all'.
ln -fs out/Release/node node
python tools/test.py --mode=release simple message
=== release test-fs-watch ===
Path: simple/test-fs-watch
Command: out/Release/node /Users/maciej/dev/JavaScript/node/test/simple/test-fs-watch.js
--- TIMEOUT ---
=== release test-http-full-response ===
Path: simple/test-http-full-response
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 3 == 0
at EventEmitter.<anonymous> (/Users/maciej/dev/JavaScript/node/test/simple/test-http-full-response.js:95:10)
at EventEmitter.emit (events.js:88:20)
at EventEmitter.exit (node.js:344:17)
at /Users/maciej/dev/JavaScript/node/test/simple/test-http-full-response.js:56:15
at ChildProcess.exithandler (child_process.js:320:7)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:394:16)
at Process.onexit (child_process.js:430:5)
Command: out/Release/node /Users/maciej/dev/JavaScript/node/test/simple/test-http-full-response.js
=== release test-script-new ===
Path: simple/test-script-new
DEBUG: run a string
DEBUG: script created
DEBUG: thrown error
DEBUG: undefined reference
DEBUG: error.message: foo is not defined
DEBUG: pass values in and out
DEBUG: call a function by reference
DEBUG: modify an object by reference
DEBUG: invalid this
Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file ../src/node_object_wrap.h, line 52.
Command: out/Release/node /Users/maciej/dev/JavaScript/node/test/simple/test-script-new.js
[03:05|% 100|+ 355|- 3]: Done
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment