Skip to content

Instantly share code, notes, and snippets.

@CarterA
Created January 27, 2011 21:37
Show Gist options
  • Select an option

  • Save CarterA/799336 to your computer and use it in GitHub Desktop.

Select an option

Save CarterA/799336 to your computer and use it in GitHub Desktop.
python tools/test.py --mode=debug,release
=== debug test-init ===
Path: simple/test-init
node.js:114
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: `node fs` failed!
at /Users/carterallen/Development/Shared/Third Party/Node.js/test/simple/test-init.js:36:14
at ChildProcess.exithandler (child_process.js:81:7)
at ChildProcess.emit (events.js:45:17)
at Socket.<anonymous> (child_process.js:145:12)
at Socket.emit (events.js:42:17)
at Array.<anonymous> (net.js:764:12)
at EventEmitter._tickCallback (node.js:106:26)
Command: build/debug/node_g "/Users/carterallen/Development/Shared/Third Party/Node.js/test/simple/test-init.js"
=== release test-init ===
Path: simple/test-init
node.js:114
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: `node test-init` failed!
at /Users/carterallen/Development/Shared/Third Party/Node.js/test/simple/test-init.js:15:14
at ChildProcess.exithandler (child_process.js:81:7)
at ChildProcess.emit (events.js:45:17)
at Socket.<anonymous> (child_process.js:145:12)
at Socket.emit (events.js:42:17)
at Array.<anonymous> (net.js:761:12)
at EventEmitter._tickCallback (node.js:106:26)
Command: build/default/node "/Users/carterallen/Development/Shared/Third Party/Node.js/test/simple/test-init.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment