Created
June 16, 2012 16:12
-
-
Save nebjak/2941804 to your computer and use it in GitHub Desktop.
'make test' for node.js v0.7.11
This file contains 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
[node (build/v0.7.11) ]% make test-all | |
make -C out BUILDTYPE=Release | |
make[1]: Entering directory `/home/nebjak/c0d3/github/node/out' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/nebjak/c0d3/github/node/out' | |
ln -fs out/Release/node node | |
./node deps/npm/node_modules/node-gyp/bin/node-gyp rebuild \ | |
--directory="/home/nebjak/c0d3/github/node/test/gc/node_modules/weak" \ | |
--nodedir="/home/nebjak/c0d3/github/node" | |
gyp info it worked if it ends with ok | |
gyp info using [email protected] | |
gyp info using [email protected] | |
gyp info chdir /home/nebjak/c0d3/github/node/test/gc/node_modules/weak | |
gyp info spawn python | |
gyp info spawn args [ '/home/nebjak/c0d3/github/node/tools/gyp_addon', | |
gyp info spawn args 'binding.gyp', | |
gyp info spawn args '-I/home/nebjak/c0d3/github/node/test/gc/node_modules/weak/build/config.gypi', | |
gyp info spawn args '-f', | |
gyp info spawn args 'make' ] | |
gyp info spawn make | |
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] | |
make[1]: Entering directory `/home/nebjak/c0d3/github/node/test/gc/node_modules/weak/build' | |
CXX(target) Release/obj.target/weakref/src/weakref.o | |
SOLINK_MODULE(target) Release/obj.target/weakref.node | |
SOLINK_MODULE(target) Release/obj.target/weakref.node: Finished | |
COPY Release/weakref.node | |
make[1]: Leaving directory `/home/nebjak/c0d3/github/node/test/gc/node_modules/weak/build' | |
gyp info done ok | |
python tools/test.py --mode=debug,release | |
Can't find shell executable: 'out/Debug/node' | |
Can't find shell executable: 'out/Debug/node' | |
Can't find shell executable: 'out/Debug/node' | |
Can't find shell executable: 'out/Debug/node' | |
Can't find shell executable: 'out/Debug/node' | |
=== release test-net-throttle === | |
Path: pummel/test-net-throttle | |
build big string | |
start server on port 12346 | |
assert.js:104 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: false == true | |
at Socket.<anonymous> (/home/nebjak/c0d3/github/node/test/pummel/test-net-throttle.js:46:12) | |
at Socket.EventEmitter.emit (events.js:84:17) | |
at TCP.onconnection (net.js:1036:10) | |
Command: out/Release/node /home/nebjak/c0d3/github/node/test/pummel/test-net-throttle.js | |
[04:19|% 100|+ 466|- 1]: Done | |
make: *** [test-all] Error 1 | |
[node (build/v0.7.11) ]% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment