Skip to content

Instantly share code, notes, and snippets.

@jianchun
Created January 19, 2016 19:31
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 jianchun/c5d5973ca62c240db4fc to your computer and use it in GitHub Desktop.
Save jianchun/c5d5973ca62c240db4fc to your computer and use it in GitHub Desktop.
(nodejs-chakracore, 1/19/2016) vcbuild.bat ia32 chakracore nosign nobuild test
.\vcbuild.bat ia32 chakracore nosign nobuild test
Looking for Visual Studio 2015
Found Visual Studio 2015
configure --engine=chakracore --dest-cpu=x86 --tag=
ctrpp not found in WinSDK path--using pre-gen files from tools/msvs/genfiles.
creating icu_config.gypi
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'asan': 0,
'host_arch': 'x64',
'icu_small': 'false',
'node_byteorder': 'little',
'node_enable_v8_vtunejit': 'false',
'node_engine': 'chakracore',
'node_install_npm': 'true',
'node_prefix': '/usr/local',
'node_release_urlbase': '',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_openssl': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_use_dtrace': 'false',
'node_use_etw': 'true',
'node_use_lttng': 'false',
'node_use_openssl': 'true',
'node_use_perfctr': 'true',
'openssl_fips': '',
'openssl_no_asm': 0,
'python': 'D:\\bin\\py\\python.exe',
'target_arch': 'ia32',
'v8_enable_gdbjit': 0,
'v8_enable_i18n_support': 0,
'v8_no_strict_aliasing': 1,
'v8_optimized_debug': 0,
'v8_random_seed': 0,
'v8_use_snapshot': 'true',
'want_separate_host_toolset': 1}}
creating config.gypi
creating config.mk
Project files generated.
running 'cctest'
Running main() from gtest_main.cc
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from UtilTest
[ RUN ] UtilTest.ListHead
[ OK ] UtilTest.ListHead (0 ms)
[----------] 1 test from UtilTest (4 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (15 ms total)
[ PASSED ] 1 test.
running 'python tools\test.py --engine chakracore --mode=release sequential parallel message -J'
=== release test-child-process-flush-stdio ===
Path: parallel/test-child-process-flush-stdio
Error: spawn echo ENOENT
at emit (events.js:142:7)
at _handle.onexit (internal/child_process.js:198:7)
at onErrorNT (internal/child_process.js:344:3)
at nextTickCallbackWith2Args (node.js:470:9)
at _tickCallback (node.js:384:17)
at Module.runMain (module.js:442:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-child-process-flush-stdio.js
=== release test-crypto-dh ===
Path: parallel/test-crypto-dh
Error: Failed to translate Buffer to a EC_POINT
at _throws (assert.js:324:5)
at assert.throws (assert.js:332:3)
at Anonymous function (D:\next\test\parallel\test-crypto-dh.js:183:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-crypto-dh.js
=== release test-debug-brk ===
Path: parallel/test-debug-brk
AssertionError: false == true
at Anonymous function (D:\next\test\parallel\test-debug-brk.js:9:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-debug-brk.js
=== release test-debug-no-context ===
Path: parallel/test-debug-no-context
AssertionError: 3221226505 === 0
at Anonymous function (D:\next\test\parallel\test-debug-no-context.js:15:3)
at Anonymous function (D:\next\test\common.js:397:5)
at emitTwo (events.js:88:5)
at emit (events.js:173:7)
at _handle.onexit (internal/child_process.js:200:7)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-debug-no-context.js
=== release test-debug-port-cluster ===
Path: parallel/test-debug-port-cluster
AssertionError: false == true
at Anonymous function (D:\next\test\parallel\test-debug-port-cluster.js:26:5)
at emitOne (events.js:83:7)
at emit (events.js:170:7)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-debug-port-cluster.js
=== release test-debug-port-from-cmdline ===
Path: parallel/test-debug-port-from-cmdline
> Starting debugger agent.
> Starting debugger on port 12346 failed
> Assertion failed: debugger_running, file src\node.cc, line 3496
AssertionError: 3 == 2
at assertOutputLines (D:\next\test\parallel\test-debug-port-from-cmdline.js:45:3)
at Anonymous function (D:\next\test\parallel\test-debug-port-from-cmdline.js:26:3)
at emitOne (events.js:83:7)
at emit (events.js:170:7)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-debug-port-from-cmdline.js
=== release test-debug-signal-cluster ===
Path: parallel/test-debug-signal-cluster
> all workers are running
> Starting debugger agent.
> Starting debugger on port 12988 failed
> Assertion failed: debugger_running, file src\node.cc, line 3496
got pids [25432,25268,6360]
Error: kill ESRCH
at process.kill (node.js:807:9)
at Anonymous function (D:\next\test\parallel\test-debug-signal-cluster.js:61:5)
at Array.prototype.forEach (native code)
at onExit (D:\next\test\parallel\test-debug-signal-cluster.js:60:3)
at emitOne (events.js:83:7)
at emit (events.js:170:7)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-debug-signal-cluster.js
=== release test-domain-abort-on-uncaught ===
Path: parallel/test-domain-abort-on-uncaught
AssertionError: Test at index 0 should have exited with exit code 0 but instead exited with code 9 and signal null
at onExit (D:\next\test\parallel\test-domain-abort-on-uncaught.js:251:7)
at emitTwo (events.js:88:5)
at emit (events.js:173:7)
at _handle.onexit (internal/child_process.js:200:7)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-domain-abort-on-uncaught.js
=== release test-domain-no-error-handler-abort-on-uncaught ===
Path: parallel/test-domain-no-error-handler-abort-on-uncaught
AssertionError: Test at index 0 should have aborted but instead exited with exit code 9 and signal null
at onExit (D:\next\test\parallel\test-domain-no-error-handler-abort-on-uncaught.js:165:7)
at emitTwo (events.js:88:5)
at emit (events.js:173:7)
at _handle.onexit (internal/child_process.js:200:7)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-domain-no-error-handler-abort-on-uncaught.js
=== release test-domain-throw-error-then-throw-from-uncaught-exception-handler ===
Path: parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
AssertionError: process should have aborted, but did not
at onTestDone (D:\next\test\parallel\test-domain-throw-error-then-throw-from-uncaught-exception-handler.js:77:5)
at exithandler (child_process.js:220:5)
at emitTwo (events.js:88:5)
at emit (events.js:173:7)
at maybeClose (internal/child_process.js:821:5)
at _handle.onexit (internal/child_process.js:211:5)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-domain-throw-error-then-throw-from-uncaught-exception-handl
er.js
=== release test-domain-with-abort-on-uncaught-exception ===
Path: parallel/test-domain-with-abort-on-uncaught-exception
AssertionError: 9 == 0
at onChildExited (D:\next\test\parallel\test-domain-with-abort-on-uncaught-exception.js:146:11)
at emitTwo (events.js:88:5)
at emit (events.js:173:7)
at _handle.onexit (internal/child_process.js:200:7)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-domain-with-abort-on-uncaught-exception.js
=== release test-error-reporting ===
Path: parallel/test-error-reporting
AssertionError: false == true
at Anonymous function (D:\next\test\parallel\test-error-reporting.js:22:5)
at exithandler (child_process.js:220:5)
at emitTwo (events.js:88:5)
at emit (events.js:173:7)
at maybeClose (internal/child_process.js:821:5)
at _handle.onexit (internal/child_process.js:211:5)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-error-reporting.js
=== release test-fs-readfile-error ===
Path: parallel/test-fs-readfile-error
TypeError: Invalid operand to 'Object.assign': Object expected
at test (D:\next\test\parallel\test-fs-readfile-error.js:19:3)
at Anonymous function (D:\next\test\parallel\test-fs-readfile-error.js:28:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-fs-readfile-error.js
=== release test-fs-stat ===
Path: parallel/test-fs-stat
stating: D:\next\test\parallel\test-fs-stat.js
{ dev: -99458751,
mode: 16822,
nlink: 1,
uid: 0,
gid: 0,
rdev: 0,
blksize: undefined,
ino: 7599824371918160,
size: 0,
blocks: undefined,
atime: 2016-01-19T19:25:51.225Z,
mtime: 2016-01-19T19:25:51.225Z,
ctime: 2016-01-19T19:25:51.225Z,
birthtime: 2015-07-02T17:52:46.295Z }
AssertionError: false == true
at Anonymous function (D:\next\test\parallel\test-fs-stat.js:16:3)
at Anonymous function (fs.js:82:5)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-fs-stat.js
=== release test-fs-symlink ===
Path: parallel/test-fs-symlink
Error: EPERM: operation not permitted, symlink 'D:\next\test\fixtures\cycles\root.js' -> 'D:\next\test\tmp.1\symlink1.js
'
at Anonymous function (D:\next\test\parallel\test-fs-symlink.js:29:12)
at Anonymous function (fs.js:82:5)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-fs-symlink.js
=== release test-fs-read-buffer-tostring-fail ===
Path: parallel/test-fs-read-buffer-tostring-fail
AssertionError: false == true
at Anonymous function (D:\next\test\parallel\test-fs-read-buffer-tostring-fail.js:32:5)
at Anonymous function (D:\next\test\common.js:397:5)
at tryToStringWithEnd (fs.js:630:3)
at callback (fs.js:605:9)
at wrapper (fs.js:614:17)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-fs-read-buffer-tostring-fail.js
=== release test-fs-readfile-tostring-fail ===
Path: parallel/test-fs-readfile-tostring-fail
AssertionError: false == true
at Anonymous function (D:\next\test\parallel\test-fs-readfile-tostring-fail.js:27:5)
at Anonymous function (D:\next\test\common.js:397:5)
at tryToString (fs.js:414:3)
at readFileAfterClose (fs.js:401:5)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-fs-readfile-tostring-fail.js
=== release test-intl ===
Path: parallel/test-intl
AssertionError: 'ΓÇÄJanΓÇÄ ΓÇÄ70' == 'Jan 70'
at Anonymous function (D:\next\test\parallel\test-intl.js:63:3)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-intl.js
=== release test-microtask-queue-integration-domain ===
Path: parallel/test-microtask-queue-integration-domain
TypeError: Object doesn't support property or method 'observe'
at Anonymous function (D:\next\test\parallel\test-microtask-queue-integration-domain.js:13:5)
at test (D:\next\test\parallel\test-microtask-queue-integration-domain.js:30:3)
at Array.prototype.forEach (native code)
at Anonymous function (D:\next\test\parallel\test-microtask-queue-integration-domain.js:43:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-microtask-queue-integration-domain.js
=== release test-microtask-queue-integration ===
Path: parallel/test-microtask-queue-integration
TypeError: Object doesn't support property or method 'observe'
at Anonymous function (D:\next\test\parallel\test-microtask-queue-integration.js:12:5)
at test (D:\next\test\parallel\test-microtask-queue-integration.js:29:3)
at Array.prototype.forEach (native code)
at Anonymous function (D:\next\test\parallel\test-microtask-queue-integration.js:42:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-microtask-queue-integration.js
=== release test-net-socket-local-address ===
Path: parallel/test-net-socket-local-address
Mismatched <anonymous> function calls. Expected 1, actual 2.
at Anonymous function (D:\next\test\parallel\test-net-socket-local-address.js:23:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-net-socket-local-address.js
=== release test-preload ===
Path: parallel/test-preload
Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "D:\next\Release\node.exe --expose_debug_as=v8debug --require D
:\next\test\fixtures\cluster-preload.js cluster-preload-test.js"
D:\next\Release\node.exe: bad option: --expose_debug_as=v8debug
at Anonymous function (D:\next\test\parallel\test-preload.js:92:14)
at exithandler (child_process.js:220:5)
at emitTwo (events.js:88:5)
at emit (events.js:173:7)
at maybeClose (internal/child_process.js:821:5)
at Anonymous function (internal/child_process.js:319:11)
at emitOne (events.js:78:5)
at emit (events.js:170:7)
at Anonymous function (net.js:469:7)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-preload.js
=== release test-process-env ===
Path: parallel/test-process-env
AssertionError: [Function: hasOwnProperty] == undefined
at Anonymous function (D:\next\test\parallel\test-process-env.js:38:3)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-process-env.js
=== release test-repl ===
Path: parallel/test-repl
repl test
sending ""
Unix data: "node via Unix socket> ", expecting "node via Unix socket> "
match
sending "message"
Unix data: "'Read, Eval, Print Loop'\nnode via Unix socket> ", expecting "'Read, Eval, Print Loop'\nnode via Unix socket
> "
match
sending "invoke_me(987)"
Unix data: "'invoked 987'\nnode via Unix socket> ", expecting "'invoked 987'\nnode via Unix socket> "
match
sending "a = 12345"
Unix data: "12345\nnode via Unix socket> ", expecting "12345\nnode via Unix socket> "
match
sending "{a:1}"
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 Global code (repl:1:1)\n at defaultEval (repl.js:252:11)\n at bound (domain.js:
287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:417:7)\n at emitOne (events.js:78:5)\n a
t emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215:5)\n at Anonymous function (readline.js:3
45:7)\n at Array.prototype.forEach (native code)\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> "
sending "eval(\"function test_func() {\")"
Unix data: "SyntaxError: Expected '}'\n at Global code (repl:1:1)\n at defaultEval (repl.js:252:11)\n at bound (do
main.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:417:7)\n at emitOne (events.js:78:
5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215:5)\n at Anonymous function (readl
ine.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix socket> ", expecting /^SyntaxError: Expected '
}'/
match
sending "`io.js"
Unix data: "... ", expecting "... "
sending ".break"
Unix data: "node via Unix socket> ", expecting "node via Unix socket> "
sending "`io.js ${\"1.0\""
Unix data: "... ", expecting "... "
sending "+ \".2\"}`"
Unix data: "'io.js 1.0.2'\nnode via Unix socket> ", expecting "'io.js 1.0.2'\nnode via Unix socket> "
sending "(\"a\""
Unix data: "... ", expecting "... "
sending ".charAt(0))"
Unix data: "'a'\nnode via Unix socket> ", expecting "'a'\nnode via Unix socket> "
sending ".1234"
Unix data: "0.1234\nnode via Unix socket> ", expecting "0.1234"
match
sending ".1+.1"
Unix data: "0.2\nnode via Unix socket> ", expecting "0.2"
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: Invalid character\n at Global code (repl:1:1)\n at defaultEval (repl.js:252:11)\n at boun
d (domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:417:7)\n at emitOne (events.j
s:78:5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215:5)\n at Anonymous function (
readline.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix socket> ", expecting /^SyntaxError: Inval
id character/
match
sending "JSON.parse('066');"
Unix data: "SyntaxError: Invalid number\n at Global code (repl:1:1)\n at defaultEval (repl.js:252:11)\n at bound (
domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:417:7)\n at emitOne (events.js:7
8:5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215:5)\n at Anonymous function (rea
dline.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix socket> ", expecting /^SyntaxError: Invalid
number/
match
sending "JSON.parse('{');"
Unix data: "SyntaxError: Syntax error\n at Global code (repl:1:1)\n at defaultEval (repl.js:252:11)\n at bound (do
main.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:417:7)\n at emitOne (events.js:78:
5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215:5)\n at Anonymous function (readl
ine.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix socket> ", expecting /^SyntaxError: Syntax err
or/
match
sending "/(/;"
Unix data: "SyntaxError: Expected ')' in regular expression\n at exports.createScript (vm.js:24:3)\n at defaultEval
(repl.js:225:9)\n at bound (domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:417:
7)\n at emitOne (events.js:78:5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215:5)\
n at Anonymous function (readline.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix socket> node v
ia Unix socket> ", expecting /^SyntaxError: Expected '\)' in regular expression/
match
sending "new RegExp(\"foo\", \"wrong modifier\");"
Unix data: "SyntaxError: Syntax error in regular expression\n at Global code (repl:1:1)\n at defaultEval (repl.js:25
2:11)\n at bound (domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:417:7)\n at
emitOne (events.js:78:5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215:5)\n at Ano
nymous function (readline.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix socket> ", expecting /^S
yntaxError: Syntax error in regular expression/
match
sending "(function() { \"use strict\"; return 0755; })()"
Unix data: "SyntaxError: Octal numeric literals and escape characters not allowed in strict mode\n at exports.createSc
ript (vm.js:24:3)\n at defaultEval (repl.js:225:9)\n at bound (domain.js:287:5)\n at runBound (domain.js:300:5)\n
at Anonymous function (repl.js:417:7)\n at emitOne (events.js:78:5)\n at emit (events.js:170:7)\n at Interface.p
rototype._onLine (readline.js:215:5)\n at Anonymous function (readline.js:345:7)\n at Array.prototype.forEach (nativ
e code)\nnode via Unix socket> node via Unix socket> ", expecting /^SyntaxError: Octal numeric literals and escape chara
cters not allowed in strict mode/
match
sending "(function(a, a, b) { \"use strict\"; return a + b + c; })()"
Unix data: "SyntaxError: Duplicate formal parameter names not allowed in strict mode\n at exports.createScript (vm.js:
24:3)\n at defaultEval (repl.js:225:9)\n at bound (domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymo
us function (repl.js:417:7)\n at emitOne (events.js:78:5)\n at emit (events.js:170:7)\n at Interface.prototype._on
Line (readline.js:215:5)\n at Anonymous function (readline.js:345:7)\n at Array.prototype.forEach (native code)\nnod
e via Unix socket> node via Unix socket> ", expecting /^SyntaxError: Duplicate formal parameter names not allowed in str
ict mode/
match
sending "(function() { \"use strict\"; with (this) {} })()"
Unix data: "SyntaxError: 'with' statements are not allowed in strict mode\n at exports.createScript (vm.js:24:3)\n a
t defaultEval (repl.js:225:9)\n at bound (domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function
(repl.js:417:7)\n at emitOne (events.js:78:5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readl
ine.js:215:5)\n at Anonymous function (readline.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix
socket> node via Unix socket> ", expecting /^SyntaxError: 'with' statements are not allowed in strict mode/
match
sending "(function() { \"use strict\"; var x; delete x; })()"
Unix data: "SyntaxError: Calling delete on expression not allowed in strict mode\n at exports.createScript (vm.js:24:3
)\n at defaultEval (repl.js:225:9)\n at bound (domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous f
unction (repl.js:417:7)\n at emitOne (events.js:78:5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine
(readline.js:215:5)\n at Anonymous function (readline.js:345:7)\n at Array.prototype.forEach (native code)\nnode vi
a Unix socket> node via Unix socket> ", expecting /^SyntaxError: Calling delete on expression not allowed in strict mode
/
match
sending "(function() { \"use strict\"; eval = 17; })()"
Unix data: "SyntaxError: Invalid usage of 'eval' in strict mode\n at exports.createScript (vm.js:24:3)\n at defaultE
val (repl.js:225:9)\n at bound (domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:
417:7)\n at emitOne (events.js:78:5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215
:5)\n at Anonymous function (readline.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix socket> no
de via Unix socket> ", expecting /^SyntaxError: Invalid usage of 'eval' in strict mode/
match
sending "(function() { \"use strict\"; if (true) function f() { } })()"
Unix data: "SyntaxError: Syntax error\n at exports.createScript (vm.js:24:3)\n at defaultEval (repl.js:225:9)\n at
bound (domain.js:287:5)\n at runBound (domain.js:300:5)\n at Anonymous function (repl.js:417:7)\n at emitOne (eve
nts.js:78:5)\n at emit (events.js:170:7)\n at Interface.prototype._onLine (readline.js:215:5)\n at Anonymous funct
ion (readline.js:345:7)\n at Array.prototype.forEach (native code)\nnode via Unix socket> node via Unix socket> ", exp
ecting /^SyntaxError: In strict mode code, functions can only be declared at top level or immediately within another fun
ction/
AssertionError: null == true
at Anonymous function (D:\next\test\parallel\test-repl.js:68:9)
at emitOne (events.js:78:5)
at emit (events.js:170:7)
at readableAddChunk (_stream_readable.js:146:9)
at Readable.prototype.push (_stream_readable.js:110:3)
at onread (net.js:523:5)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-repl.js
=== release test-repl-mode ===
Path: parallel/test-repl-mode
AssertionError: false == true
at AssertionError (assert.js:57:3)
at fail (assert.js:89:3)
at ok (assert.js:109:15)
at testStrictMode (D:\next\test\parallel\test-repl-mode.js:44:3)
at Anonymous function (D:\next\test\parallel\test-repl-mode.js:16:3)
at Array.prototype.forEach (native code:0:0)
at Anonymous function (D:\next\test\parallel\test-repl-mode.js:15:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-repl-mode.js
=== release test-repl-require ===
Path: parallel/test-repl-require
Assertion failed: (env->context()) == (env->isolate()->GetCurrentContext()), file src\node_file.cc, line 358
Command: D:\next\Release\node.exe D:\next\test\parallel\test-repl-require.js
=== release test-repl-syntax-error-stack ===
Path: parallel/test-repl-syntax-error-stack
Assertion failed: (env->context()) == (env->isolate()->GetCurrentContext()), file src\node_file.cc, line 358
Command: D:\next\Release\node.exe D:\next\test\parallel\test-repl-syntax-error-stack.js
=== release test-repl-tab-complete ===
Path: parallel/test-repl-tab-complete
AssertionError: false == true
at AssertionError (assert.js:57:3)
at fail (assert.js:89:3)
at ok (assert.js:109:15)
at Anonymous function (D:\next\test\parallel\test-repl-tab-complete.js:34:5)
at emitOne (events.js:83:7)
at emit (events.js:170:7)
at emitError (domain.js:66:5)
at errorHandler (domain.js:110:9)
at process._fatalException (node.js:249:9)
Command: D:\next\Release\node.exe --harmony-proxies D:\next\test\parallel\test-repl-tab-complete.js
=== release test-stringbytes-external-at-max ===
Path: parallel/test-stringbytes-external-at-max
Error: "toString()" failed
at Buffer.prototype.toString (buffer.js:413:5)
at Anonymous function (D:\next\test\parallel\test-stringbytes-external-at-max.js:31:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe --expose-gc D:\next\test\parallel\test-stringbytes-external-at-max.js
=== release test-stringbytes-external-exceed-max-by-1-base64 ===
Path: parallel/test-stringbytes-external-exceed-max-by-1-base64
<toString() threw exception>
Command: D:\next\Release\node.exe --expose-gc D:\next\test\parallel\test-stringbytes-external-exceed-max-by-1-base64.js
=== release test-tick-processor ===
Path: parallel/test-tick-processor
D:\next\Release\node.exe: bad option: -prof
Error: Command failed: D:\next\Release\node.exe -prof -pe function f() {
for (var i = 0; i < 1000000; i++) {
i++;
}
setImmediate(function() { f(); });
};
setTimeout(function() { process.exit(0); }, 2000);
f();
D:\next\Release\node.exe: bad option: -prof
at execFileSync (child_process.js:487:5)
at runTest (D:\next\test\parallel\test-tick-processor.js:38:3)
at Anonymous function (D:\next\test\parallel\test-tick-processor.js:12:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-tick-processor.js
=== release test-stringbytes-external-exceed-max-by-1-hex ===
Path: parallel/test-stringbytes-external-exceed-max-by-1-hex
<toString() threw exception>
Command: D:\next\Release\node.exe --expose-gc D:\next\test\parallel\test-stringbytes-external-exceed-max-by-1-hex.js
=== release test-stringbytes-external-exceed-max-by-1-utf8 ===
Path: parallel/test-stringbytes-external-exceed-max-by-1-utf8
AssertionError: Missing expected exception..
at _throws (assert.js:315:5)
at assert.throws (assert.js:332:3)
at Anonymous function (D:\next\test\parallel\test-stringbytes-external-exceed-max-by-1-utf8.js:31:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
Command: D:\next\Release\node.exe --expose-gc D:\next\test\parallel\test-stringbytes-external-exceed-max-by-1-utf8.js
=== release test-stringbytes-external-exceed-max-by-1-binary ===
Path: parallel/test-stringbytes-external-exceed-max-by-1-binary
Error: "toString()" failed
at Buffer.prototype.toString (buffer.js:413:5)
at Anonymous function (D:\next\test\parallel\test-stringbytes-external-exceed-max-by-1-binary.js:35:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe --expose-gc D:\next\test\parallel\test-stringbytes-external-exceed-max-by-1-binary.js
=== release test-promises-unhandled-rejections ===
Path: parallel/test-promises-unhandled-rejections
'synchronously rejected promise should trigger unhandledRejection' failed
Error: Async test timeout exceeded
at Anonymous function (D:\next\test\parallel\test-promises-unhandled-rejections.js:58:11)
at wrapper (timers.js:276:5)
at listOnTimeout (timers.js:92:9)
From previous event:
at asyncTest (D:\next\test\parallel\test-promises-unhandled-rejections.js:45:5)
at Anonymous function (D:\next\test\parallel\test-promises-unhandled-rejections.js:109:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-promises-unhandled-rejections.js
=== release test-util-decorate-error-stack ===
Path: parallel/test-util-decorate-error-stack
AssertionError: false === true
at checkStack (D:\next\test\parallel\test-util-decorate-error-stack.js:24:3)
at Anonymous function (D:\next\test\parallel\test-util-decorate-error-stack.js:39:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
Command: D:\next\Release\node.exe --expose_internals D:\next\test\parallel\test-util-decorate-error-stack.js
=== release test-util ===
Path: parallel/test-util
AssertionError: true == false
at AssertionError (assert.js:57:3)
at fail (assert.js:89:3)
at equal (assert.js:118:27)
at Anonymous function (D:\next\test\parallel\test-util.js:24:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-util.js
=== release test-util-internal ===
Path: parallel/test-util-internal
AssertionError: false == true
at Anonymous function (D:\next\test\parallel\test-util-internal.js:51:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe --expose_internals D:\next\test\parallel\test-util-internal.js
=== release test-util-inspect ===
Path: parallel/test-util-inspect
TypeError: Object doesn't support property or method 'MakeMirror'
at Anonymous function (D:\next\test\parallel\test-util-inspect.js:256:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-util-inspect.js
=== release test-vm-context ===
Path: parallel/test-vm-context
run in a new empty context
create a new pre-populated context
test updating context
test runInContext signature
test RegExp as argument to assert.throws
AssertionError: true == false
at AssertionError (assert.js:57:3)
at fail (assert.js:89:3)
at equal (assert.js:118:27)
at Anonymous function (D:\next\test\parallel\test-vm-context.js:62:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-vm-context.js
=== release test-vm-create-and-run-in-context ===
Path: parallel/test-vm-create-and-run-in-context
run in a new empty context
create a new pre-populated context
test updating context
AssertionError: 3 == 'bar'
at AssertionError (assert.js:57:3)
at fail (assert.js:89:3)
at equal (assert.js:118:27)
at Anonymous function (D:\next\test\parallel\test-vm-create-and-run-in-context.js:19:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-vm-create-and-run-in-context.js
=== release test-vm-debug-context ===
Path: parallel/test-vm-debug-context
TypeError: Object doesn't support property or method 'setListener'
at Anonymous function (D:\next\test\parallel\test-vm-debug-context.js:54:3)
at Anonymous function (D:\next\test\parallel\test-vm-debug-context.js:38:2)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-vm-debug-context.js
=== release test-vm-harmony-proxies ===
Path: parallel/test-vm-harmony-proxies
AssertionError: false == true
at AssertionError (assert.js:57:3)
at fail (assert.js:89:3)
at ok (assert.js:109:15)
at Anonymous function (D:\next\test\parallel\test-vm-harmony-proxies.js:12:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe --harmony_proxies D:\next\test\parallel\test-vm-harmony-proxies.js
=== release test-vm-global-identity ===
Path: parallel/test-vm-global-identity
AssertionError: {} === { DTRACE_NET_SERVER_CONNECTION: [Function],
DTRACE_NET_STREAM_END: [Function],
DTRACE_HTTP_SERVER_REQUEST: [Function],
DTR
at AssertionError (assert.js:57:3)
at fail (assert.js:89:3)
at strictEqual (assert.js:256:5)
at Anonymous function (D:\next\test\parallel\test-vm-global-identity.js:11:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-vm-global-identity.js
=== release test-vm-preserves-property ===
Path: parallel/test-vm-preserves-property
AssertionError: undefined == true
at AssertionError (assert.js:57:3)
at fail (assert.js:89:3)
at ok (assert.js:109:15)
at Anonymous function (D:\next\test\parallel\test-vm-preserves-property.js:20:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
Command: D:\next\Release\node.exe D:\next\test\parallel\test-vm-preserves-property.js
=== release test-stdin-script-child ===
Path: sequential/test-stdin-script-child
TypeError: Invalid operand to 'Object.assign': Object expected
at Anonymous function (D:\next\test\sequential\test-stdin-script-child.js:6:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\sequential\test-stdin-script-child.js
=== release test-util-debug ===
Path: sequential/test-util-debug
TypeError: Invalid operand to 'Object.assign': Object expected
at test (D:\next\test\sequential\test-util-debug.js:29:3)
at parent (D:\next\test\sequential\test-util-debug.js:16:3)
at Anonymous function (D:\next\test\sequential\test-util-debug.js:8:3)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\sequential\test-util-debug.js
[00:51|% 98|+ 931|- 47]: release eval_messages length differs.
expect=56
actual=38
patterns:
pattern = ^\[eval\]$
pattern = ^\[eval\]\:1$
pattern = ^with\(this\)\{\_\_filename\}$
pattern = ^\^\^\^\^$
pattern = ^SyntaxError\:\ Strict\ mode\ code\ may\ not\ include\ a\ with\ statement$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(\[eval\]\-wrapper\:.*\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*\:.*$
pattern = ^\ \ \ \ at\ nextTickCallbackWith0Args\ \(node\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ process\.\_tickCallback\ \(node\.js\:.*\:.*\)$
pattern = ^42$
pattern = ^42$
pattern = ^\[eval\]\:1$
pattern = ^throw\ new\ Error\(\"hello\"\)$
pattern = ^\^$
pattern = ^Error\:\ hello$
pattern = ^\ \ \ \ at\ \[eval\]\:1\:7$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(\[eval\]\-wrapper\:.*\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*\:.*$
pattern = ^\ \ \ \ at\ nextTickCallbackWith0Args\ \(node\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ process\.\_tickCallback\ \(node\.js\:.*\:.*\)$
pattern = ^\[eval\]\:1$
pattern = ^throw\ new\ Error\(\"hello\"\)$
pattern = ^\^$
pattern = ^Error\:\ hello$
pattern = ^\ \ \ \ at\ \[eval\]\:1\:7$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(\[eval\]\-wrapper\:.*\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*\:.*$
pattern = ^\ \ \ \ at\ nextTickCallbackWith0Args\ \(node\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ process\.\_tickCallback\ \(node\.js\:.*\:.*\)$
pattern = ^100$
pattern = ^\[eval\]\:1$
pattern = ^var\ x\ \=\ 100\;\ y\ \=\ x\;$
pattern = ^\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^$
pattern = ^ReferenceError\:\ y\ is\ not\ defined$
pattern = ^\ \ \ \ at\ \[eval\]\:1\:16$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(\[eval\]\-wrapper\:.*\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*\:.*$
pattern = ^\ \ \ \ at\ nextTickCallbackWith0Args\ \(node\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ process\.\_tickCallback\ \(node\.js\:.*\:.*\)$
pattern = ^\[eval\]\:1$
pattern = ^var\ \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\;\ throw\ 1
0$
pattern = ^\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^$
pattern = ^10$
pattern = ^\[eval\]\:1$
pattern = ^var\ \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\;\ throw\ 1
0$
pattern = ^\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^$
pattern = ^10$
pattern = ^done$
outlines:
outline = [eval]
outline = SyntaxError: 'with' statements are not allowed in strict mode
outline = at exports.runInThisContext (vm.js:53:3)
outline = at Anonymous function ([eval]-wrapper:6:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Anonymous function (node.js:609:7)
outline = at nextTickCallbackWith0Args (node.js:448:9)
outline = at _tickCallback (node.js:377:13)
outline = 42
outline = 42
outline = Error: hello
outline = at Global code ([eval]:1:1)
outline = at exports.runInThisContext (vm.js:54:3)
outline = at Anonymous function ([eval]-wrapper:6:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Anonymous function (node.js:609:7)
outline = at nextTickCallbackWith0Args (node.js:448:9)
outline = at _tickCallback (node.js:377:13)
outline = Error: hello
outline = at Global code ([eval]:1:15)
outline = at exports.runInThisContext (vm.js:54:3)
outline = at Anonymous function ([eval]-wrapper:6:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Anonymous function (node.js:609:7)
outline = at nextTickCallbackWith0Args (node.js:448:9)
outline = at _tickCallback (node.js:377:13)
outline = 100
outline = ReferenceError: Variable undefined in strict mode
outline = at Global code ([eval]:1:28)
outline = at exports.runInThisContext (vm.js:54:3)
outline = at Anonymous function ([eval]-wrapper:6:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Anonymous function (node.js:609:7)
outline = at nextTickCallbackWith0Args (node.js:448:9)
outline = at _tickCallback (node.js:377:13)
outline = 10
outline = 10
outline = done
=== release eval_messages ===
Path: message/eval_messages
[eval]
SyntaxError: 'with' statements are not allowed in strict mode
at exports.runInThisContext (vm.js:53:3)
at Anonymous function ([eval]-wrapper:6:1)
at Module.prototype._compile (module.js:408:3)
at Anonymous function (node.js:609:7)
at nextTickCallbackWith0Args (node.js:448:9)
at _tickCallback (node.js:377:13)
42
42
Error: hello
at Global code ([eval]:1:1)
at exports.runInThisContext (vm.js:54:3)
at Anonymous function ([eval]-wrapper:6:1)
at Module.prototype._compile (module.js:408:3)
at Anonymous function (node.js:609:7)
at nextTickCallbackWith0Args (node.js:448:9)
at _tickCallback (node.js:377:13)
Error: hello
at Global code ([eval]:1:15)
at exports.runInThisContext (vm.js:54:3)
at Anonymous function ([eval]-wrapper:6:1)
at Module.prototype._compile (module.js:408:3)
at Anonymous function (node.js:609:7)
at nextTickCallbackWith0Args (node.js:448:9)
at _tickCallback (node.js:377:13)
100
ReferenceError: Variable undefined in strict mode
at Global code ([eval]:1:28)
at exports.runInThisContext (vm.js:54:3)
at Anonymous function ([eval]-wrapper:6:1)
at Module.prototype._compile (module.js:408:3)
at Anonymous function (node.js:609:7)
at nextTickCallbackWith0Args (node.js:448:9)
at _tickCallback (node.js:377:13)
10
10
done
Command: D:\next\Release\node.exe D:\next\test\message\eval_messages.js
[00:53|% 98|+ 935|- 48]: release stdin_messages length differs.
expect=56
actual=38
patterns:
pattern = ^\[stdin\]$
pattern = ^\[stdin\]\:1$
pattern = ^with\(this\)\{\_\_filename\}$
pattern = ^\^\^\^\^$
pattern = ^SyntaxError\:\ Strict\ mode\ code\ may\ not\ include\ a\ with\ statement$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(\[stdin\]\-wrapper\:.*\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*\:.*$
pattern = ^\ \ \ \ at\ nextTickCallbackWith0Args\ \(node\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ process\.\_tickCallback\ \(node\.js\:.*\:.*\)$
pattern = ^42$
pattern = ^42$
pattern = ^\[stdin\]\:1$
pattern = ^throw\ new\ Error\(\"hello\"\)$
pattern = ^\^$
pattern = ^Error\:\ hello$
pattern = ^\ \ \ \ at\ \[stdin\]\:1\:.*$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(\[stdin\]\-wrapper\:.*\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*\:.*$
pattern = ^\ \ \ \ at\ nextTickCallbackWith0Args\ \(node\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ process\.\_tickCallback\ \(node\.js\:.*\:.*\)$
pattern = ^\[stdin\]\:1$
pattern = ^throw\ new\ Error\(\"hello\"\)$
pattern = ^\^$
pattern = ^Error\:\ hello$
pattern = ^\ \ \ \ at\ \[stdin\]\:1\:.*$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(\[stdin\]\-wrapper\:.*\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*\:.*$
pattern = ^\ \ \ \ at\ nextTickCallbackWith0Args\ \(node\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ process\.\_tickCallback\ \(node\.js\:.*\:.*\)$
pattern = ^100$
pattern = ^\[stdin\]\:1$
pattern = ^var\ x\ \=\ 100\;\ y\ \=\ x\;$
pattern = ^\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^$
pattern = ^ReferenceError\:\ y\ is\ not\ defined$
pattern = ^\ \ \ \ at\ \[stdin\]\:1\:16$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(\[stdin\]\-wrapper\:.*\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*\:.*$
pattern = ^\ \ \ \ at\ nextTickCallbackWith0Args\ \(node\.js\:.*\:.*\)$
pattern = ^\ \ \ \ at\ process\.\_tickCallback\ \(node\.js\:.*\:.*\)$
pattern = ^\[stdin\]\:1$
pattern = ^var\ \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\;\ throw\ 1
0$
pattern = ^\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^$
pattern = ^10$
pattern = ^\[stdin\]\:1$
pattern = ^var\ \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\;\ throw\ 1
0$
pattern = ^\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \^$
pattern = ^10$
pattern = ^done$
outlines:
outline = [stdin]
outline = SyntaxError: 'with' statements are not allowed in strict mode
outline = at exports.runInThisContext (vm.js:53:3)
outline = at Anonymous function ([stdin]-wrapper:6:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Anonymous function (node.js:609:7)
outline = at nextTickCallbackWith0Args (node.js:448:9)
outline = at _tickCallback (node.js:377:13)
outline = 42
outline = 42
outline = Error: hello
outline = at Global code ([stdin]:1:1)
outline = at exports.runInThisContext (vm.js:54:3)
outline = at Anonymous function ([stdin]-wrapper:6:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Anonymous function (node.js:609:7)
outline = at nextTickCallbackWith0Args (node.js:448:9)
outline = at _tickCallback (node.js:377:13)
outline = Error: hello
outline = at Global code ([stdin]:1:15)
outline = at exports.runInThisContext (vm.js:54:3)
outline = at Anonymous function ([stdin]-wrapper:6:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Anonymous function (node.js:609:7)
outline = at nextTickCallbackWith0Args (node.js:448:9)
outline = at _tickCallback (node.js:377:13)
outline = 100
outline = ReferenceError: Variable undefined in strict mode
outline = at Global code ([stdin]:1:28)
outline = at exports.runInThisContext (vm.js:54:3)
outline = at Anonymous function ([stdin]-wrapper:6:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Anonymous function (node.js:609:7)
outline = at nextTickCallbackWith0Args (node.js:448:9)
outline = at _tickCallback (node.js:377:13)
outline = 10
outline = 10
outline = done
=== release stdin_messages ===
Path: message/stdin_messages
[stdin]
SyntaxError: 'with' statements are not allowed in strict mode
at exports.runInThisContext (vm.js:53:3)
at Anonymous function ([stdin]-wrapper:6:1)
at Module.prototype._compile (module.js:408:3)
at Anonymous function (node.js:609:7)
at nextTickCallbackWith0Args (node.js:448:9)
at _tickCallback (node.js:377:13)
42
42
Error: hello
at Global code ([stdin]:1:1)
at exports.runInThisContext (vm.js:54:3)
at Anonymous function ([stdin]-wrapper:6:1)
at Module.prototype._compile (module.js:408:3)
at Anonymous function (node.js:609:7)
at nextTickCallbackWith0Args (node.js:448:9)
at _tickCallback (node.js:377:13)
Error: hello
at Global code ([stdin]:1:15)
at exports.runInThisContext (vm.js:54:3)
at Anonymous function ([stdin]-wrapper:6:1)
at Module.prototype._compile (module.js:408:3)
at Anonymous function (node.js:609:7)
at nextTickCallbackWith0Args (node.js:448:9)
at _tickCallback (node.js:377:13)
100
ReferenceError: Variable undefined in strict mode
at Global code ([stdin]:1:28)
at exports.runInThisContext (vm.js:54:3)
at Anonymous function ([stdin]-wrapper:6:1)
at Module.prototype._compile (module.js:408:3)
at Anonymous function (node.js:609:7)
at nextTickCallbackWith0Args (node.js:448:9)
at _tickCallback (node.js:377:13)
10
10
done
Command: D:\next\Release\node.exe D:\next\test\message\stdin_messages.js
[00:54|% 99|+ 942|- 49]: release vm_display_runtime_error length differs.
expect=15
actual=12
patterns:
pattern = ^beginning$
pattern = ^test\.vm\:1$
pattern = ^throw\ new\ Error\(\"boo\!\"\)$
pattern = ^\^$
pattern = ^Error\:\ boo\!$
pattern = ^\ \ \ \ at\ test\.vm\:1\:7$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(.*test.*message.*vm\_display\_runtime\_error\.js\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.Module\.\_extensions\.\.js\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ Module\.load\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ Function\.Module\.\_load\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ Function\.Module\.runMain\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ startup\ \(node\.js\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*$
outlines:
outline = beginning
outline = Error: boo!
outline = at Global code (test.vm:1:1)
outline = at exports.runInThisContext (vm.js:54:3)
outline = at Anonymous function (D:\next\test\message\vm_display_runtime_error.js:8:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Module._extensions[.js] (module.js:415:3)
outline = at Module.prototype.load (module.js:354:3)
outline = at Module._load (module.js:311:5)
outline = at Module.runMain (module.js:440:3)
outline = at startup (node.js:141:11)
outline = at Anonymous function (node.js:997:3)
=== release vm_display_runtime_error ===
Path: message/vm_display_runtime_error
beginning
Error: boo!
at Global code (test.vm:1:1)
at exports.runInThisContext (vm.js:54:3)
at Anonymous function (D:\next\test\message\vm_display_runtime_error.js:8:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\message\vm_display_runtime_error.js
[00:54|% 99|+ 943|- 50]: release vm_dont_display_runtime_error length differs.
expect=16
actual=13
patterns:
pattern = ^beginning$
pattern = ^middle$
pattern = ^test\.vm\:1$
pattern = ^throw\ new\ Error\(\"boo\!\"\)$
pattern = ^\^$
pattern = ^Error\:\ boo\!$
pattern = ^\ \ \ \ at\ test\.vm\:1\:7$
pattern = ^\ \ \ \ at\ Object\.exports\.runInThisContext\ \(vm\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.\<anonymous\>\ \(.*test.*message.*vm\_dont\_display\_runtime\_error\.js\:.*\)$
pattern = ^\ \ \ \ at\ Module\.\_compile\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ Object\.Module\.\_extensions\.\.js\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ Module\.load\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ Function\.Module\.\_load\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ Function\.Module\.runMain\ \(module\.js\:.*\)$
pattern = ^\ \ \ \ at\ startup\ \(node\.js\:.*\)$
pattern = ^\ \ \ \ at\ node\.js\:.*$
outlines:
outline = beginning
outline = middle
outline = Error: boo!
outline = at Global code (test.vm:1:1)
outline = at exports.runInThisContext (vm.js:54:3)
outline = at Anonymous function (D:\next\test\message\vm_dont_display_runtime_error.js:17:1)
outline = at Module.prototype._compile (module.js:408:3)
outline = at Module._extensions[.js] (module.js:415:3)
outline = at Module.prototype.load (module.js:354:3)
outline = at Module._load (module.js:311:5)
outline = at Module.runMain (module.js:440:3)
outline = at startup (node.js:141:11)
outline = at Anonymous function (node.js:997:3)
=== release vm_dont_display_runtime_error ===
Path: message/vm_dont_display_runtime_error
beginning
middle
Error: boo!
at Global code (test.vm:1:1)
at exports.runInThisContext (vm.js:54:3)
at Anonymous function (D:\next\test\message\vm_dont_display_runtime_error.js:17:1)
at Module.prototype._compile (module.js:408:3)
at Module._extensions[.js] (module.js:415:3)
at Module.prototype.load (module.js:354:3)
at Module._load (module.js:311:5)
at Module.runMain (module.js:440:3)
at startup (node.js:141:11)
at Anonymous function (node.js:997:3)
Command: D:\next\Release\node.exe D:\next\test\message\vm_dont_display_runtime_error.js
[01:11|% 100|+ 945|- 51]: Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment