Skip to content

Instantly share code, notes, and snippets.

@nebjak
Created June 16, 2012 16:12
Show Gist options
  • Save nebjak/2941804 to your computer and use it in GitHub Desktop.
Save nebjak/2941804 to your computer and use it in GitHub Desktop.
'make test' for node.js v0.7.11
[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 node-gyp@0.5.0
gyp info using node@0.7.11
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