Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created March 30, 2012 17:33
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 piscisaureus/802601f13f22e1ed48b4 to your computer and use it in GitHub Desktop.
Save piscisaureus/802601f13f22e1ed48b4 to your computer and use it in GitHub Desktop.
=== debug test-repl-.save.load ===
Path: simple/test-repl-.save.load
Command: D:\node-v0.7.7\Debug\node.exe D:\node-v0.7.7\test\simple\test-repl-.save.load.js
--- CRASHED ---
=== debug test-repl-tab-complete ===
Path: simple/test-repl-tab-complete
Command: D:\node-v0.7.7\Debug\node.exe D:\node-v0.7.7\test\simple\test-repl-tab-complete.js
--- CRASHED ---
=== debug test-repl ===
Path: simple/test-repl
b/c.js exit
repl test
sending ""
Unix data: "node via Unix socket> ", expecting "node via Unix socket> "
match
sending "message\n"
Unix data: "'Read, Eval, Print Loop'\nnode via Unix socket> ", expecting "'Read, Eval, Print Loop'\nnode via Unix socket
> "
match
sending "invoke_me(987)\n"
Unix data: "'invoked 987'\nnode via Unix socket> ", expecting "'invoked 987'\nnode via Unix socket> "
match
sending "a = 12345\n"
Unix data: "12345\nnode via Unix socket> ", expecting "12345\nnode via Unix socket> "
match
sending "{a:1}\n"
Unix data: "{ a: 1 }\nnode via Unix socket> ", expecting "{ a: 1 }\nnode via Unix socket> "
match
End of Unix test, running Error test.
sending "throw new Error('test error');"
Unix data: "Error: test error\n at repl:1:7\n at REPLServer.eval (repl.js:112:21)\n at repl.js:260:20\n at R
EPLServer.eval (repl.js:117:5)\n at Interface.<anonymous> (repl.js:250:12)\n at Interface.emit (events.js:67:17)\n
at Interface._onLine (readline.js:176:10)\n at Interface._normalWrite (readline.js:272:10)\n at Socket.<anonym
ous> (readline.js:91:12)\n at Socket.emit (events.js:67:17)\nnode via Unix socket> ", expecting /^Error: test error/
match
sending "function test_func() {"
Unix data: "... ", expecting "... "
sending ".break"
Unix data: "node via Unix socket> ", expecting "node via Unix socket> "
match
sending "JSON.parse('{\"valid\": \"json\"}');"
Unix data: "{ valid: 'json' }\nnode via Unix socket> ", expecting "{ valid: 'json' }"
match
sending "JSON.parse('{invalid: \\'json\\'}');"
Unix data: "SyntaxError: Unexpected token i\n at Object.parse (native)\n at repl:1:6\n at REPLServer.eval (repl
.js:112:21)\n at repl.js:260:20\n at REPLServer.eval (repl.js:117:5)\n at Interface.<anonymous> (repl.js:250:12
)\n at Interface.emit (events.js:67:17)\n at Interface._onLine (readline.js:176:10)\n at Interface._normalWrite
(readline.js:272:10)\n at Socket.<anonymous> (readline.js:91:12)\nnode via Unix socket> ", expecting /^SyntaxError:
Unexpected token i/
match
sending "function blah() { return 1; }"
Unix data: "undefined\nnode via Unix socket> ", expecting "node via Unix socket> "
match
sending "blah()"
Unix data: "1\nnode via Unix socket> ", expecting "1\nnode via Unix socket> "
match
sending "var I = [1,2,3,function() {}]; I.pop()"
Unix data: "[Function]\nnode via Unix socket> ", expecting "[Function]"
match
sending "{ a: "
Unix data: "..... ", expecting "... "
sending "1 }"
Unix data: "{ a: 1 }\nnode via Unix socket> ", expecting "{ a: 1 }"
match
sending "(function () {"
Unix data: "..... ", expecting "... "
sending "// blah"
Unix data: "..... ", expecting "... "
sending "return 1;"
Unix data: "..... ", expecting "... "
sending "})()"
Unix data: "1\nnode via Unix socket> ", expecting "1"
match
End of Error test, running TCP test.
sending ""
TCP data: "node via TCP socket> ", expecting "node via TCP socket> "
match
sending "invoke_me(333)\n"
TCP data: "'invoked 333'\nnode via TCP socket> ", expecting "'invoked 333'\nnode via TCP socket> "
match
sending "a += 1\n"
TCP data: "12346\nnode via TCP socket> ", expecting "12346\nnode via TCP socket> "
match
sending "require(\"D:\\\\node-v0.7.7\\\\test\\\\fixtures\\\\a\").number\n"
load fixtures/b/d.js
load package/index.js
load fixtures/b/c.js
load fixtures/a.js
TCP data: "42\nnode via TCP socket> ", expecting "42\nnode via TCP socket> "
match
End of TCP test.
Command: D:\node-v0.7.7\Debug\node.exe D:\node-v0.7.7\test\simple\test-repl.js
--- CRASHED ---
=== debug test-script-context ===
Path: simple/test-script-context
DEBUG: run in a new empty context
DEBUG: create a new pre-populated context
DEBUG: test updating context
DEBUG: test runInContext signature
Command: D:\node-v0.7.7\Debug\node.exe D:\node-v0.7.7\test\simple\test-script-context.js
--- CRASHED ---
=== debug test-child-process-spawn-loop ===
Path: pummel/test-child-process-spawn-loop
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 1024002 == 1008443
at ChildProcess.<anonymous> (D:\node-v0.7.7\test\pummel\test-child-process-spawn-loop.js:51:12)
at ChildProcess.emit (events.js:70:17)
at Process.onexit (child_process.js:419:10)
Command: D:\node-v0.7.7\Debug\node.exe D:\node-v0.7.7\test\pummel\test-child-process-spawn-loop.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment