Skip to content

Instantly share code, notes, and snippets.

@framlin
Created January 1, 2012 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save framlin/1547307 to your computer and use it in GitHub Desktop.
Save framlin/1547307 to your computer and use it in GitHub Desktop.
error runnng make test
beuys@kandinsky:~/tmp/node$ make test
Waf: Entering directory `/home/beuys/tmp/node/out'
DEST_OS: linux
DEST_CPU: ia32
Parallel Jobs: 1
Product type: program
Waf: Leaving directory `/home/beuys/tmp/node/out'
'build' finished successfully (0.078s)
-rwxrwxr-x 1 beuys beuys 9,3M 2012-01-01 14:10 out/Release/node
python tools/test.py --mode=release simple message
=== release test-debugger-repl-utf8 ===
Path: simple/test-debugger-repl-utf8
Error: Timeout. Expected: /break in .*:1/
Command: out/Release/node /home/beuys/tmp/node/test/simple/test-debugger-repl-utf8.js
=== release test-debugger-repl ===
Path: simple/test-debugger-repl
Error: Timeout. Expected: /break in .*:1/
Command: out/Release/node /home/beuys/tmp/node/test/simple/test-debugger-repl.js
=== release test-http-dns-fail ===
Path: simple/test-http-dns-fail
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false == true
at EventEmitter.<anonymous> (/home/beuys/tmp/node/test/simple/test-http-dns-fail.js:60:10)
at EventEmitter.emit (events.js:88:20)
Command: out/Release/node /home/beuys/tmp/node/test/simple/test-http-dns-fail.js
=== release test-debugger-client ===
Path: simple/test-debugger-client
>>> new node process: 7232
>>> starting debugger session
>>> connecting...ready!
version: 3.6.6.14
>>> new node process: 7237
>>> starting debugger session
>>> connecting...
requesting version
>>> killing node process 7232
Command: out/Release/node /home/beuys/tmp/node/test/simple/test-debugger-client.js
--- TIMEOUT ---
[02:05|% 100|+ 306|- 4]: Done
make: *** [test] Fehler 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment