Skip to content

Instantly share code, notes, and snippets.

@nebjak
Created June 20, 2012 12:30
Show Gist options
  • Save nebjak/2959670 to your computer and use it in GitHub Desktop.
Save nebjak/2959670 to your computer and use it in GitHub Desktop.
'make test-all' on Node.js v0.7.12
[node (build/v0.7.12) ]% 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
make -C out BUILDTYPE=Debug
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/Debug/node node_g
python tools/test.py --mode=debug,release
=== debug test-zlib-random-byte-pipes ===
Path: simple/test-zlib-random-byte-pipes
block=259
remain=765
block=255
remain=510
block=262
remain=248
block=248
remain=0
/home/nebjak/c0d3/github/node/test/simple/test-zlib-random-byte-pipes.js:81
this._hash = this._hasher.digest('hex').toLowerCase().trim();
^
Error: Not initialized
at RandomReadStream._process (/home/nebjak/c0d3/github/node/test/simple/test-zlib-random-byte-pipes.js:81:31)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Command: out/Debug/node /home/nebjak/c0d3/github/node/test/simple/test-zlib-random-byte-pipes.js
=== debug 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:85:17)
at TCP.onconnection (net.js:1056:10)
Command: out/Debug/node /home/nebjak/c0d3/github/node/test/pummel/test-net-throttle.js
=== 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:85:17)
at TCP.onconnection (net.js:1056:10)
Command: out/Release/node /home/nebjak/c0d3/github/node/test/pummel/test-net-throttle.js
[24:05|% 100|+ 937|- 3]: Done
make: *** [test-all] Error 1
[node (build/v0.7.12) ]% uname -a
Linux hydron 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment