Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
test: update chakracore baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhorton committed Nov 17, 2017
1 parent d620a19 commit 473fb91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/message/stdin_messages.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ SyntaxError: 'with' statements are not allowed in strict mode
at Module.prototype._compile (module.js:*:*)
at evalScript (bootstrap_node.js:*:*)
at Anonymous function (bootstrap_node.js:*:*)
at emitNone (events.js:*:*)
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)
at _tickCallback (internal/process/next_tick.js:*:*)
42
42
[stdin]:1
Expand All @@ -28,9 +28,9 @@ Error: hello
at Module.prototype._compile (module.js:*:*)
at evalScript (bootstrap_node.js:*:*)
at Anonymous function (bootstrap_node.js:*:*)
at emitNone (events.js:*:*)
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)
[stdin]:1
'use strict'; throw new Error("hello")
^
Expand All @@ -43,9 +43,9 @@ Error: hello
at Module.prototype._compile (module.js:*:*)
at evalScript (bootstrap_node.js:*:*)
at Anonymous function (bootstrap_node.js:*:*)
at emitNone (events.js:*:*)
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)
100
[stdin]:1
'use strict'; var x = 100; y = x;
Expand All @@ -59,9 +59,9 @@ ReferenceError: Variable undefined in strict mode
at Module.prototype._compile (module.js:*:*)
at evalScript (bootstrap_node.js:*:*)
at Anonymous function (bootstrap_node.js:*:*)
at emitNone (events.js:*:*)
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)

vm.js:*
return realRunInThisContext.call(this, options);
Expand Down

0 comments on commit 473fb91

Please sign in to comment.