Created
January 27, 2011 21:37
-
-
Save CarterA/799336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === 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